Lines Matching refs:Stall
1586 // Track the maximum number of stall cycles that could arise either from the
1629 /// Compute the stall cycles based on this SUnit's ready time. Heuristics treat
1630 /// these "soft stalls" differently than the hard stall cycles based on CPU
1905 DEBUG(dbgs() << " *** Stall until: " << ReadyCycle << "\n");
1912 // likely stall cycles.
1979 // If we stall for any reason, bump the cycle.
1985 // resource limited. If a stall occurred, bumpCycle does this.
2206 case Stall: return "STALL ";
2608 // Prioritize instructions that read unbuffered resources by stall cycles.
2610 Zone.getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall))
2921 // Prioritize instructions that read unbuffered resources by stall cycles.
2923 Top.getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall))