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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.cpp 111 Stage = IS_AVAILABLE;
Instruction.h 286 IS_AVAILABLE, // Instruction dispatched but operands are not ready.
352 // Force a transition from the IS_AVAILABLE state to the IS_READY state if
360 bool isDispatched() const { return Stage == IS_AVAILABLE; }

Completed in 65 milliseconds