Home
last modified time | relevance | path

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

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