Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Scoreboard

44   // the scoreboard. We always make the scoreboard at least 1 cycle deep to
67 // completely bypasses the scoreboard hazard logic.
78 DEBUG(dbgs() << "Disabled scoreboard hazard recognizer\n");
82 DEBUG(dbgs() << "Using scoreboard hazard recognizer: Depth = "
94 void ScoreboardHazardRecognizer::Scoreboard::dump() const {
95 dbgs() << "Scoreboard:\n";
127 // free FU's in the scoreboard at the appropriate future cycles.
147 "Scoreboard depth exceeded!");
184 // in the scoreboard at the appropriate future cycles.
202 "Scoreboard depth exceeded!");