Lines Matching defs:SGPROperandRegs
777 SmallSet<Register, 4> &SGPROperandRegs) const {
868 if (!SGPROperandRegs.count(OldReg))
983 // SGPROperandRegs. Returns true if there are any operands to handle and a
986 SmallSet<Register, 4> &SGPROperandRegs, MachineInstr &MI,
993 SGPROperandRegs.insert(Reg);
997 return !SGPROperandRegs.empty();
1004 SmallSet<Register, 4> SGPROperandRegs;
1006 if (!collectWaterfallOperands(SGPROperandRegs, MI, *B.getMRI(), OpIndices))
1011 SGPROperandRegs);
3349 SmallSet<Register, 4> SGPROperandRegs;
3351 if (!collectWaterfallOperands(SGPROperandRegs, MI, MRI, {1}))
3438 executeInWaterfallLoop(B, make_range(Start, End), SGPROperandRegs);