Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h52 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DSPIRVISelLowering.cpp42 MVT SPIRVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SPIRVTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h449 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC, in getRegisterTypeForCallingConv() function
456 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DSystemZISelLowering.cpp1947 MVT PartVT = getRegisterTypeForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp684 MVT NewVT = TLI->getRegisterTypeForCallingConv(Ctx, CallConv, CurVT); in determineAssignments()
1120 MVT RegVT = TLI->getRegisterTypeForCallingConv(Context, CallConv, VT); in getReturnInfo()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h296 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DMipsISelLowering.cpp100 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in MipsTargetLowering
128 IntermediateVT = getRegisterTypeForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h36 MVT getRegisterTypeForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp1004 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SITargetLowering
1008 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
1030 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DAMDGPUISelLowering.cpp1191 MVT RegisterVT = getRegisterTypeForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp103 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in X86TargetLowering
128 return getRegisterTypeForCallingConv(Context, CC, in getRegisterTypeForCallingConv()
134 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DX86ISelLowering.h1529 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h537 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DRISCVISelLowering.cpp2339 MVT RISCVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in RISCVTargetLowering
2348 MVT PartVT = TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
22113 TLI->getRegisterTypeForCallingConv(Context, F.getCallingConv(), VT); in constructArgInfos()
22127 TLI->getRegisterTypeForCallingConv(Context, F.getCallingConv(), VT); in constructArgInfos()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1012 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DAArch64ISelLowering.cpp28623 MVT AArch64TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in AArch64TargetLowering
28629 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp402 MVT NewVT = TLI.getRegisterTypeForCallingConv(Ctx, CC, SplitEVTs[i]); in lowerReturn()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp867 ? TLI.getRegisterTypeForCallingConv(Context, *CC, ValueVT) in RegsForValue()
895 ? TLI.getRegisterTypeForCallingConv( in getCopyFromRegs()
978 ? TLI.getRegisterTypeForCallingConv( in getCopyToRegs()
2262 MVT PartVT = TLI.getRegisterTypeForCallingConv(Context, CC, VT); in visitRet()
10882 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
11023 MVT PartVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
11166 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
11591 MVT RegisterVT = TLI->getRegisterTypeForCallingConv( in LowerArguments()
11711 MVT PartVT = TLI->getRegisterTypeForCallingConv(*CurDAG->getContext(), in LowerArguments()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1662 TLI.getRegisterTypeForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1770 virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function