LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MCProcResourceDesc Struct Reference

Define a kind of processor resource that will be modeled by the scheduler. More...

#include "llvm/MC/MCSchedule.h"

Public Member Functions

bool operator== (const MCProcResourceDesc &Other) const
 

Public Attributes

const charName
 
unsigned NumUnits
 
unsigned SuperIdx
 
int BufferSize
 
const unsignedSubUnitsIdxBegin
 

Detailed Description

Define a kind of processor resource that will be modeled by the scheduler.

Definition at line 31 of file MCSchedule.h.

Member Function Documentation

◆ operator==()

bool llvm::MCProcResourceDesc::operator== ( const MCProcResourceDesc Other) const
inline

Definition at line 55 of file MCSchedule.h.

References BufferSize, NumUnits, llvm::Other, and SuperIdx.

Member Data Documentation

◆ BufferSize

int llvm::MCProcResourceDesc::BufferSize

◆ Name

const char* llvm::MCProcResourceDesc::Name

◆ NumUnits

unsigned llvm::MCProcResourceDesc::NumUnits

◆ SubUnitsIdxBegin

const unsigned* llvm::MCProcResourceDesc::SubUnitsIdxBegin

◆ SuperIdx

unsigned llvm::MCProcResourceDesc::SuperIdx

Definition at line 34 of file MCSchedule.h.

Referenced by llvm::mca::initializeUsedResources(), and operator==().


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