Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h59 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp357 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() function in RTLIB
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp958 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
H A DLegalizeDAG.cpp4310 : RTLIB::getFPTOUINT(SVT, NVT); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp3436 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp771 return RTLIB::getFPTOUINT(FromMVT, ToMVT); in getConvRTLibDesc()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6881 LC = RTLIB::getFPTOUINT(Op0.getValueType(), N->getValueType(0)); in ReplaceNodeResults()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5855 LC = RTLIB::getFPTOUINT(SrcVal.getValueType(), in LowerFP_TO_INT()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22650 LC = RTLIB::getFPTOUINT(SrcVT, VT); in LowerFP_TO_INT()
29545 LC = RTLIB::getFPTOUINT(ArgVT, VT); in LowerWin64_FP_TO_INT128()