Home
last modified time | relevance | path

Searched refs:getFPTOUINT (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h59 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp369 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() function in RTLIB
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1041 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
H A DLegalizeDAG.cpp4727 : RTLIB::getFPTOUINT(SVT, NVT); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp3756 : RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_XINT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp848 return RTLIB::getFPTOUINT(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11444 LC = RTLIB::getFPTOUINT(Op0.getValueType(), N->getValueType(0)); in ReplaceNodeResults()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5895 LC = RTLIB::getFPTOUINT(SrcVal.getValueType(), in LowerFP_TO_INT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21008 LC = RTLIB::getFPTOUINT(SrcVT, VT); in LowerFP_TO_INT()
28785 LC = RTLIB::getFPTOUINT(ArgVT, VT); in LowerWin64_FP_TO_INT128()