|
LLVM 24.0.0git
|
Provide extra details about the machine processor. More...
#include "llvm/MC/MCSchedule.h"
Provide extra details about the machine processor.
This is a collection of "optional" processor information that is not normally used by the LLVM machine schedulers, but that can be consumed by external tools like llvm-mca to improve the quality of the peformance analysis.
Definition at line 206 of file MCSchedule.h.
| unsigned llvm::MCExtraProcessorInfo::LoadQueueID |
Definition at line 215 of file MCSchedule.h.
| unsigned llvm::MCExtraProcessorInfo::MaxRetirePerCycle |
Definition at line 210 of file MCSchedule.h.
Referenced by llvm::mca::RetireControlUnit::RetireControlUnit().
| unsigned llvm::MCExtraProcessorInfo::NumRegisterCostEntries |
Definition at line 214 of file MCSchedule.h.
| unsigned llvm::MCExtraProcessorInfo::NumRegisterFiles |
Definition at line 212 of file MCSchedule.h.
| const MCRegisterCostEntry* llvm::MCExtraProcessorInfo::RegisterCostTable |
Definition at line 213 of file MCSchedule.h.
| const MCRegisterFileDesc* llvm::MCExtraProcessorInfo::RegisterFiles |
Definition at line 211 of file MCSchedule.h.
| unsigned llvm::MCExtraProcessorInfo::ReorderBufferSize |
Definition at line 208 of file MCSchedule.h.
Referenced by llvm::mca::RetireControlUnit::RetireControlUnit().
| unsigned llvm::MCExtraProcessorInfo::StoreQueueID |
Definition at line 216 of file MCSchedule.h.