LLVM 22.0.0git
llvm::mca::HWPressureEvent Class Reference

#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< InstRefAffectedInstructions
const uint64_t ResourceMask

Detailed Description

Definition at line 137 of file HWEventListener.h.

Member Enumeration Documentation

◆ GenericReason

Enumerator
INVALID 
RESOURCES 
REGISTER_DEPS 
MEMORY_DEPS 

Definition at line 139 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWPressureEvent()

llvm::mca::HWPressureEvent::HWPressureEvent ( GenericReason reason,
ArrayRef< InstRef > Insts,
uint64_t Mask = 0 )
inline

Definition at line 150 of file HWEventListener.h.

References AffectedInstructions, Reason, and ResourceMask.

Member Data Documentation

◆ AffectedInstructions

ArrayRef<InstRef> llvm::mca::HWPressureEvent::AffectedInstructions

Definition at line 158 of file HWEventListener.h.

Referenced by HWPressureEvent().

◆ Reason

GenericReason llvm::mca::HWPressureEvent::Reason

Definition at line 155 of file HWEventListener.h.

Referenced by HWPressureEvent().

◆ ResourceMask

const uint64_t llvm::mca::HWPressureEvent::ResourceMask

Definition at line 161 of file HWEventListener.h.

Referenced by HWPressureEvent().


The documentation for this class was generated from the following file: