Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp165 Stage = IS_DISPATCHED; in dispatch()
/freebsd/contrib/llvm-project/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()