LLVM
8.0.1
|
#include "llvm/MCA/HWEventListener.h"
Public Types | |
enum | GenericEventType { Invalid = 0, Retired, 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 | |
Ready | |
Issued | |
Executed | |
Dispatched | |
LastGenericEventType |
Definition at line 38 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.