Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Glue

160   SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
182 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) {
183 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue);
200 SDValue Glue = Chain.getValue(1);
201 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
212 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
221 SDValue Glue = End.getValue(2);
230 Ops.push_back(Glue);
231 VTs = DAG.getVTList(PtrVT, MVT::Glue);
252 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
256 SDValue Glue = Chain.getValue(2);
257 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
269 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);