Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h59 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp350 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() function in RTLIB
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp937 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
H A DLegalizeDAG.cpp4218 : RTLIB::getFPTOUINT(SVT, NVT); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp3121 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp694 return RTLIB::getFPTOUINT(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4907 LC = RTLIB::getFPTOUINT(Op0.getValueType(), N->getValueType(0)); in ReplaceNodeResults()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5790 LC = RTLIB::getFPTOUINT(SrcVal.getValueType(), in LowerFP_TO_INT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21588 LC = RTLIB::getFPTOUINT(SrcVT, VT); in LowerFP_TO_INT()