/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 81 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 …]
|
D | CMakeLists.txt | 4 FunctionLoweringInfo.cpp
|
D | SelectionDAGBuilder.h | 64 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/ |
D | FunctionLoweringInfo.cpp | 57 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 …]
|
D | SelectionDAGBuilder.h | 44 class FunctionLoweringInfo; variable 314 FunctionLoweringInfo &FuncInfo; 334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 83 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 …]
|
D | CMakeLists.txt | 4 FunctionLoweringInfo.cpp
|
D | SelectionDAGBuilder.h | 48 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/ |
D | FunctionLoweringInfo.h | 56 class FunctionLoweringInfo { 123 explicit FunctionLoweringInfo(const TargetLowering &TLI); 222 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
|
D | FastISel.h | 25 class FunctionLoweringInfo; variable 47 FunctionLoweringInfo &FuncInfo; 144 explicit FastISel(FunctionLoweringInfo &funcInfo);
|
D | SelectionDAGISel.h | 33 class FunctionLoweringInfo; variable 45 FunctionLoweringInfo *FuncInfo;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 100 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 34 class FunctionLoweringInfo; variable 46 FunctionLoweringInfo *FuncInfo;
|
D | FastISel.h | 197 FunctionLoweringInfo &FuncInfo; 317 explicit FastISel(FunctionLoweringInfo &FuncInfo,
|
D | FunctionLoweringInfo.h | 54 class FunctionLoweringInfo {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 36 class FunctionLoweringInfo; variable 48 FunctionLoweringInfo *FuncInfo;
|
D | FastISel.h | 43 class FunctionLoweringInfo; variable 204 FunctionLoweringInfo &FuncInfo; 331 explicit FastISel(FunctionLoweringInfo &FuncInfo,
|
D | FunctionLoweringInfo.h | 53 class FunctionLoweringInfo {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 47 class FunctionLoweringInfo; variable 276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 714 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 41 class FunctionLoweringInfo; variable 466 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 802 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const; 536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|