Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h49 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DSPIRVISelLowering.cpp28 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp689 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 DMipsISelLowering.h301 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DMipsISelLowering.cpp112 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 DSIISelLowering.h39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DAMDGPUTargetTransformInfo.cpp1219 unsigned CCRegNum = TLI->getNumRegistersForCallingConv( in adjustInliningThresholdUsingCallee()
H A DSIISelLowering.cpp1033 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 DAMDGPUISelLowering.cpp1192 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp137 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 DX86ISelLowering.h1532 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h542 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DRISCVISelLowering.cpp2356 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 DAArch64ISelLowering.h1014 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DAArch64ISelLowering.cpp28639 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 DAArch64CallLowering.cpp399 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp863 ? 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 DTargetLoweringBase.cpp1660 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1778 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1948 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()