Searched refs:notifyEvent (Results 1 – 6 of 6) sorted by relevance
163 notifyEvent<HWInstructionEvent>( in notifyInstructionIssued()165 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssued()172 notifyEvent<HWInstructionEvent>( in notifyInstructionDispatched()179 notifyEvent<HWInstructionEvent>( in notifyInstructionExecuted()186 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()248 notifyEvent<HWInstructionEvent>( in tryIssue()340 notifyEvent<HWStallEvent>( in notifyStallEvent()342 notifyEvent<HWPressureEvent>( in notifyStallEvent()347 notifyEvent<HWStallEvent>( in notifyStallEvent()349 notifyEvent<HWPressureEvent>( in notifyStallEvent()[all …]
46 notifyEvent<HWStallEvent>(HWStallEvent(ET, IR)); in isAvailable()138 notifyEvent(Ev); in cycleEnd()148 notifyEvent(Ev); in cycleEnd()154 notifyEvent(Ev); in cycleEnd()229 notifyEvent<HWInstructionEvent>( in notifyInstructionExecuted()235 notifyEvent<HWInstructionEvent>( in notifyInstructionPending()241 notifyEvent<HWInstructionEvent>( in notifyInstructionReady()268 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
42 notifyEvent<HWInstructionEvent>( in notifyInstructionDispatched()54 notifyEvent<HWStallEvent>( in checkPRF()66 notifyEvent<HWStallEvent>( in checkRCU()
71 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
63 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
79 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent() function