| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVISelLowering.h | 47 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SPIRVISelLowering.cpp | 63 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 432 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | LoongArchISelLowering.cpp | 8530 unsigned LoongArchTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in LoongArchTargetLowering 8536 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 688 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT); in determineAssignments() 1118 TLI->getNumRegistersForCallingConv(Context, CallConv, VT); in getReturnInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 303 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | MipsISelLowering.cpp | 110 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering 128 NumIntermediates = getNumRegistersForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 88 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | RISCVISelLowering.cpp | 2408 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in RISCVTargetLowering 2417 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1328 unsigned CCRegNum = TLI->getNumRegistersForCallingConv( in adjustInliningThresholdUsingCallee()
|
| H A D | SIISelLowering.cpp | 1099 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering 1103 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv() 1122 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 1255 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 139 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering 169 return getNumRegistersForCallingConv(Context, CC, in getNumRegistersForCallingConv() 172 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | X86ISelLowering.h | 1619 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 530 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | AArch64ISelLowering.cpp | 30483 unsigned AArch64TargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in AArch64TargetLowering 30488 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 448 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 860 ? TLI.getNumRegistersForCallingConv(Context, *CC, ValueVT) in RegsForValue() 2225 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() 11045 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11188 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11322 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11741 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments() 11830 NumParts += TLI->getNumRegistersForCallingConv(*CurDAG->getContext(), in LowerArguments() 11856 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1758 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1831 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2286 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
|