Home
last modified time | relevance | path

Searched refs:getFPROUND (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h51 Libcall getFPROUND(EVT OpVT, EVT RetVT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4146 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::f16); in ConvertNodeToLibcall()
4249 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), VT); in ConvertNodeToLibcall()
4271 ? RTLIB::getFPROUND(Node->getOperand(1).getValueType(), MVT::f16) in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp551 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND()
882 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp263 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() function in RTLIB
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp690 return RTLIB::getFPROUND(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19661 RTLIB::Libcall LC = RTLIB::getFPROUND(SrcVT, DstVT); in LowerFP_ROUND()