LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::mca::HWInstructionIssuedEvent Class Reference

#include "llvm/MCA/HWEventListener.h"

Inheritance diagram for llvm::mca::HWInstructionIssuedEvent:
Inheritance graph
[legend]

Public Member Functions

 HWInstructionIssuedEvent (const InstRef &IR, ArrayRef< ResourceUse > UR)
 
- Public Member Functions inherited from llvm::mca::HWInstructionEvent
 HWInstructionEvent (unsigned type, const InstRef &Inst)
 

Public Attributes

ArrayRef< ResourceUseUsedResources
 
- 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 68 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWInstructionIssuedEvent()

llvm::mca::HWInstructionIssuedEvent::HWInstructionIssuedEvent ( const InstRef IR,
ArrayRef< ResourceUse UR 
)
inline

Definition at line 70 of file HWEventListener.h.

Member Data Documentation

◆ UsedResources

ArrayRef<ResourceUse> llvm::mca::HWInstructionIssuedEvent::UsedResources

Definition at line 73 of file HWEventListener.h.


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