Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h50 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DSPIRVISelLowering.cpp77 MVT SPIRVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SPIRVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.h95 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DXtensaISelLowering.cpp413 MVT XtensaTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in XtensaTargetLowering
419 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h463 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC, in getRegisterTypeForCallingConv() function
470 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DSystemZISelLowering.cpp2285 MVT PartVT = getRegisterTypeForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h427 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DLoongArchISelLowering.cpp8520 MVT LoongArchTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in LoongArchTargetLowering
8527 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp683 MVT NewVT = TLI->getRegisterTypeForCallingConv(Ctx, CallConv, CurVT); in determineAssignments()
1119 MVT RegVT = TLI->getRegisterTypeForCallingConv(Context, CallConv, VT); in getReturnInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h298 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DMipsISelLowering.cpp98 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in MipsTargetLowering
126 IntermediateVT = getRegisterTypeForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h78 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DRISCVISelLowering.cpp2383 MVT RISCVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in RISCVTargetLowering
2392 MVT PartVT = TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h36 MVT getRegisterTypeForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp1070 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SITargetLowering
1074 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
1096 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DAMDGPUISelLowering.cpp1254 MVT RegisterVT = getRegisterTypeForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp103 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in X86TargetLowering
129 return getRegisterTypeForCallingConv( in getRegisterTypeForCallingConv()
136 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DX86ISelLowering.h1616 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h275 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DHexagonISelLowering.cpp222 MVT HexagonTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in HexagonTargetLowering
233 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h528 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp451 MVT NewVT = TLI.getRegisterTypeForCallingConv(Ctx, CC, SplitEVTs[i]); in lowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp864 ? TLI.getRegisterTypeForCallingConv(Context, *CC, ValueVT) in RegsForValue()
892 ? TLI.getRegisterTypeForCallingConv( in getCopyFromRegs()
974 ? TLI.getRegisterTypeForCallingConv( in getCopyToRegs()
2226 MVT PartVT = TLI.getRegisterTypeForCallingConv(Context, CC, VT); in visitRet()
11043 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
11186 MVT PartVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
11320 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
11739 MVT RegisterVT = TLI->getRegisterTypeForCallingConv( in LowerArguments()
11854 MVT PartVT = TLI->getRegisterTypeForCallingConv(*CurDAG->getContext(), in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1760 TLI.getRegisterTypeForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1823 virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function

12