LLVM 22.0.0git
llvm::mca::HWInstructionRetiredEvent Class Reference

#include "llvm/MCA/HWEventListener.h"

Inheritance diagram for llvm::mca::HWInstructionRetiredEvent:
[legend]

Public Member Functions

 HWInstructionRetiredEvent (const InstRef &IR, ArrayRef< unsigned > Regs)
Public Member Functions inherited from llvm::mca::HWInstructionEvent
 HWInstructionEvent (unsigned type, const InstRef &Inst)

Public Attributes

ArrayRef< unsignedFreedPhysRegs
Public Attributes inherited from llvm::mca::HWInstructionEvent
const unsigned Type
const InstRefIR

Additional Inherited Members

Public Types inherited from llvm::mca::HWInstructionEvent
enum  GenericEventType {
  Invalid = 0 , Retired , Pending , Ready ,
  Issued , Executed , Dispatched , LastGenericEventType
}

Detailed Description

Definition at line 98 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWInstructionRetiredEvent()

llvm::mca::HWInstructionRetiredEvent::HWInstructionRetiredEvent ( const InstRef & IR,
ArrayRef< unsigned > Regs )
inline

Member Data Documentation

◆ FreedPhysRegs

ArrayRef<unsigned> llvm::mca::HWInstructionRetiredEvent::FreedPhysRegs

Definition at line 105 of file HWEventListener.h.

Referenced by HWInstructionRetiredEvent().


The documentation for this class was generated from the following file: