Home
last modified time | relevance | path

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

/external/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::setByValArgumentFrameIndex(const Argument *A, in setByValArgumentFrameIndex()
366 int FunctionLoweringInfo::getByValArgumentFrameIndex(const Argument *A) { in getByValArgumentFrameIndex()
[all …]
DCMakeLists.txt4 FunctionLoweringInfo.cpp
DAndroid.mk6 FunctionLoweringInfo.cpp \
DSelectionDAGBuilder.h44 class FunctionLoweringInfo; variable
301 FunctionLoweringInfo &FuncInfo;
318 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
DSelectionDAGISel.cpp187 FuncInfo(new FunctionLoweringInfo(TLI)), in SelectionDAGISel()
801 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
DFastISel.cpp983 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel()
DSelectionDAGBuilder.cpp616 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
642 FunctionLoweringInfo &FuncInfo, in getCopyFromRegs()
679 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h55 class FunctionLoweringInfo {
122 explicit FunctionLoweringInfo(const TargetLowering &TLI);
221 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
DFastISel.h25 class FunctionLoweringInfo; variable
47 FunctionLoweringInfo &FuncInfo;
131 explicit FastISel(FunctionLoweringInfo &funcInfo);
DSelectionDAGISel.h33 class FunctionLoweringInfo; variable
45 FunctionLoweringInfo *FuncInfo;
/external/llvm/lib/Target/ARM/
DARMISelLowering.h334 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
505 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DARMFastISel.cpp97 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel()
2088 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
DARMISelLowering.cpp955 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h686 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
951 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DX86FastISel.cpp59 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel()
2130 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
DX86ISelLowering.cpp2709 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
/external/llvm/include/llvm/Target/
DTargetLowering.h45 class FunctionLoweringInfo; variable
1304 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()