Lines Matching defs:Dst
48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val,
126 Dst, InGlue);
141 EVT AddrVT = Dst.getValueType();
146 DAG.getNode(ISD::ADD, dl, AddrVT, Dst,
157 const SDLoc &dl, SDValue Chain, SDValue Dst,
167 Chain = DAG.getCopyToReg(Chain, dl, DI, Dst, InGlue);
179 const SDLoc &dl, SDValue Chain, SDValue Dst,
181 return emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src,
209 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT,
220 return emitRepmovsB(Subtarget, DAG, dl, Chain, Dst, Src, Size);
233 emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src,
245 return emitRepmovsB(Subtarget, DAG, dl, Chain, Dst, Src, Size);
251 EVT DstVT = Dst.getValueType();
255 DAG.getNode(ISD::ADD, dl, DstVT, Dst, DAG.getConstant(Offset, dl, DstVT)),
264 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
283 return emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src, Size, MVT::i8);
287 return emitConstantSizeRepmov(DAG, Subtarget, dl, Chain, Dst, Src,