| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 480 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 D | CIRGenFunction.h | 788 RValue emitCall(const CIRGenFunctionInfo &funcInfo, 792 RValue emitCall(const CIRGenFunctionInfo &funcInfo, 797 return emitCall(funcInfo, callee, returnValue, args, callOrTryCall,
|
| H A D | CIRGenExpr.cpp | 1233 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 D | MipsFastISel.cpp | 248 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 D | MipsISelLowering.h | 280 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 758 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | MipsISelLowering.cpp | 559 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 D | WebAssemblyISelLowering.h | 145 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 148 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 D | ARMISelLowering.h | 603 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1027 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | ARMISelLowering.cpp | 1960 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 D | AArch64ISelLowering.h | 136 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 884 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | AArch64ISelLowering.cpp | 2770 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 D | X86ISelLowering.h | 1584 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1932 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() 4084 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 4086 return new X86FastISel(funcInfo, libInfo); in createFastISel()
|
| H A D | X86ISelLowering.cpp | 2767 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 2769 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|