Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h114 std::vector<InstRef> IssuedSet; variable
272 assert(find(IssuedSet, IR) == IssuedSet.end() && "Already executing!"); in sanityCheck()