Searched refs:funcInfo (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h369 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
557 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp90 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, argument
92 : FastISel(funcInfo, libInfo),
93 TM(funcInfo.MF->getTarget()),
97 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>();
99 Context = &funcInfo.Fn->getContext();
2850 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, argument
2853 const TargetMachine &TM = funcInfo.MF->getTarget();
2858 return new ARMFastISel(funcInfo, libInfo);
H A DARMISelLowering.cpp1041 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, argument
1043 return ARM::createFastISel(funcInfo, libInfo);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DFastISel.h149 explicit FastISel(FunctionLoweringInfo &funcInfo,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h683 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
921 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp60 explicit X86FastISel(FunctionLoweringInfo &funcInfo, argument
62 : FastISel(funcInfo, libInfo) {
2222 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, argument
2224 return new X86FastISel(funcInfo, libInfo);
H A DX86ISelLowering.cpp2912 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, argument
2914 return X86::createFastISel(funcInfo, libInfo);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1055 FastISel::FastISel(FunctionLoweringInfo &funcInfo, argument
1057 : FuncInfo(funcInfo),

Completed in 289 milliseconds