Lines Matching defs:Glue
5641 SDValue Glue;
5645 Chain = DAG.getCopyToReg(Chain, DL, Reg.first, Reg.second, Glue);
5646 Glue = Chain.getValue(1);
5683 // Glue the call to the argument copies, if any.
5684 if (Glue.getNode())
5685 Ops.push_back(Glue);
5688 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
5715 Glue = Chain.getValue(1);
5718 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, Glue, DL);
5719 Glue = Chain.getValue(1);
5730 DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), VA.getLocVT(), Glue);
5731 // Glue the RetValue to the end of the call sequence.
5733 Glue = RetValue.getValue(2);
5777 SDValue Glue;
5787 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Val, Glue);
5790 Glue = Chain.getValue(1);
5797 if (Glue.getNode())
5798 RetOps.push_back(Glue);