| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SPIRVISelLowering.cpp | 20 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 578 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT); in determineAssignments() 937 TLI->getNumRegistersForCallingConv(Context, CallConv, VT); in getReturnInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 393 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | RISCVISelLowering.cpp | 1374 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in RISCVTargetLowering 1383 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 299 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | MipsISelLowering.cpp | 109 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SIISelLowering.cpp | 841 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering 845 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv() 864 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 968 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1451 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | X86ISelLowering.cpp | 2506 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering 2535 return getNumRegistersForCallingConv(Context, CC, in getNumRegistersForCallingConv() 2538 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 388 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 803 ? TLI.getNumRegistersForCallingConv(Context, CC.value(), ValueVT) in RegsForValue() 1987 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() 9715 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 9856 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 9999 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 10422 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments() 10535 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1682 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1583 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1730 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
|