HomeSort by relevance Sort by last modified time
    Searched full:scoreboard (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 31 // 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
38 // bottom-up scheduler, then the scoreboard cycles are the inverse of the
40 class Scoreboard {
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) {
    [all...]
ScheduleHazardRecognizer.h 27 /// MaxLookAhead - Indicate the number of cycles in the scoreboard
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 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
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
LocaleUtils.java 199 final HashMap<String, ScoreEntry> scoreboard = new HashMap<>(); local
212 final ScoreEntry bestScore = scoreboard.get(lang);
214 scoreboard.put(lang, new ScoreEntry(score, i));
220 final ScoreEntry[] result = scoreboard.values().toArray(new ScoreEntry[scoreboard.size()]);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 36 assert(Stalls == 0 && "ARM hazards don't support scoreboard lookahead");
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 24 /// PPCDispatchGroupSBHazardRecognizer - This class implements a scoreboard-based
PPCHazardRecognizers.cpp 326 assert(Stalls == 0 && "PPC hazards don't support scoreboard lookahead");
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 217 Scoreboard[REGs],
219 unsigned WORD scoreboard, member in struct:PROCESSOR
  /external/libdrm/intel/tests/
gen6-3d.batch-ref.txt 2 0x12300004: 0x00100002: no write, cs stall, stall at scoreboard,
198 0x12300314: 0x00100002: no write, cs stall, stall at scoreboard,
280 0x1230045c: 0x00100002: no write, cs stall, stall at scoreboard,
332 0x1230052c: 0x00100002: no write, cs stall, stall at scoreboard,
395 0x12300628: 0x00100002: no write, cs stall, stall at scoreboard,
465 0x12300740: 0x00100002: no write, cs stall, stall at scoreboard,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 452 * - Stall at Pixel Scoreboard ([1] of DW1)
461 * really our business. That leaves only stall at scoreboard.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 58 * Gen6 necessitates a CS stall. CS stalls need stall at scoreboard
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 643 // scoreboard state before emitting the call.
648 // should probably skip ahead here to avoid useless scoreboard checks.
684 // Noops don't affect the scoreboard state. Copies are likely to be
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 319 /* The 16-bit combined index/scoreboard mask for the ev6
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/
mocha.js     [all...]
  /external/libdrm/intel/
intel_decode.c     [all...]
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js     [all...]
  /external/owasp/sanitizer/benchmark-data/
Yahoo!.html     [all...]

Completed in 585 milliseconds