Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h67 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp445 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP() function in RTLIB
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp773 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
H A DLegalizeDAG.cpp4175 : RTLIB::getUINTTOFP(NVT, RVT); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp4660 RTLIB::Libcall LC = RTLIB::getUINTTOFP(Op.getValueType(), DstVT); in ExpandIntOp_UINT_TO_FP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp698 return RTLIB::getUINTTOFP(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5869 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), in LowerINT_TO_FP()