Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp67 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(), in handle()
650 unsigned NumRegs = TLI.getNumRegistersForCallingConv( in subTargetRegTypeForCallingConv()
H A DMipsISelLowering.h295 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DMipsISelLowering.cpp121 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h304 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DRISCVISelLowering.cpp972 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in RISCVTargetLowering
980 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp551 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT); in determineAssignments()
892 TLI->getNumRegistersForCallingConv(Context, CallConv, VT); in getReturnInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h38 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp908 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering
912 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
931 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
H A DAMDGPUISelLowering.cpp1055 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1390 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
H A DX86ISelLowering.cpp2168 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering
2183 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp369 if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) > 1) { in lowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp792 ? TLI.getNumRegistersForCallingConv(Context, CC.getValue(), ValueVT) in RegsForValue()
1966 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet()
9435 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
9579 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
9721 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
10142 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments()
10255 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1650 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1506 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1595 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()