LLVM  8.0.1
Public Types | 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]
Collaboration diagram for llvm::mca::HWInstructionIssuedEvent:
Collaboration graph
[legend]

Public Types

using ResourceRef = std::pair< uint64_t, uint64_t >
 
- Public Types inherited from llvm::mca::HWInstructionEvent
enum  GenericEventType {
  Invalid = 0, Retired, Ready, Issued,
  Executed, Dispatched, LastGenericEventType
}
 

Public Member Functions

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

Public Attributes

ArrayRef< std::pair< ResourceRef, ResourceCycles > > UsedResources
 
- Public Attributes inherited from llvm::mca::HWInstructionEvent
const unsigned Type
 
const InstRefIR
 

Detailed Description

Definition at line 62 of file HWEventListener.h.

Member Typedef Documentation

◆ ResourceRef

using llvm::mca::HWInstructionIssuedEvent::ResourceRef = std::pair<uint64_t, uint64_t>

Definition at line 64 of file HWEventListener.h.

Constructor & Destructor Documentation

◆ HWInstructionIssuedEvent()

llvm::mca::HWInstructionIssuedEvent::HWInstructionIssuedEvent ( const InstRef IR,
ArrayRef< std::pair< ResourceRef, ResourceCycles >>  UR 
)
inline

Definition at line 65 of file HWEventListener.h.

Member Data Documentation

◆ UsedResources

ArrayRef<std::pair<ResourceRef, ResourceCycles> > llvm::mca::HWInstructionIssuedEvent::UsedResources

Definition at line 69 of file HWEventListener.h.


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