Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h67 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp452 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP() 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.cpp4267 : RTLIB::getUINTTOFP(NVT, RVT); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp5125 RTLIB::Libcall LC = RTLIB::getUINTTOFP(Op.getValueType(), DstVT); in ExpandIntOp_UINT_TO_FP()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp775 return RTLIB::getUINTTOFP(FromMVT, ToMVT); in getConvRTLibDesc()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5970 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), in LowerINT_TO_FP()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29578 LC = RTLIB::getUINTTOFP(ArgVT, VT); in LowerWin64_INT128_TO_FP()