Home
last modified time | relevance | path

Searched refs:HWInstructionRetiredEvent (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDHWEventListener.h97 class HWInstructionRetiredEvent : public HWInstructionEvent {
99 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDRetireStage.cpp71 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
HDInOrderIssueStage.cpp194 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDRegisterFileStatistics.cpp85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent()