Home
last modified time | relevance | path

Searched refs:TSInfo (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreSubtarget.h36 XCoreSelectionDAGInfo TSInfo; variable
57 return &TSInfo; in getSelectionDAGInfo()
DXCoreSubtarget.cpp30 FrameLowering(*this), TLInfo(TM, *this), TSInfo() {} in XCoreSubtarget()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCSubtarget.h38 SelectionDAGTargetInfo TSInfo; variable
61 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiSubtarget.h63 return &TSInfo; in getSelectionDAGInfo()
70 LanaiSelectionDAGInfo TSInfo; variable
DLanaiSubtarget.cpp46 InstrInfo(), TLInfo(TM, *this), TSInfo() {} in LanaiSubtarget()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVESubtarget.h44 SelectionDAGTargetInfo TSInfo; variable
60 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430Subtarget.h44 SelectionDAGTargetInfo TSInfo; variable
74 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFSubtarget.h36 BPFSelectionDAGInfo TSInfo; variable
84 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h44 SelectionDAGTargetInfo TSInfo; variable
68 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h56 WebAssemblySelectionDAGInfo TSInfo; variable
69 return &TSInfo; in getSelectionDAGInfo()
DWebAssemblySubtarget.cpp46 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TSInfo(), in WebAssemblySubtarget()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetSchedule.cpp63 void TargetSchedModel::init(const TargetSubtargetInfo *TSInfo) { in init() argument
64 STI = TSInfo; in init()
65 SchedModel = TSInfo->getSchedModel(); in init()
66 TII = TSInfo->getInstrInfo(); in init()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRSubtarget.h44 const AVRSelectionDAGInfo *getSelectionDAGInfo() const override { return &TSInfo; } in getSelectionDAGInfo()
120 AVRSelectionDAGInfo TSInfo; variable
DAVRSubtarget.cpp44 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)), TSInfo() { in AVRSubtarget()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcSubtarget.h57 SelectionDAGTargetInfo TSInfo; variable
75 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600Subtarget.h51 SelectionDAGTargetInfo TSInfo; variable
77 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kSubtarget.h64 SelectionDAGTargetInfo TSInfo; variable
146 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVSubtarget.h72 SelectionDAGTargetInfo TSInfo; variable
102 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h83 SystemZSelectionDAGInfo TSInfo; variable
112 return &TSInfo; in getSelectionDAGInfo()
DSystemZSubtarget.cpp92 TSInfo(), FrameLowering() {} in SystemZSubtarget()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h218 const SelectionDAGTargetInfo TSInfo; variable
380 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h102 HexagonSelectionDAGInfo TSInfo; variable
131 return &TSInfo; in getSelectionDAGInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp471 if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo()) in DiagnoseUnexpandedParameterPack() local
472 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC); in DiagnoseUnexpandedParameterPack()
593 TypeSourceInfo *TSInfo; in ActOnPackExpansion() local
594 GetTypeFromParser(Type, &TSInfo); in ActOnPackExpansion()
595 if (!TSInfo) in ActOnPackExpansion()
598 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc, None); in ActOnPackExpansion()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprObjC.h1270 if (TypeSourceInfo *TSInfo = getClassReceiverTypeInfo()) in getClassReceiver() local
1271 return TSInfo->getType(); in getClassReceiver()
1284 void setClassReceiver(TypeSourceInfo *TSInfo) { in setClassReceiver() argument
1286 setReceiverPointer(TSInfo); in setClassReceiver()
1640 TypeSourceInfo *TSInfo, Expr *Operand) in ObjCBridgedCastExpr() argument
1641 : ExplicitCastExpr(ObjCBridgedCastExprClass, TSInfo->getType(), in ObjCBridgedCastExpr()
1642 VK_PRValue, CK, Operand, 0, false, TSInfo), in ObjCBridgedCastExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h169 SelectionDAGTargetInfo TSInfo; variable
211 return &TSInfo; in getSelectionDAGInfo()

123