LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 <MCSchedule.h>

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

Public Member Functions

bool operator== (const MCProcResourceDesc &Other) const
 

Public Attributes

const char * Name
 
unsigned NumUnits
 
unsigned SuperIdx
 
int BufferSize
 

Detailed Description

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

Definition at line 26 of file MCSchedule.h.

Member Function Documentation

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

Definition at line 42 of file MCSchedule.h.

References BufferSize, NumUnits, and SuperIdx.

Member Data Documentation

int llvm::MCProcResourceDesc::BufferSize
const char* llvm::MCProcResourceDesc::Name

Definition at line 28 of file MCSchedule.h.

unsigned llvm::MCProcResourceDesc::NumUnits

Definition at line 30 of file MCSchedule.h.

Referenced by llvm::TargetSchedModel::init(), and operator==().

unsigned llvm::MCProcResourceDesc::SuperIdx

Definition at line 31 of file MCSchedule.h.

Referenced by operator==().


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