Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp947 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT); in SoftenFloatOp_FP_TO_XINT()
1661 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT()
H A DLegalizeIntegerTypes.cpp2343 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp170 return RTLIB::getFPTOSINT(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp244 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() function in RTLIB
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2388 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerFP_TO_INT()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4839 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), in LowerFP_TO_INT()