Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DHWEventListener.h81 class HWInstructionRetiredEvent : public HWInstructionEvent {
83 HWInstructionRetiredEvent(const InstRef &IR, llvm::ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() function
DRetireStage.cpp54 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
DRegisterFileStatistics.cpp47 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent()