Searched refs:notifyEvent (Results 1 – 5 of 5) sorted by relevance
33 notifyEvent<HWInstructionEvent>(HWInstructionDispatchedEvent(IR, UsedRegs)); in notifyInstructionDispatched()45 notifyEvent<HWStallEvent>( in checkPRF()57 notifyEvent<HWStallEvent>( in checkRCU()66 notifyEvent<HWStallEvent>(HWStallEvent(Event, IR)); in checkScheduler()
157 notifyEvent<HWInstructionEvent>( in notifyInstructionExecuted()164 notifyEvent<HWInstructionEvent>( in notifyInstructionReady()185 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
69 template <typename EventT> void notifyEvent(const EventT &Event) { in notifyEvent() function
54 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
66 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()