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);
3309 SmallSet<Register, 4> SGPROperandRegs;
3311 if (!collectWaterfallOperands(SGPROperandRegs, MI, MRI, {1}))
3398 executeInWaterfallLoop(B, make_range(Start, End), SGPROperandRegs);