Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp66 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(), in handle()
552 unsigned NumRegs = TLI.getNumRegistersForCallingConv( in subTargetRegTypeForCallingConv()
H A DMipsISelLowering.h296 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DMipsISelLowering.cpp129 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h32 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp759 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering
777 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
H A DAMDGPUISelLowering.cpp964 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h901 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DPPCISelLowering.cpp1235 unsigned PPCTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in PPCTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1127 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DX86ISelLowering.cpp1958 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering
1963 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp774 ? TLI.getNumRegistersForCallingConv(Context, CC.getValue(), ValueVT) in RegsForValue()
1638 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet()
8498 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
8610 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
8745 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
9105 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments()
9214 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1380 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1238 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function