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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h32 // Scoreboard to track function unit usage. Scoreboard[0] is a
34 // schedule. Scoreboard[1] is a mask for the next cycle. The
35 // Scoreboard is used as a circular buffer with the current cycle
38 // Scoreboard always counts cycles in forward execution order. If used by a
41 class Scoreboard { class in class:llvm::ScoreboardHazardRecognizer
44 // The maximum number of cycles monitored by the Scoreboard. This
48 // Indices into the Scoreboard that represent the current cycle.
51 Scoreboard():Data(NULL), Depth(0), Head(0) { } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
52 ~Scoreboard() {
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp93 void ScoreboardHazardRecognizer::Scoreboard::dump() const {
94 dbgs() << "Scoreboard:\n";
146 "Scoreboard depth exceeded!");
201 "Scoreboard depth exceeded!");
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h217 Scoreboard[REGs], member in struct:PROCESSOR

Completed in 196 milliseconds