Home
last modified time | relevance | path

Searched refs:getSINTTOFP (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h63 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp406 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() function in RTLIB
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp785 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
H A DLegalizeDAG.cpp4266 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp5005 RTLIB::Libcall LC = RTLIB::getSINTTOFP(Op.getValueType(), DstVT); in ExpandIntOp_SINT_TO_FP()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp773 return RTLIB::getSINTTOFP(FromMVT, ToMVT); in getConvRTLibDesc()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5967 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), in LowerINT_TO_FP()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29576 LC = RTLIB::getSINTTOFP(ArgVT, VT); in LowerWin64_INT128_TO_FP()