Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h42 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DSPIRVISelLowering.cpp32 MVT SPIRVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SPIRVTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp573 MVT NewVT = TLI->getRegisterTypeForCallingConv(Ctx, CallConv, CurVT); in determineAssignments()
938 MVT RegVT = TLI->getRegisterTypeForCallingConv(Context, CallConv, VT); in getReturnInfo()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h388 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DRISCVISelLowering.cpp1362 MVT RISCVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in RISCVTargetLowering
1371 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h294 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DMipsISelLowering.cpp99 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in MipsTargetLowering
121 RegisterVT = getRegisterTypeForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h36 MVT getRegisterTypeForCallingConv(LLVMContext &Context,
H A DSIISelLowering.cpp815 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SITargetLowering
819 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
838 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
H A DAMDGPUISelLowering.cpp967 MVT RegisterVT = getRegisterTypeForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1448 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
H A DX86ISelLowering.cpp2475 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in X86TargetLowering
2500 return getRegisterTypeForCallingConv(Context, CC, in getRegisterTypeForCallingConv()
2503 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp391 MVT NewVT = TLI.getRegisterTypeForCallingConv(Ctx, CC, SplitEVTs[i]); in lowerReturn()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp807 ? TLI.getRegisterTypeForCallingConv(Context, CC.value(), ValueVT) in RegsForValue()
835 isABIMangled() ? TLI.getRegisterTypeForCallingConv( in getCopyFromRegs()
918 isABIMangled() ? TLI.getRegisterTypeForCallingConv( in getCopyToRegs()
1988 MVT PartVT = TLI.getRegisterTypeForCallingConv(Context, CC, VT); in visitRet()
9713 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
9854 MVT PartVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
9997 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo()
10420 MVT RegisterVT = TLI->getRegisterTypeForCallingConv( in LowerArguments()
10533 MVT PartVT = TLI->getRegisterTypeForCallingConv(*CurDAG->getContext(), in LowerArguments()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1684 TLI.getRegisterTypeForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1575 virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1729 MVT PartVT = getRegisterTypeForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall()