class HWInstructionDispatchedEvent
Declaration
class HWInstructionDispatchedEvent : public HWInstructionEvent { /* full declaration omitted */ };
Declared at: llvm/include/llvm/MCA/HWEventListener.h:72
Inherits from: HWInstructionEvent
Member Variables
- public ArrayRef<unsigned int> UsedPhysRegs
- public unsigned int MicroOpcodes
Inherited from HWInstructionEvent:
Method Overview
- public HWInstructionDispatchedEvent(const llvm::mca::InstRef & IR, ArrayRef<unsigned int> Regs, unsigned int UOps)
Inherited from HWInstructionEvent:
Methods
ΒΆHWInstructionDispatchedEvent(
const llvm::mca::InstRef& IR,
ArrayRef<unsigned int> Regs,
unsigned int UOps)
HWInstructionDispatchedEvent(
const llvm::mca::InstRef& IR,
ArrayRef<unsigned int> Regs,
unsigned int UOps)
Declared at: llvm/include/llvm/MCA/HWEventListener.h:74
Parameters
- const llvm::mca::InstRef& IR
- ArrayRef<unsigned int> Regs
- unsigned int UOps