Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h448 IS_DISPATCHED, // Instruction dispatched but operands are not ready. enumerator
527 bool isDispatched() const { return Stage == IS_DISPATCHED; } in isDispatched()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp160 Stage = IS_DISPATCHED; in dispatch()