|
LLVM
8.0.1
|
#include "llvm/MCA/HWEventListener.h"


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< unsigned > | UsedPhysRegs |
| unsigned | MicroOpcodes |
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, Ready, Issued, Executed, Dispatched, LastGenericEventType } |
Definition at line 72 of file HWEventListener.h.
|
inline |
Definition at line 74 of file HWEventListener.h.
| unsigned llvm::mca::HWInstructionDispatchedEvent::MicroOpcodes |
Definition at line 90 of file HWEventListener.h.
Definition at line 80 of file HWEventListener.h.
1.8.13