LLVM 22.0.0git
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 191 of file MCSchedule.h.

Member Data Documentation

◆ LoadQueueID

unsigned llvm::MCExtraProcessorInfo::LoadQueueID

Definition at line 200 of file MCSchedule.h.

◆ MaxRetirePerCycle

unsigned llvm::MCExtraProcessorInfo::MaxRetirePerCycle

Definition at line 195 of file MCSchedule.h.

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

◆ NumRegisterCostEntries

unsigned llvm::MCExtraProcessorInfo::NumRegisterCostEntries

Definition at line 199 of file MCSchedule.h.

◆ NumRegisterFiles

unsigned llvm::MCExtraProcessorInfo::NumRegisterFiles

Definition at line 197 of file MCSchedule.h.

◆ RegisterCostTable

const MCRegisterCostEntry* llvm::MCExtraProcessorInfo::RegisterCostTable

Definition at line 198 of file MCSchedule.h.

◆ RegisterFiles

const MCRegisterFileDesc* llvm::MCExtraProcessorInfo::RegisterFiles

Definition at line 196 of file MCSchedule.h.

◆ ReorderBufferSize

unsigned llvm::MCExtraProcessorInfo::ReorderBufferSize

Definition at line 193 of file MCSchedule.h.

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

◆ StoreQueueID

unsigned llvm::MCExtraProcessorInfo::StoreQueueID

Definition at line 201 of file MCSchedule.h.


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