| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVISelLowering.h | 49 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SPIRVISelLowering.cpp | 28 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 689 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT); in determineAssignments() 1119 TLI->getNumRegistersForCallingConv(Context, CallConv, VT); in getReturnInfo()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 301 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | MipsISelLowering.cpp | 112 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering 130 NumIntermediates = getNumRegistersForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1219 unsigned CCRegNum = TLI->getNumRegistersForCallingConv( in adjustInliningThresholdUsingCallee()
|
| H A D | SIISelLowering.cpp | 1033 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering 1037 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv() 1056 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 1192 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 137 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering 166 return getNumRegistersForCallingConv(Context, CC, in getNumRegistersForCallingConv() 169 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | X86ISelLowering.h | 1532 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 542 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | RISCVISelLowering.cpp | 2356 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in RISCVTargetLowering 2365 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv() 22115 TLI->getNumRegistersForCallingConv(Context, F.getCallingConv(), VT); in constructArgInfos() 22129 TLI->getNumRegistersForCallingConv(Context, F.getCallingConv(), VT); in constructArgInfos()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 1014 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | AArch64ISelLowering.cpp | 28639 unsigned AArch64TargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in AArch64TargetLowering 28644 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 399 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 863 ? TLI.getNumRegistersForCallingConv(Context, *CC, ValueVT) in RegsForValue() 2261 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() 10884 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11025 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11168 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 11593 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments() 11687 NumParts += TLI->getNumRegistersForCallingConv(*CurDAG->getContext(), in LowerArguments() 11713 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1660 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1778 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1948 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
|