Lines Matching refs:ExpandLibCall
136 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
2019 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize
2095 SDValue Tmp = ExpandLibCall(LC, Node, false); in ExpandFPLibCall()
2131 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall()
4215 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall()
4233 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
4240 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
4353 ExpandLibCall(RTLIB::getFPEXT(Node->getOperand(0).getValueType(), in ConvertNodeToLibcall()
4416 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false)); in ConvertNodeToLibcall()
4419 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false)); in ConvertNodeToLibcall()
4422 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I128, Node, false)); in ConvertNodeToLibcall()