Lines Matching defs:Dst
42 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
94 Entry.Node = Dst;
172 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
181 return DAG.getNode(ARMISD::MEMCPYLOOP, dl, MVT::Other, Chain, Dst, Src,
191 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size,
195 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size,
235 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src,
237 Src = Dst.getValue(1);
238 Chain = Dst.getValue(2);
279 DAG.getNode(ISD::ADD, dl, MVT::i32, Dst,
290 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
293 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size,
298 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
313 return DAG.getNode(ARMISD::MEMSETLOOP, dl, MVT::Other, Chain, Dst, Src,
318 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size,