Searched refs:HWInstructionIssuedEvent (Results 1 – 4 of 4) sorted by relevance
65 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()66 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
61 class HWInstructionIssuedEvent : public HWInstructionEvent {64 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent() function
185 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
47 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()