|
LLVM 22.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 28 of file HWEventListener.h.
| Enumerator | |
|---|---|
| Invalid | |
| Retired | |
| Pending | |
| Ready | |
| Issued | |
| Executed | |
| Dispatched | |
| LastGenericEventType | |
Definition at line 38 of file HWEventListener.h.
Definition at line 57 of file HWEventListener.h.
Referenced by HWInstructionEvent().