Searched refs:getNumRegistersForCallingConv (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp67 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(),
647 unsigned NumRegs = TLI.getNumRegistersForCallingConv(
H A DMipsISelLowering.h297 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DMipsISelLowering.cpp121 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, function in class:MipsTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp207 unsigned NumParts = TLI->getNumRegistersForCallingConv(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp304 if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) > 1) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp229 unsigned NumParts = TLI.getNumRegistersForCallingConv(Ctx, CallConv, VT);
H A DSIISelLowering.h31 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp905 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, function in class:SITargetLowering
909 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
927 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
H A DAMDGPUISelLowering.cpp1046 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1362 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DX86ISelLowering.cpp2113 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, function in class:X86TargetLowering
2128 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp792 ? TLI.getNumRegistersForCallingConv(Context, CC.getValue(), ValueVT)
1887 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT);
9121 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(),
9258 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(),
9400 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(),
9780 unsigned NumRegs = TLI->getNumRegistersForCallingConv(
9893 unsigned NumParts = TLI->getNumRegistersForCallingConv(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1465 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1546 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT);

Completed in 327 milliseconds