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

#include "llvm/MCA/HWEventListener.h"

Inheritance diagram for llvm::mca::HWInstructionDispatchedEvent:
[legend]

Public Member Functions

 HWInstructionDispatchedEvent (const InstRef &IR, ArrayRef< unsigned > Regs, unsigned UOps)
Public Member Functions inherited from llvm::mca::HWInstructionEvent
 HWInstructionEvent (unsigned type, const InstRef &Inst)

Public Attributes

ArrayRef< unsignedUsedPhysRegs
unsigned MicroOpcodes
Public Attributes inherited from llvm::mca::HWInstructionEvent
const unsigned Type
const InstRefIR

Additional Inherited Members

Public Types inherited from llvm::mca::HWInstructionEvent
enum  GenericEventType {
  Invalid = 0 , Retired , Pending , Ready ,
  Issued , Executed , Dispatched , LastGenericEventType
}

Detailed Description

Definition at line 77 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWInstructionDispatchedEvent()

llvm::mca::HWInstructionDispatchedEvent::HWInstructionDispatchedEvent ( const InstRef & IR,
ArrayRef< unsigned > Regs,
unsigned UOps )
inline

Member Data Documentation

◆ MicroOpcodes

unsigned llvm::mca::HWInstructionDispatchedEvent::MicroOpcodes

Definition at line 95 of file HWEventListener.h.

Referenced by HWInstructionDispatchedEvent().

◆ UsedPhysRegs

ArrayRef<unsigned> llvm::mca::HWInstructionDispatchedEvent::UsedPhysRegs

Definition at line 85 of file HWEventListener.h.

Referenced by HWInstructionDispatchedEvent().


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