Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Glue

771   SDValue Glue;
774 RegsToPass[I].second, Glue);
775 Glue = Chain.getValue(1);
799 // Glue the call to the argument copies, if any.
800 if (Glue.getNode())
801 Ops.push_back(Glue);
804 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
806 Glue = Chain.getValue(1);
812 Glue, DL);
813 Glue = Chain.getValue(1);
826 VA.getLocVT(), Glue);
828 Glue = RetValue.getValue(2);
856 SDValue Glue;
869 // Chain and glue the copies together.
871 Chain = DAG.getCopyToReg(Chain, DL, Reg, RetValue, Glue);
872 Glue = Chain.getValue(1);
876 // Update chain and glue.
878 if (Glue.getNode())
879 RetOps.push_back(Glue);
1079 DL, MVT::Glue, CmpOp0, CmpOp1);
1139 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);