Lines Matching defs:Glue
244 SDValue Glue;
258 Glue = Chain.getValue(1);
281 if (Glue)
282 Operands.push_back(Glue);
1837 SDValue Glue = Chain.getValue(1);
1846 {MaskedOff, Src1, Imm, V0, VL, SEW, Glue}));
1857 {MaskedOff, Src1, Src2, V0, VL, SEW, Glue}),
3846 // Skip the mask, and the Glue.
3848 if (I == MaskOpIdx || Op.getValueType() == MVT::Glue)
3893 SDValue Passthru, False, True, VL, Mask, Glue;
3901 Glue = N->getOperand(N->getNumOperands() - 1);
3903 assert(Glue.getValueType() == MVT::Glue);
3963 LoopWorklist.push_back(Glue.getNode());
4003 (Mask && !usesAllOnesMask(Mask, Glue)))
4061 Ops.push_back(Glue);