Searched refs:Scoreboard (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h31 // Scoreboard to track function unit usage. Scoreboard[0] is a
33 // schedule. Scoreboard[1] is a mask for the next cycle. The
34 // Scoreboard is used as a circular buffer with the current cycle
37 // Scoreboard always counts cycles in forward execution order. If used by a
40 class Scoreboard { class in class:llvm::ScoreboardHazardRecognizer
43 // The maximum number of cycles monitored by the Scoreboard. This
47 // Indices into the Scoreboard that represent the current cycle.
50 Scoreboard():Data(nullptr), Depth(0), Head(0) { } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
51 ~Scoreboard() {
[all...]
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp94 void ScoreboardHazardRecognizer::Scoreboard::dump() const {
95 dbgs() << "Scoreboard:\n";
147 "Scoreboard depth exceeded!");
202 "Scoreboard depth exceeded!");

Completed in 67 milliseconds