Searched refs:getFPTOUINT (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RuntimeLibcalls.h | 59 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 369 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 D | LegalizeFloatTypes.cpp | 1041 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
|
| H A D | LegalizeDAG.cpp | 4727 : RTLIB::getFPTOUINT(SVT, NVT); in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 3756 : RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_XINT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 848 return RTLIB::getFPTOUINT(FromMVT, ToMVT); in getConvRTLibDesc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 11444 LC = RTLIB::getFPTOUINT(Op0.getValueType(), N->getValueType(0)); in ReplaceNodeResults()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5895 LC = RTLIB::getFPTOUINT(SrcVal.getValueType(), in LowerFP_TO_INT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 21008 LC = RTLIB::getFPTOUINT(SrcVT, VT); in LowerFP_TO_INT() 28785 LC = RTLIB::getFPTOUINT(ArgVT, VT); in LowerWin64_FP_TO_INT128()
|