Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp58 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli) in FunctionLoweringInfo() function in FunctionLoweringInfo
62 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf) { in set()
192 void FunctionLoweringInfo::clear() { in clear()
211 unsigned FunctionLoweringInfo::CreateReg(EVT VT) { in CreateReg()
222 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { in CreateRegs()
245 const FunctionLoweringInfo::LiveOutInfo *
246 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
265 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
360 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
368 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
DCMakeLists.txt4 FunctionLoweringInfo.cpp
DAndroid.mk6 FunctionLoweringInfo.cpp \
DSelectionDAGBuilder.h44 class FunctionLoweringInfo; variable
315 FunctionLoweringInfo &FuncInfo;
335 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
DSelectionDAGISel.cpp271 FuncInfo(new FunctionLoweringInfo(TLI)), in SelectionDAGISel()
872 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
DFastISel.cpp1040 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel()
DSelectionDAGBuilder.cpp621 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
647 FunctionLoweringInfo &FuncInfo, in getCopyFromRegs()
684 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
/external/llvm/include/llvm/CodeGen/
DFastISel.h26 class FunctionLoweringInfo; variable
50 FunctionLoweringInfo &FuncInfo;
147 explicit FastISel(FunctionLoweringInfo &funcInfo);
DFunctionLoweringInfo.h54 class FunctionLoweringInfo {
121 explicit FunctionLoweringInfo(const TargetLowering &TLI);
DSelectionDAGISel.h34 class FunctionLoweringInfo; variable
47 FunctionLoweringInfo *FuncInfo;
/external/llvm/lib/Target/ARM/
DARMISelLowering.h360 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
545 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DARMFastISel.cpp95 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel()
2637 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
DARMISelLowering.cpp1039 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h637 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
915 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DX86FastISel.cpp60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel()
2182 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
DX86ISelLowering.cpp2876 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
/external/llvm/include/llvm/Target/
DTargetLowering.h41 class FunctionLoweringInfo; variable
1349 virtual FastISel *createFastISel(FunctionLoweringInfo &) const { in createFastISel() argument