Home
last modified time | relevance | path

Searched refs:getNumRegistersForCallingConv (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DSPIRVISelLowering.cpp20 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp578 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 DRISCVISelLowering.h393 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DRISCVISelLowering.cpp1374 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 DMipsISelLowering.h299 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DMipsISelLowering.cpp109 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp841 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 DAMDGPUISelLowering.cpp968 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1451 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DX86ISelLowering.cpp2506 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 DAArch64CallLowering.cpp388 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp803 ? 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 DTargetLoweringBase.cpp1682 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1583 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1730 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()