Searched refs:getNumRegistersForCallingConv (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 66 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(), in handle() 552 unsigned NumRegs = TLI.getNumRegistersForCallingConv( in subTargetRegTypeForCallingConv()
|
| H A D | MipsISelLowering.h | 296 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | MipsISelLowering.cpp | 129 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 32 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SIISelLowering.cpp | 759 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering 777 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 964 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 901 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | PPCISelLowering.cpp | 1235 unsigned PPCTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in PPCTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1127 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | X86ISelLowering.cpp | 1958 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 D | SelectionDAGBuilder.cpp | 774 ? 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 D | TargetLoweringBase.cpp | 1380 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1238 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
|