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

/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h155 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp250 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, argument
252 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()),
253 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()),
255 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>();
256 Context = &funcInfo.Fn->getContext();
2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, argument
2145 return new MipsFastISel(funcInfo, libInfo);
H A DMipsISelLowering.h276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsISelLowering.cpp521 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, argument
524 static_cast<const MipsTargetMachine &>(funcInfo.MF->getTarget());
537 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr;
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp122 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, argument
124 : FastISel(funcInfo, libInfo),
125 Subtarget(&funcInfo.MF->getSubtarget<ARMSubtarget>()),
126 M(const_cast<Module &>(*funcInfo.Fn->getParent())),
127 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()),
129 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>();
131 Context = &funcInfo.Fn->getContext();
3082 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, argument
3084 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel())
3085 return new ARMFastISel(funcInfo, libInf
[all...]
H A DARMISelLowering.h581 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
994 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMISelLowering.cpp1937 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, argument
1939 return ARM::createFastISel(funcInfo, libInfo);
/openbsd-current/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, argument
2281 return AArch64::createFastISel(funcInfo, libInfo);
/openbsd-current/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, argument
55 : FastISel(funcInfo, libInfo) {
56 Subtarget = &funcInfo.MF->getSubtarget<X86Subtarget>();
4011 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, argument
4013 return new X86FastISel(funcInfo, libInfo);
H A DX86ISelLowering.cpp5324 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo,
5326 return X86::createFastISel(funcInfo, libInfo);
[all...]

Completed in 585 milliseconds