Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h449 IS_DISPATCHED, // Instruction dispatched but operands are not ready. enumerator
528 bool isDispatched() const { return Stage == IS_DISPATCHED; } in isDispatched()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstruction.cpp153 Stage = IS_DISPATCHED; in dispatch()