Lines Matching full:chain

75                            const SDLoc &dl, SDValue Chain, SDValue Dst,
98 Chain = DAG.getCopyToReg(Chain, dl, AX, Val, InGlue);
99 InGlue = Chain.getValue(1);
100 Chain = DAG.getCopyToReg(Chain, dl, CX, Size, InGlue);
101 InGlue = Chain.getValue(1);
102 Chain = DAG.getCopyToReg(Chain, dl, DI, Dst, InGlue);
103 InGlue = Chain.getValue(1);
106 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InGlue};
112 const SDLoc &dl, SDValue Chain, SDValue Dst,
114 return emitRepstos(Subtarget, DAG, dl, Chain, Dst, Val,
124 const SDLoc &dl, SDValue Chain,
143 return emitRepstos(Subtarget, DAG, dl, Chain, Dst, Val,
147 return emitRepstosB(Subtarget, DAG, dl, Chain, Dst, Val, Size);
185 emitRepstos(Subtarget, DAG, dl, Chain, Dst, Val,
198 DAG.getMemset(Chain, dl,
209 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val,
229 DAG, Subtarget, dl, Chain, Dst, Val, ConstantSize->getZExtValue(),
235 const SDLoc &dl, SDValue Chain, SDValue Dst,
243 Chain = DAG.getCopyToReg(Chain, dl, CX, Size, InGlue);
244 InGlue = Chain.getValue(1);
245 Chain = DAG.getCopyToReg(Chain, dl, DI, Dst, InGlue);
246 InGlue = Chain.getValue(1);
247 Chain = DAG.getCopyToReg(Chain, dl, SI, Src, InGlue);
248 InGlue = Chain.getValue(1);
251 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InGlue};
257 const SDLoc &dl, SDValue Chain, SDValue Dst,
259 return emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src,
269 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT,
275 return emitRepmovsB(Subtarget, DAG, dl, Chain, Dst, Src, Size);
284 return emitRepmovsB(Subtarget, DAG, dl, Chain, Dst, Src, Size);
297 emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src,
313 Chain, dl,
323 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
342 return emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src, Size, MVT::i8);
346 return emitConstantSizeRepmov(DAG, Subtarget, dl, Chain, Dst, Src,