Home
last modified time | relevance | path

Searched refs:WaitQueue (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.cpp229 dbgs() << "[SCHEDULER]: WaitQueue size is: " << WaitQueue.size() << '\n'; in dump()
290 for (auto I = WaitQueue.begin(), E = WaitQueue.end(); I != E;) { in promoteToReadyQueue()
310 WaitQueue.erase(ToRemove); in promoteToReadyQueue()
350 for (QueueEntryTy Entry : WaitQueue) in updatePendingQueue()
386 WaitQueue[IR.getSourceIndex()] = IR.getInstruction(); in reserveResources()
DScheduler.h413 std::map<unsigned, Instruction *> WaitQueue; variable
507 assert(WaitQueue.find(Idx) == WaitQueue.end()); in sanityCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-mca.rst651 * WaitQueue: a queue of instructions whose operands are not ready.
656 scheduler are either placed into the WaitQueue or into the ReadyQueue.
659 WaitQueue to the ReadyQueue, and if instructions from the ReadyQueue can be
/external/google-benchmark/
DREADME.md280 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);
/external/libcxx/utils/google-benchmark/
DREADME.md280 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);