Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.cpp134 assert(isDispatched() && "Unexpected instruction stage found!"); in update()
158 if (isDispatched()) { in cycleEvent()
DInstruction.h360 bool isDispatched() const { return Stage == IS_AVAILABLE; } in isDispatched() function