Lines Matching refs:ExpandLibCall
111 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
112 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
2147 // ExpandLibCall - Expand a node into a call to a libcall. If the result value
2151 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
2194 /// ExpandLibCall - Generate a libcall taking the given operands as arguments
2196 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,
2229 // ExpandLibCall except that the first operand is the in-chain.
2278 return ExpandLibCall(LC, Node, false);
2296 return ExpandLibCall(LC, Node, isSigned);
3332 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false));
3335 Results.push_back(ExpandLibCall(RTLIB::FPROUND_F32_F16, Node, false));
3585 SDValue Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl);