Searched refs:getFPEXT (Results 1 – 6 of 6) sorted by relevance
31 Libcall getFPEXT(EVT OpVT, EVT RetVT);
120 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() function in RTLIB
596 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND()623 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP()
4915 ExpandLibCall(RTLIB::getFPEXT(Node->getOperand(0).getValueType(), in ConvertNodeToLibcall()4929 LC = RTLIB::getFPEXT(Node->getOperand(1).getValueType(), in ConvertNodeToLibcall()
861 return RTLIB::getFPEXT(FromMVT, ToMVT); in getConvRTLibDesc()
20933 LC = RTLIB::getFPEXT(SrcVT, DstVT); in LowerFP_EXTEND()