Home
last modified time | relevance | path

Searched refs:funcInfo (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp250 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 DMipsISelLowering.h276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsISelLowering.cpp521 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 DARMFastISel.cpp122 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 DARMISelLowering.h581 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
994 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMISelLowering.cpp1937 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 DWebAssemblyISelLowering.h155 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h566 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1220 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64ISelLowering.cpp2279 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 DX86ISelLowering.h1468 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1807 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp53 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 DX86ISelLowering.cpp5324 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
5326 return X86::createFastISel(funcInfo, libInfo); in createFastISel()