HomeSort by: relevance | last modified time | path
    Searched refs:getNumRegistersForCallingConv (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCallLowering.cpp 67 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(),
650 unsigned NumRegs = TLI.getNumRegistersForCallingConv(
MipsISelLowering.h 295 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
MipsISelLowering.cpp 121 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 304 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
RISCVISelLowering.cpp 972 unsigned RISCVTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context,
980 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 551 TLI->getNumRegistersForCallingConv(Ctx, CallConv, CurVT);
645 // This should be the same as getNumRegistersForCallingConv
892 TLI->getNumRegistersForCallingConv(Context, CallConv, VT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h 38 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
SIISelLowering.cpp 908 unsigned SITargetLowering::getNumRegistersForCallingConv(LLVMContext &Context,
912 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
931 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
AMDGPUISelLowering.cpp 1055 unsigned NumRegs = getNumRegistersForCallingConv(Ctx, CC, ArgVT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 369 if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) > 1) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1390 unsigned getNumRegistersForCallingConv(LLVMContext &Context,
X86ISelLowering.cpp 2168 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context,
2183 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 792 ? TLI.getNumRegistersForCallingConv(Context, CC.getValue(), ValueVT)
1966 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT);
9435 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(),
9579 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(),
9721 unsigned NumRegs = getNumRegistersForCallingConv(CLI.RetTy->getContext(),
10142 unsigned NumRegs = TLI->getNumRegistersForCallingConv(
10255 unsigned NumParts = TLI->getNumRegistersForCallingConv(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1650 TLI.getNumRegistersForCallingConv(ReturnType->getContext(), CC, VT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1506 virtual unsigned getNumRegistersForCallingConv(LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 1595 unsigned N = getNumRegistersForCallingConv(Ctx, CLI.CallConv, OrigArgVT);

Completed in 98 milliseconds