Lines Matching full: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);
227 DAG.getConstant(SystemZ::CCMASK_SRST_FOUND, MVT::i32), Glue};
228 VTs = DAG.getVTList(PtrVT, MVT::Glue);
249 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
253 SDValue Glue = Chain.getValue(2);
254 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
266 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);