|
LLVM
8.0.1
|
#include "llvm/MCA/HWEventListener.h"

Public Types | |
| enum | GenericEventType { Invalid = 0, RegisterFileStall, RetireControlUnitStall, DispatchGroupStall, SchedulerQueueFull, LoadQueueFull, StoreQueueFull, LastGenericEvent } |
Public Member Functions | |
| HWStallEvent (unsigned type, const InstRef &Inst) | |
Public Attributes | |
| const unsigned | Type |
| const InstRef & | IR |
Definition at line 105 of file HWEventListener.h.
| Enumerator | |
|---|---|
| Invalid | |
| RegisterFileStall | |
| RetireControlUnitStall | |
| DispatchGroupStall | |
| SchedulerQueueFull | |
| LoadQueueFull | |
| StoreQueueFull | |
| LastGenericEvent | |
Definition at line 107 of file HWEventListener.h.
Definition at line 120 of file HWEventListener.h.
Definition at line 126 of file HWEventListener.h.
Definition at line 123 of file HWEventListener.h.
1.8.13