| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SPIRVISelLowering.cpp | 21 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 645 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT); in determineAssignments() 1004 TLI->getNumRegistersForCallingConv(Context, CallConv, VT); in getReturnInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 297 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | MipsISelLowering.cpp | 111 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering 129 NumIntermediates = getNumRegistersForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1207 unsigned CCRegNum = TLI->getNumRegistersForCallingConv( in adjustInliningThresholdUsingCallee()
|
| H A D | SIISelLowering.cpp | 1016 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering 1020 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv() 1039 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 1151 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 491 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | RISCVISelLowering.cpp | 2189 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in RISCVTargetLowering 2198 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 136 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering 165 return getNumRegistersForCallingConv(Context, CC, in getNumRegistersForCallingConv() 168 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | X86ISelLowering.h | 1526 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 987 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | AArch64ISelLowering.cpp | 27063 unsigned AArch64TargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in AArch64TargetLowering 27068 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 393 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 850 ? TLI.getNumRegistersForCallingConv(Context, *CC, ValueVT) in RegsForValue() 2220 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() 10364 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 10505 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 10648 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11073 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments() 11167 NumParts += TLI->getNumRegistersForCallingConv(*CurDAG->getContext(), in LowerArguments() 11193 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1747 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1708 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1923 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
|