Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h42 Libcall getFPROUND(EVT OpVT, EVT RetVT);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp507 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND()
871 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND()
H A DLegalizeDAG.cpp4020 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::f16); in ConvertNodeToLibcall()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp168 return RTLIB::getFPROUND(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp206 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() function in RTLIB
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2319 LC = RTLIB::getFPROUND(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerFP_ROUND()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14270 LC = RTLIB::getFPROUND(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerFP_ROUND()