Lines Matching refs:InGlue
1088 // glue operands which copy the outgoing args into registers. The InGlue is
1091 SDValue InGlue;
1094 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1095 InGlue = Chain.getValue(1);
1117 if (InGlue.getNode())
1118 Ops.push_back(InGlue);
1123 InGlue = Chain.getValue(1);
1127 DAG.getIntPtrConstant(0, true), InGlue, DL);
1128 InGlue = Chain.getValue(1);
1154 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
1156 InGlue = Chain.getValue(2);