Searched refs:HWInstructionRetiredEvent (Results 1 – 4 of 4) sorted by relevance
94 class HWInstructionRetiredEvent : public HWInstructionEvent {96 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() function
71 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
186 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent()