Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp480 RValue CIRGenFunction::emitCall(const CIRGenFunctionInfo &funcInfo, in emitCall() argument
486 QualType retTy = funcInfo.getReturnType(); in emitCall()
487 cir::FuncType cirFuncTy = getTypes().getFunctionType(funcInfo); in emitCall()
495 llvm::enumerate(args, funcInfo.argTypes())) { in emitCall()
H A DCIRGenFunction.h788 RValue emitCall(const CIRGenFunctionInfo &funcInfo,
792 RValue emitCall(const CIRGenFunctionInfo &funcInfo,
797 return emitCall(funcInfo, callee, returnValue, args, callOrTryCall,
H A DCIRGenExpr.cpp1233 const CIRGenFunctionInfo &funcInfo = in emitCall() local
1242 RValue callResult = emitCall(funcInfo, callee, returnValue, args, &callOp, in emitCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp248 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() argument
250 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel()
251 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()), in MipsFastISel()
253 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>(); in MipsFastISel()
254 Context = &funcInfo.Fn->getContext(); in MipsFastISel()
2158 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
2160 return new MipsFastISel(funcInfo, libInfo); in createFastISel()
H A DMipsISelLowering.h280 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
758 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsISelLowering.cpp559 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
562 static_cast<const MipsTargetMachine &>(funcInfo.MF->getTarget()); in createFastISel()
575 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h145 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp148 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument
150 : FastISel(funcInfo, libInfo), in ARMFastISel()
151 Subtarget(&funcInfo.MF->getSubtarget<ARMSubtarget>()), in ARMFastISel()
152 M(const_cast<Module &>(*funcInfo.Fn->getParent())), in ARMFastISel()
155 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel()
157 Context = &funcInfo.Fn->getContext(); in ARMFastISel()
3151 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3153 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel()
3154 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
H A DARMISelLowering.h603 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1027 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMISelLowering.cpp1960 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1962 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h136 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
884 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64ISelLowering.cpp2770 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
2772 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1584 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1932 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()
4084 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
4086 return new X86FastISel(funcInfo, libInfo); in createFastISel()
H A DX86ISelLowering.cpp2767 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
2769 return X86::createFastISel(funcInfo, libInfo); in createFastISel()