| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 70 MVT RegisterVT = TLI.getRegisterTypeForCallingConv( in handle() 550 MVT RegisterVT = TLI.getRegisterTypeForCallingConv(F.getContext(), in subTargetRegTypeForCallingConv()
|
| H A D | MipsISelLowering.h | 291 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
|
| H A D | MipsISelLowering.cpp | 116 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in MipsTargetLowering 142 RegisterVT = getRegisterTypeForCallingConv(Context, CC, VT); in getVectorTypeBreakdownForCallingConv()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 29 MVT getRegisterTypeForCallingConv(LLVMContext &Context,
|
| H A D | SIISelLowering.cpp | 739 MVT SITargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in SITargetLowering 756 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
|
| H A D | AMDGPUISelLowering.cpp | 963 MVT RegisterVT = getRegisterTypeForCallingConv(Ctx, CC, ArgVT); in analyzeFormalArgumentsCompute()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 905 MVT getRegisterTypeForCallingConv(LLVMContext &Context,
|
| H A D | PPCISelLowering.cpp | 1243 MVT PPCTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in PPCTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1124 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
|
| H A D | X86ISelLowering.cpp | 1950 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function in X86TargetLowering 1955 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT); in getRegisterTypeForCallingConv()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 778 ? TLI.getRegisterTypeForCallingConv(Context, CC.getValue(), ValueVT) in RegsForValue() 805 MVT RegisterVT = isABIMangled() ? TLI.getRegisterTypeForCallingConv( in getCopyFromRegs() 888 MVT RegisterVT = isABIMangled() ? TLI.getRegisterTypeForCallingConv( in getCopyToRegs() 1639 MVT PartVT = TLI.getRegisterTypeForCallingConv(Context, CC, VT); in visitRet() 8496 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 8608 MVT PartVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 8743 MVT RegisterVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() 9103 MVT RegisterVT = TLI->getRegisterTypeForCallingConv( in LowerArguments() 9212 MVT PartVT = TLI->getRegisterTypeForCallingConv(*CurDAG->getContext(), in LowerArguments()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1382 TLI.getRegisterTypeForCallingConv(ReturnType->getContext(), CC, VT); in GetReturnInfo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1230 virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() function
|