| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 250 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() argument 252 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel() 253 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()), in MipsFastISel() 255 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>(); in MipsFastISel() 256 Context = &funcInfo.Fn->getContext(); in MipsFastISel() 2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 2145 return new MipsFastISel(funcInfo, libInfo); in createFastISel()
|
| H A D | MipsISelLowering.h | 276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | MipsISelLowering.cpp | 521 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 524 static_cast<const MipsTargetMachine &>(funcInfo.MF->getTarget()); in createFastISel() 537 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 122 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument 124 : FastISel(funcInfo, libInfo), in ARMFastISel() 125 Subtarget(&funcInfo.MF->getSubtarget<ARMSubtarget>()), in ARMFastISel() 126 M(const_cast<Module &>(*funcInfo.Fn->getParent())), in ARMFastISel() 127 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()), in ARMFastISel() 129 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel() 131 Context = &funcInfo.Fn->getContext(); in ARMFastISel() 3082 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 3084 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel() 3085 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
|
| H A D | ARMISelLowering.h | 581 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 994 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | ARMISelLowering.cpp | 1937 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 1939 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 155 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 566 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1220 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | AArch64ISelLowering.cpp | 2279 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 2281 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1468 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1807 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | X86FastISel.cpp | 53 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() argument 55 : FastISel(funcInfo, libInfo) { in X86FastISel() 56 Subtarget = &funcInfo.MF->getSubtarget<X86Subtarget>(); in X86FastISel() 4011 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 4013 return new X86FastISel(funcInfo, libInfo); in createFastISel()
|
| H A D | X86ISelLowering.cpp | 5324 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 5326 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|