Searched refs:FunctionLoweringInfo (Results 1 – 17 of 17) sorted by relevance
/external/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::setByValArgumentFrameIndex(const Argument *A, in setByValArgumentFrameIndex() 366 int FunctionLoweringInfo::getByValArgumentFrameIndex(const Argument *A) { in getByValArgumentFrameIndex() [all …]
|
D | CMakeLists.txt | 4 FunctionLoweringInfo.cpp
|
D | Android.mk | 6 FunctionLoweringInfo.cpp \
|
D | SelectionDAGBuilder.h | 44 class FunctionLoweringInfo; variable 301 FunctionLoweringInfo &FuncInfo; 318 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
|
D | SelectionDAGISel.cpp | 187 FuncInfo(new FunctionLoweringInfo(TLI)), in SelectionDAGISel() 801 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
|
D | FastISel.cpp | 983 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel()
|
D | SelectionDAGBuilder.cpp | 616 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo, 642 FunctionLoweringInfo &FuncInfo, in getCopyFromRegs() 679 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
|
/external/llvm/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 55 class FunctionLoweringInfo { 122 explicit FunctionLoweringInfo(const TargetLowering &TLI); 221 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
|
D | FastISel.h | 25 class FunctionLoweringInfo; variable 47 FunctionLoweringInfo &FuncInfo; 131 explicit FastISel(FunctionLoweringInfo &funcInfo);
|
D | SelectionDAGISel.h | 33 class FunctionLoweringInfo; variable 45 FunctionLoweringInfo *FuncInfo;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 334 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const; 505 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
|
D | ARMFastISel.cpp | 97 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel() 2088 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
|
D | ARMISelLowering.cpp | 955 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 686 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const; 951 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
|
D | X86FastISel.cpp | 59 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel() 2130 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
|
D | X86ISelLowering.cpp | 2709 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 45 class FunctionLoweringInfo; variable 1304 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
|