LLVM 22.0.0git
|
#include "llvm/MCA/HWEventListener.h"
Public Types | |
enum | GenericReason { INVALID = 0 , RESOURCES , REGISTER_DEPS , MEMORY_DEPS } |
Public Member Functions | |
HWPressureEvent (GenericReason reason, ArrayRef< InstRef > Insts, uint64_t Mask=0) |
Public Attributes | |
GenericReason | Reason |
ArrayRef< InstRef > | AffectedInstructions |
const uint64_t | ResourceMask |
Definition at line 137 of file HWEventListener.h.
Enumerator | |
---|---|
INVALID | |
RESOURCES | |
REGISTER_DEPS | |
MEMORY_DEPS |
Definition at line 139 of file HWEventListener.h.
|
inline |
Definition at line 150 of file HWEventListener.h.
References AffectedInstructions, Reason, and ResourceMask.
Definition at line 158 of file HWEventListener.h.
Referenced by HWPressureEvent().
GenericReason llvm::mca::HWPressureEvent::Reason |
Definition at line 155 of file HWEventListener.h.
Referenced by HWPressureEvent().
Definition at line 161 of file HWEventListener.h.
Referenced by HWPressureEvent().