Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp81 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
338 void FunctionLoweringInfo::clear() { in clear()
355 unsigned FunctionLoweringInfo::CreateReg(MVT VT) { in CreateReg()
367 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { in CreateRegs()
392 const FunctionLoweringInfo::LiveOutInfo *
393 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
411 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
502 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
510 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
518 unsigned FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg()
[all …]
DCMakeLists.txt4 FunctionLoweringInfo.cpp
DSelectionDAGBuilder.h64 class FunctionLoweringInfo; variable
613 FunctionLoweringInfo &FuncInfo;
628 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
1043 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
/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,
/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,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
100 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/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-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h36 class FunctionLoweringInfo; variable
48 FunctionLoweringInfo *FuncInfo;
DFastISel.h43 class FunctionLoweringInfo; variable
204 FunctionLoweringInfo &FuncInfo;
331 explicit FastISel(FunctionLoweringInfo &FuncInfo,
DFunctionLoweringInfo.h53 class FunctionLoweringInfo {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h47 class FunctionLoweringInfo; variable
276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
714 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h41 class FunctionLoweringInfo; variable
466 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
802 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/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/Mips/
DMipsISelLowering.h231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/llvm/lib/Target/ARM/
DARMISelLowering.h401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,

1234