Home
last modified time | relevance | path

Searched refs:FunctionLoweringInfo (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp57 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli) in FunctionLoweringInfo() function in FunctionLoweringInfo
61 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf) { in set()
189 void FunctionLoweringInfo::clear() { in clear()
208 unsigned FunctionLoweringInfo::CreateReg(EVT VT) { in CreateReg()
219 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { in CreateRegs()
242 const FunctionLoweringInfo::LiveOutInfo *
243 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
262 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
357 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
365 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
[all …]
DSelectionDAGBuilder.h44 class FunctionLoweringInfo; variable
314 FunctionLoweringInfo &FuncInfo;
334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp83 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
349 void FunctionLoweringInfo::clear() { in clear()
364 unsigned FunctionLoweringInfo::CreateReg(MVT VT) { in CreateReg()
376 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { in CreateRegs()
401 const FunctionLoweringInfo::LiveOutInfo *
402 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
421 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
516 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
524 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
533 unsigned FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg()
[all …]
DCMakeLists.txt4 FunctionLoweringInfo.cpp
DSelectionDAGBuilder.h48 class FunctionLoweringInfo; variable
592 FunctionLoweringInfo &FuncInfo;
608 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
996 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
DSelectionDAGISel.cpp357 FuncInfo(new FunctionLoweringInfo()), in SelectionDAGISel()
1030 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
1151 FunctionLoweringInfo *FuncInfo) { in setupSwiftErrorVals()
1177 static void mergeIncomingSwiftErrors(FunctionLoweringInfo *FuncInfo, in mergeIncomingSwiftErrors()
DStatepointLowering.cpp253 FunctionLoweringInfo::StatepointSpillMap &SSM) { in removeDuplicateGCPtrs()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h56 class FunctionLoweringInfo {
123 explicit FunctionLoweringInfo(const TargetLowering &TLI);
222 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
DFastISel.h25 class FunctionLoweringInfo; variable
47 FunctionLoweringInfo &FuncInfo;
144 explicit FastISel(FunctionLoweringInfo &funcInfo);
DSelectionDAGISel.h33 class FunctionLoweringInfo; variable
45 FunctionLoweringInfo *FuncInfo;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DWebAssemblyFastISel.cpp165 WebAssemblyFastISel(FunctionLoweringInfo &FuncInfo, in WebAssemblyFastISel()
1180 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
DWebAssemblyISelLowering.cpp141 FunctionLoweringInfo &FuncInfo, const TargetLibraryInfo *LibInfo) const { in createFastISel()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h34 class FunctionLoweringInfo; variable
46 FunctionLoweringInfo *FuncInfo;
DFastISel.h197 FunctionLoweringInfo &FuncInfo;
317 explicit FastISel(FunctionLoweringInfo &FuncInfo,
DFunctionLoweringInfo.h54 class FunctionLoweringInfo {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/llvm/lib/Target/ARM/
DARMISelLowering.h401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h709 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
982 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h715 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
941 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
/external/llvm/lib/Target/X86/
DX86ISelLowering.h971 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1236 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h45 class FunctionLoweringInfo; variable
1351 virtual FastISel *createFastISel(FunctionLoweringInfo &) const { in createFastISel() argument
/external/llvm/include/llvm/Target/
DTargetLowering.h49 class FunctionLoweringInfo; variable
2778 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() argument

12