LLVM: llvm::MCProcResourceDesc Struct Reference (original) (raw)

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

#include "[llvm/MC/MCSchedule.h](MCSchedule%5F8h%5Fsource.html)"

Public Attributes
const char * Name
unsigned NumUnits
unsigned SuperIdx
int BufferSize
const unsigned * SubUnitsIdxBegin

Detailed Description

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

Definition at line 36 of file MCSchedule.h.

Member Function Documentation

operator==()

Member Data Documentation

BufferSize

int llvm::MCProcResourceDesc::BufferSize

Name

NumUnits

unsigned llvm::MCProcResourceDesc::NumUnits

SubUnitsIdxBegin

SuperIdx

unsigned llvm::MCProcResourceDesc::SuperIdx


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