Lines Matching defs:ExpandLibCall
131 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
133 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
2074 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
2129 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
2143 return ExpandLibCall(LC, Node, std::move(Args), isSigned);
2166 SDValue Tmp = ExpandLibCall(LC, Node, IsSignedArgument).first;
2200 return ExpandLibCall(LC, Node, isSigned).first;
4727 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false).first);
4753 Results.push_back(ExpandLibCall(LC, Node, false).first);
4760 Results.push_back(ExpandLibCall(LC, Node, false).first);
4870 ExpandLibCall(RTLIB::getFPEXT(Node->getOperand(0).getValueType(),
4942 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false).first);
4945 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false).first);
4948 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I128, Node, false).first);