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

#include "llvm/MCA/HWEventListener.h"

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

Public Types

enum  GenericEventType {
  Invalid = 0 , Retired , Pending , Ready ,
  Issued , Executed , Dispatched , LastGenericEventType
}

Public Member Functions

 HWInstructionEvent (unsigned type, const InstRef &Inst)

Public Attributes

const unsigned Type
const InstRefIR

Detailed Description

Definition at line 28 of file HWEventListener.h.

Member Enumeration Documentation

◆ GenericEventType

Enumerator
Invalid 
Retired 
Pending 
Ready 
Issued 
Executed 
Dispatched 
LastGenericEventType 

Definition at line 38 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWInstructionEvent()

Member Data Documentation

◆ IR

◆ Type

const unsigned llvm::mca::HWInstructionEvent::Type

Definition at line 57 of file HWEventListener.h.

Referenced by HWInstructionEvent().


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