Home
last modified time | relevance | path

Searched refs:getRegisterTypeForCallingConv (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp598 MVT NewVT = TLI->getRegisterTypeForCallingConv(Ctx, CallConv, CurVT); in determineAssignments()
963 MVT RegVT = TLI->getRegisterTypeForCallingConv(Context, CallConv, VT); in getReturnInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h396 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
DRISCVISelLowering.cpp1501 MVT RISCVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in RISCVTargetLowering
1510 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.h294 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
DMipsISelLowering.cpp99 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in MipsTargetLowering
121 RegisterVT = getRegisterTypeForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.h36 MVT getRegisterTypeForCallingConv(LLVMContext &Context,
DSIISelLowering.cpp841 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SITargetLowering
845 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
867 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
DAMDGPUISelLowering.cpp1062 MVT RegisterVT = getRegisterTypeForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp392 MVT NewVT = TLI.getRegisterTypeForCallingConv(Ctx, CC, SplitEVTs[i]); in lowerReturn()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1500 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
DX86ISelLowering.cpp2509 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in X86TargetLowering
2534 return getRegisterTypeForCallingConv(Context, CC, in getRegisterTypeForCallingConv()
2537 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp823 ? TLI.getRegisterTypeForCallingConv(Context, *CC, ValueVT) in RegsForValue()
851 ? TLI.getRegisterTypeForCallingConv( in getCopyFromRegs()
934 ? TLI.getRegisterTypeForCallingConv( in getCopyToRegs()
2044 MVT PartVT = TLI.getRegisterTypeForCallingConv(Context, CC, VT); in visitRet()
9961 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
10102 MVT PartVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
10245 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
10668 MVT RegisterVT = TLI->getRegisterTypeForCallingConv( in LowerArguments()
10782 MVT PartVT = TLI->getRegisterTypeForCallingConv(*CurDAG->getContext(), in LowerArguments()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1704 TLI.getRegisterTypeForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h1607 virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1732 MVT PartVT = getRegisterTypeForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()