LLVM
15.0.0git
|
#include "llvm/MCA/HWEventListener.h"
Public Types | |
enum | GenericEventType { Invalid = 0, RegisterFileStall, RetireControlUnitStall, DispatchGroupStall, SchedulerQueueFull, LoadQueueFull, StoreQueueFull, CustomBehaviourStall, LastGenericEvent } |
Public Member Functions | |
HWStallEvent (unsigned type, const InstRef &Inst) | |
Public Attributes | |
const unsigned | Type |
const InstRef & | IR |
Definition at line 106 of file HWEventListener.h.
Enumerator | |
---|---|
Invalid | |
RegisterFileStall | |
RetireControlUnitStall | |
DispatchGroupStall | |
SchedulerQueueFull | |
LoadQueueFull | |
StoreQueueFull | |
CustomBehaviourStall | |
LastGenericEvent |
Definition at line 108 of file HWEventListener.h.
Definition at line 122 of file HWEventListener.h.
Definition at line 128 of file HWEventListener.h.
const unsigned llvm::mca::HWStallEvent::Type |
Definition at line 125 of file HWEventListener.h.