Lines Matching defs:Glue
1882 SDValue Glue = Node->getOperand(3);
1934 VTs = CurDAG->getVTList(EltVT, MVT::Other, MVT::Glue);
1936 VTs = CurDAG->getVTList(EltVT, EltVT, MVT::Other, MVT::Glue);
1938 EVT EVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other, MVT::Glue };
1945 {CurDAG->getTargetConstant(OffsetVal, DL, MVT::i32), Chain, Glue});
2134 SDValue Glue = N->getOperand(N->getNumOperands() - 1);
2159 CurDAG->getTargetConstant(OffsetVal, DL, MVT::i32), Chain, Glue});
2245 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue);
2714 SDValue Glue = N->getOperand(2);
2717 // Add Glue and Ch to the operands and results to avoid break the execution
2721 {MVT::i64, MVT::i64, Ch.getValueType(), Glue.getValueType()},
2722 {Src, Ch, Glue});