Lines Matching defs:InGlue
745 // glue operands which copy the outgoing args into registers. The InGlue is
748 SDValue InGlue;
751 RegsToPass[i].second, InGlue);
752 InGlue = Chain.getValue(1);
771 if (InGlue.getNode())
772 Ops.push_back(InGlue);
777 InGlue = Chain.getValue(1);
780 Chain = DAG.getCALLSEQ_END(Chain, ArgsSize, 0, InGlue, DL);
781 InGlue = Chain.getValue(1);
814 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
816 InGlue = Chain.getValue(2);