Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h286 IS_AVAILABLE, // Instruction dispatched but operands are not ready. enumerator
360 bool isDispatched() const { return Stage == IS_AVAILABLE; } in isDispatched()
DInstruction.cpp111 Stage = IS_AVAILABLE; in dispatch()