Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.cpp119 assert(Stage == IS_READY); in execute()
151 Stage = IS_READY; in update()
DInstruction.h287 IS_READY, // Instruction dispatched and operands ready. enumerator
361 bool isReady() const { return Stage == IS_READY; } in isReady()