Lines Matching defs:Distance
1158 /// of the SchedGroup \p Distance steps before.
1161 unsigned Distance = 1;
1171 if ((unsigned)PipeSG.getSGID() == SGID - Distance)
1189 IsSuccOfPrevNthGroup(unsigned Distance, const SIInstrInfo *TII,
1191 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1195 /// instruction the the SchedGroup \p Distance steps before.
1198 unsigned Distance = 1;
1208 if ((unsigned)PipeSG.getSGID() == SGID - Distance)
1225 IsReachableFromPrevNthGroup(unsigned Distance, const SIInstrInfo *TII,
1227 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
2012 /// that is \p Distance steps away
2015 unsigned Distance = 1;
2027 if ((unsigned)PipeSG.getSGID() == SGID - Distance) {
2057 SharesPredWithPrevNthGroup(unsigned Distance, const SIInstrInfo *TII,
2059 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}