LLVM 19.0.0git
Public Attributes | List of all members
llvm::MCExtraProcessorInfo Struct Reference

Provide extra details about the machine processor. More...

#include "llvm/MC/MCSchedule.h"

Public Attributes

unsigned ReorderBufferSize
 
unsigned MaxRetirePerCycle
 
const MCRegisterFileDescRegisterFiles
 
unsigned NumRegisterFiles
 
const MCRegisterCostEntryRegisterCostTable
 
unsigned NumRegisterCostEntries
 
unsigned LoadQueueID
 
unsigned StoreQueueID
 

Detailed Description

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 186 of file MCSchedule.h.

Member Data Documentation

◆ LoadQueueID

unsigned llvm::MCExtraProcessorInfo::LoadQueueID

Definition at line 195 of file MCSchedule.h.

Referenced by llvm::mca::LSUnitBase::LSUnitBase().

◆ MaxRetirePerCycle

unsigned llvm::MCExtraProcessorInfo::MaxRetirePerCycle

Definition at line 190 of file MCSchedule.h.

Referenced by llvm::mca::RetireControlUnit::RetireControlUnit().

◆ NumRegisterCostEntries

unsigned llvm::MCExtraProcessorInfo::NumRegisterCostEntries

Definition at line 194 of file MCSchedule.h.

◆ NumRegisterFiles

unsigned llvm::MCExtraProcessorInfo::NumRegisterFiles

Definition at line 192 of file MCSchedule.h.

◆ RegisterCostTable

const MCRegisterCostEntry* llvm::MCExtraProcessorInfo::RegisterCostTable

Definition at line 193 of file MCSchedule.h.

◆ RegisterFiles

const MCRegisterFileDesc* llvm::MCExtraProcessorInfo::RegisterFiles

Definition at line 191 of file MCSchedule.h.

◆ ReorderBufferSize

unsigned llvm::MCExtraProcessorInfo::ReorderBufferSize

Definition at line 188 of file MCSchedule.h.

Referenced by llvm::mca::RetireControlUnit::RetireControlUnit().

◆ StoreQueueID

unsigned llvm::MCExtraProcessorInfo::StoreQueueID

Definition at line 196 of file MCSchedule.h.

Referenced by llvm::mca::LSUnitBase::LSUnitBase().


The documentation for this struct was generated from the following file: