Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h55 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp308 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() function in RTLIB
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1064 LC = RTLIB::getFPTOSINT(Src.getValueType(), VT); in ReplaceNodeResults()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp957 LC = Signed ? RTLIB::getFPTOSINT(SrcVT, Promoted) in findFPToIntLibcall()
H A DLegalizeDAG.cpp4338 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp3432 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp774 return RTLIB::getFPTOSINT(FromMVT, ToMVT); in getConvRTLibDesc()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7715 LC = RTLIB::getFPTOSINT(Op0.getValueType(), N->getValueType(0)); in ReplaceNodeResults()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5879 LC = RTLIB::getFPTOSINT(SrcVal.getValueType(), in LowerFP_TO_INT()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23030 LC = RTLIB::getFPTOSINT(SrcVT, VT); in LowerFP_TO_INT()
30125 LC = RTLIB::getFPTOSINT(ArgVT, VT); in LowerWin64_FP_TO_INT128()