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