Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DInstruction.cpp165 Stage = IS_DISPATCHED; in dispatch()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h603 IS_DISPATCHED, // Instruction dispatched but operands are not ready. enumerator
685 bool isDispatched() const { return Stage == IS_DISPATCHED; } in isDispatched()