Lines Matching defs:Distance
1177 /// of the SchedGroup \p Distance steps before.
1180 unsigned Distance = 1;
1190 if ((unsigned)PipeSG.getSGID() == SGID - Distance)
1208 IsSuccOfPrevNthGroup(unsigned Distance, const SIInstrInfo *TII,
1210 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1214 /// instruction the the SchedGroup \p Distance steps before.
1217 unsigned Distance = 1;
1227 if ((unsigned)PipeSG.getSGID() == SGID - Distance)
1244 IsReachableFromPrevNthGroup(unsigned Distance, const SIInstrInfo *TII,
1246 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1997 /// that is \p Distance steps away
2000 unsigned Distance = 1;
2012 if ((unsigned)PipeSG.getSGID() == SGID - Distance) {
2042 SharesPredWithPrevNthGroup(unsigned Distance, const SIInstrInfo *TII,
2044 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}