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


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 InstRef & | IR |
Definition at line 62 of file HWEventListener.h.
| using llvm::mca::HWInstructionIssuedEvent::ResourceRef = std::pair<uint64_t, uint64_t> |
Definition at line 64 of file HWEventListener.h.
|
inline |
Definition at line 65 of file HWEventListener.h.
| ArrayRef<std::pair<ResourceRef, ResourceCycles> > llvm::mca::HWInstructionIssuedEvent::UsedResources |
Definition at line 69 of file HWEventListener.h.
1.8.13