Lines Matching defs:InGlue
73 SDValue InGlue;
112 InGlue);
113 InGlue = Chain.getValue(1);
117 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Val, InGlue);
118 InGlue = Chain.getValue(1);
123 Count, InGlue);
124 InGlue = Chain.getValue(1);
126 Dst, InGlue);
127 InGlue = Chain.getValue(1);
130 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InGlue};
164 SDValue InGlue;
165 Chain = DAG.getCopyToReg(Chain, dl, CX, Size, InGlue);
166 InGlue = Chain.getValue(1);
167 Chain = DAG.getCopyToReg(Chain, dl, DI, Dst, InGlue);
168 InGlue = Chain.getValue(1);
169 Chain = DAG.getCopyToReg(Chain, dl, SI, Src, InGlue);
170 InGlue = Chain.getValue(1);
173 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InGlue};