LLVM  8.0.1
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::mca::HWStallEvent Class Reference

#include "llvm/MCA/HWEventListener.h"

Collaboration diagram for llvm::mca::HWStallEvent:
Collaboration graph
[legend]

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 InstRefIR
 

Detailed Description

Definition at line 105 of file HWEventListener.h.

Member Enumeration Documentation

◆ GenericEventType

Enumerator
Invalid 
RegisterFileStall 
RetireControlUnitStall 
DispatchGroupStall 
SchedulerQueueFull 
LoadQueueFull 
StoreQueueFull 
LastGenericEvent 

Definition at line 107 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWStallEvent()

llvm::mca::HWStallEvent::HWStallEvent ( unsigned  type,
const InstRef Inst 
)
inline

Definition at line 120 of file HWEventListener.h.

Member Data Documentation

◆ IR

const InstRef& llvm::mca::HWStallEvent::IR

Definition at line 126 of file HWEventListener.h.

◆ Type

const unsigned llvm::mca::HWStallEvent::Type

Definition at line 123 of file HWEventListener.h.


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