|
LLVM 22.0.0git
|
#include "llvm/MCA/HWEventListener.h"
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< ResourceUse > | UsedResources |
| Public Attributes inherited from llvm::mca::HWInstructionEvent | |
| const unsigned | Type |
| const InstRef & | IR |
Additional Inherited Members | |
| Public Types inherited from llvm::mca::HWInstructionEvent | |
| enum | GenericEventType { Invalid = 0 , Retired , Pending , Ready , Issued , Executed , Dispatched , LastGenericEventType } |
Definition at line 69 of file HWEventListener.h.
|
inline |
Definition at line 71 of file HWEventListener.h.
References llvm::mca::HWInstructionEvent::HWInstructionEvent(), llvm::mca::HWInstructionEvent::IR, llvm::mca::HWInstructionEvent::Issued, and UsedResources.
| ArrayRef<ResourceUse> llvm::mca::HWInstructionIssuedEvent::UsedResources |
Definition at line 74 of file HWEventListener.h.
Referenced by HWInstructionIssuedEvent().