Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Glue

155   SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
177 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) {
178 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue);
195 SDValue Glue = Chain.getValue(1);
196 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
207 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
216 SDValue Glue = End.getValue(2);
223 Glue};
224 VTs = DAG.getVTList(PtrVT, MVT::Glue);
245 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
249 SDValue Glue = Chain.getValue(2);
250 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
262 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);