Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp256 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() argument
258 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel()
259 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()), in MipsFastISel()
261 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>(); in MipsFastISel()
262 Context = &funcInfo.Fn->getContext(); in MipsFastISel()
2149 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
2151 return new MipsFastISel(funcInfo, libInfo); in createFastISel()
H A DMipsISelLowering.h276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsISelLowering.cpp540 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
543 static_cast<const MipsTargetMachine &>(funcInfo.MF->getTarget()); in createFastISel()
555 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h109 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp124 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument
126 : FastISel(funcInfo, libInfo), in ARMFastISel()
128 &static_cast<const ARMSubtarget &>(funcInfo.MF->getSubtarget())), in ARMFastISel()
129 M(const_cast<Module &>(*funcInfo.Fn->getParent())), in ARMFastISel()
130 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()), in ARMFastISel()
132 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel()
134 Context = &funcInfo.Fn->getContext(); in ARMFastISel()
3086 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3088 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel()
3089 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
H A DARMISelLowering.h470 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
819 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMISelLowering.cpp1455 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1457 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h285 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64ISelLowering.cpp1081 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1083 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1095 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1406 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp61 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() argument
63 : FastISel(funcInfo, libInfo) { in X86FastISel()
64 Subtarget = &funcInfo.MF->getSubtarget<X86Subtarget>(); in X86FastISel()
4034 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
4036 return new X86FastISel(funcInfo, libInfo); in createFastISel()
H A DX86ISelLowering.cpp4497 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
4499 return X86::createFastISel(funcInfo, libInfo); in createFastISel()