Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp174 return RTLIB::getSINTTOFP(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp328 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() function in RTLIB
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp723 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
H A DLegalizeIntegerTypes.cpp3452 RTLIB::Libcall LC = RTLIB::getSINTTOFP(Op.getValueType(), DstVT); in ExpandIntOp_SINT_TO_FP()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2450 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerINT_TO_FP()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4903 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), in LowerINT_TO_FP()