Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h55 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp308 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() function in RTLIB
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp957 LC = Signed ? RTLIB::getFPTOSINT(SrcVT, Promoted) in findFPToIntLibcall()
H A DLegalizeDAG.cpp4309 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp3404 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp769 return RTLIB::getFPTOSINT(FromMVT, ToMVT); in getConvRTLibDesc()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6879 LC = RTLIB::getFPTOSINT(Op0.getValueType(), N->getValueType(0)); in ReplaceNodeResults()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5852 LC = RTLIB::getFPTOSINT(SrcVal.getValueType(), in LowerFP_TO_INT()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22648 LC = RTLIB::getFPTOSINT(SrcVT, VT); in LowerFP_TO_INT()
29543 LC = RTLIB::getFPTOSINT(ArgVT, VT); in LowerWin64_FP_TO_INT128()