Searched refs:getCyclesLeft (Results 1 – 7 of 7) sorted by relevance
91 int CyclesLeft = WS.getCyclesLeft(); in findFirstWriteBackCycle()116 assert(!SI.getCyclesLeft() && "Should not have reached this code!"); in canExecute()219 << SI.getCyclesLeft() << " cycles\n"); in tryIssue()275 LastWriteBackCycle = IS.getCyclesLeft(); in tryIssue()367 assert(SI.getCyclesLeft() && "A zero cycles stall?"); in notifyStallEvent()415 if (!SI.getCyclesLeft()) { in cycleStart()426 if (SI.getCyclesLeft()) { in cycleStart()
123 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES && in onInstructionExecuted()125 assert(WS.getCyclesLeft() <= 0 && "Invalid cycles left for this write!"); in onInstructionExecuted()353 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES && in removeRegisterWrite()355 assert(WS.getCyclesLeft() <= 0 && "Invalid cycles left for this write!"); in removeRegisterWrite()500 assert((!Write || Write->getCyclesLeft() <= 0) && in getWriteBackCycle()592 if (WS->getCyclesLeft() == UNKNOWN_CYCLES) { in checkRAWHazards()601 int CyclesLeft = WS->getCyclesLeft() - ReadAdvance; in checkRAWHazards()
330 unsigned Cycles = IR.getInstruction()->getCyclesLeft(); in onGroupIssued()352 if (OtherIS.getCyclesLeft() < IS.getCyclesLeft()) in onInstructionIssued()
44 unsigned getCyclesLeft() const { return CyclesLeft; } in getCyclesLeft() function
127 << getRegisterID() << ", Cycles Left=" << getCyclesLeft() << " }"; in dump()
259 int getCyclesLeft() const { return CyclesLeft; } in getCyclesLeft() function664 int getCyclesLeft() const { return CyclesLeft; } in getCyclesLeft() function
131 const int CyclesLeft = PrevInst.getCyclesLeft(); in handleWaitCnt()