LLVM 20.0.0git
|
#include "llvm/MCA/HWEventListener.h"
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 InstRef & | IR |
Definition at line 27 of file HWEventListener.h.
Enumerator | |
---|---|
Invalid | |
Retired | |
Pending | |
Ready | |
Issued | |
Executed | |
Dispatched | |
LastGenericEventType |
Definition at line 37 of file HWEventListener.h.
Definition at line 52 of file HWEventListener.h.
Definition at line 59 of file HWEventListener.h.
Definition at line 56 of file HWEventListener.h.