HomeSort by relevance Sort by last modified time
    Searched refs:isDispatched (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.cpp 134 assert(isDispatched() && "Unexpected instruction stage found!");
158 if (isDispatched()) {
Instruction.h 360 bool isDispatched() const { return Stage == IS_AVAILABLE; }

Completed in 847 milliseconds