Searched refs:funcInfo (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.h | 374 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 595 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| D | ARMFastISel.cpp | 91 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument 93 : FastISel(funcInfo, libInfo), in ARMFastISel() 94 TM(funcInfo.MF->getTarget()), in ARMFastISel() 98 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel() 100 Context = &funcInfo.Fn->getContext(); in ARMFastISel() 3137 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 3139 const TargetMachine &TM = funcInfo.MF->getTarget(); in createFastISel() 3154 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
|
| D | ARMISelLowering.cpp | 1172 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 1174 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 766 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 990 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| D | X86FastISel.cpp | 57 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() argument 59 : FastISel(funcInfo, libInfo) { in X86FastISel() 2553 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 2555 return new X86FastISel(funcInfo, libInfo); in createFastISel()
|
| D | X86ISelLowering.cpp | 3245 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 3247 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 166 explicit FastISel(FunctionLoweringInfo &funcInfo,
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 1092 FastISel::FastISel(FunctionLoweringInfo &funcInfo, in FastISel() argument 1094 : FuncInfo(funcInfo), in FastISel()
|