Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExpandLibCall

112   SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
113 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
1939 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
1989 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,
2019 // ExpandLibCall except that the first operand is the in-chain.
2067 return ExpandLibCall(LC, Node, false);
2085 return ExpandLibCall(LC, Node, isSigned);
3435 SDValue Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl);
3927 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false));
3934 Results.push_back(ExpandLibCall(LC, Node, false));