Home
last modified time | relevance | path

Searched refs:IssuedSet (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp35 dbgs() << "[SCHEDULER]: IssuedSet size is: " << IssuedSet.size() << '\n'; in dump()
93 IssuedSet.emplace_back(IR); in issueInstructionImpl()
220 for (auto I = IssuedSet.begin(), E = IssuedSet.end(); I != E;) { in updateIssuedSet()
240 IssuedSet.resize(IssuedSet.size() - RemovedElements); in updateIssuedSet()
273 for (InstRef &IR : IssuedSet) in cycleEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h114 std::vector<InstRef> IssuedSet; variable
272 assert(!is_contained(IssuedSet, IR) && "Already executing!"); in sanityCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-mca.rst875 * IssuedSet: a set of instructions executing.
887 Issued instructions are moved from the ReadySet to the IssuedSet. There,