HomeSort by: relevance | last modified time | path
    Searched defs:getRegisterTypeForCallingConv (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 2150 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context,
2165 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 111 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context,
133 RegisterVT = getRegisterTypeForCallingConv(Context, CC, VT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1498 virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 882 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context,
886 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT);
905 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 961 MVT RISCVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context,
969 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT);

Completed in 100 milliseconds