| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SPIRVISelLowering.cpp | 21 unsigned SPIRVTargetLowering::getNumRegistersForCallingConv( in getNumRegistersForCallingConv() function in SPIRVTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 603 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT); in determineAssignments() 962 TLI->getNumRegistersForCallingConv(Context, CallConv, VT); in getReturnInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 401 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | RISCVISelLowering.cpp | 1513 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in RISCVTargetLowering 1522 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 299 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | MipsISelLowering.cpp | 109 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in MipsTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 39 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | SIISelLowering.cpp | 870 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in SITargetLowering 874 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv() 893 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 1063 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 389 } else if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) == in lowerReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1503 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
|
| H A D | X86ISelLowering.cpp | 2540 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function in X86TargetLowering 2569 return getNumRegistersForCallingConv(Context, CC, in getNumRegistersForCallingConv() 2572 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT); in getNumRegistersForCallingConv()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 819 ? TLI.getNumRegistersForCallingConv(Context, *CC, ValueVT) in RegsForValue() 2043 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() 9963 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 10104 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 10247 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 10670 unsigned NumRegs = TLI->getNumRegistersForCallingConv( in LowerArguments() 10784 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1702 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1615 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1733 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
|