Home
last modified time | relevance | path

Searched refs:isDispatched (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstruction.cpp209 assert(isDispatched() && "Unexpected instruction stage found!"); in updateDispatched()
226 if (isDispatched()) in update()
236 if (isDispatched() || isPending()) { in cycleEvent()
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp167 if (IS.isDispatched() && !IS.updateDispatched()) { in promoteToPendingSet()
308 if (IS.isDispatched() || (IS.isMemOp() && LSU.isWaiting(IR))) { in dispatch()
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h685 bool isDispatched() const { return Stage == IS_DISPATCHED; } in isDispatched() function