Lines Matching refs:ExpandLibCall
139 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
140 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
1994 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize
2054 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() function in SelectionDAGLegalize
2142 return ExpandLibCall(LC, Node, false); in ExpandFPLibCall()
2160 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall()
3431 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode()
3434 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode()
4015 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall()
4022 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
4070 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false)); in ConvertNodeToLibcall()
4073 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false)); in ConvertNodeToLibcall()
4076 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I128, Node, false)); in ConvertNodeToLibcall()