Home | History | Annotate | Download | only in Sparc

Lines Matching refs:InGlue

1198   // glue operands which copy the outgoing args into registers. The InGlue is
1201 SDValue InGlue;
1204 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1205 InGlue = Chain.getValue(1);
1240 if (InGlue.getNode())
1241 Ops.push_back(InGlue);
1246 InGlue = Chain.getValue(1);
1250 DAG.getIntPtrConstant(0, true), InGlue, DL);
1251 InGlue = Chain.getValue(1);
1283 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
1285 InGlue = Chain.getValue(2);