Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
DHWEventListener.h94 class HWInstructionRetiredEvent : public HWInstructionEvent {
96 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
DRetireStage.cpp71 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
DInOrderIssueStage.cpp186 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DRegisterFileStatistics.cpp85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent()