LLVM 20.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 136 of file HWEventListener.h.
Enumerator | |
---|---|
INVALID | |
RESOURCES | |
REGISTER_DEPS | |
MEMORY_DEPS |
Definition at line 138 of file HWEventListener.h.
|
inline |
Definition at line 149 of file HWEventListener.h.
Definition at line 157 of file HWEventListener.h.
GenericReason llvm::mca::HWPressureEvent::Reason |
Definition at line 154 of file HWEventListener.h.
Definition at line 160 of file HWEventListener.h.