Searched refs:FunctionLoweringInfo (Results 1 – 17 of 17) sorted by relevance
58 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli) in FunctionLoweringInfo() function in FunctionLoweringInfo62 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()
4 FunctionLoweringInfo.cpp
6 FunctionLoweringInfo.cpp \
44 class FunctionLoweringInfo; variable315 FunctionLoweringInfo &FuncInfo;335 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
271 FuncInfo(new FunctionLoweringInfo(TLI)), in SelectionDAGISel()872 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
1040 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel()
621 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,647 FunctionLoweringInfo &FuncInfo, in getCopyFromRegs()684 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
26 class FunctionLoweringInfo; variable50 FunctionLoweringInfo &FuncInfo;147 explicit FastISel(FunctionLoweringInfo &funcInfo);
54 class FunctionLoweringInfo {121 explicit FunctionLoweringInfo(const TargetLowering &TLI);
34 class FunctionLoweringInfo; variable47 FunctionLoweringInfo *FuncInfo;
360 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;545 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
95 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel()2637 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
1039 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
637 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;915 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel()2182 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
2876 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
41 class FunctionLoweringInfo; variable1349 virtual FastISel *createFastISel(FunctionLoweringInfo &) const { in createFastISel() argument