Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h572 IS_DISPATCHED, // Instruction dispatched but operands are not ready. enumerator
651 bool isDispatched() const { return Stage == IS_DISPATCHED; } in isDispatched()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp153 Stage = IS_DISPATCHED; in dispatch()