LLVM  8.0.1
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"

Collaboration diagram for llvm::MCProcResourceDesc:
Collaboration graph
[legend]

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

Member Function Documentation

◆ operator==()

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

Definition at line 56 of file MCSchedule.h.

References BufferSize, NumUnits, 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 35 of file MCSchedule.h.

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


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