LLVM API Documentation
Define a kind of processor resource that will be modeled by the scheduler. More...
#include <MCSchedule.h>
Public Member Functions | |
bool | operator== (const MCProcResourceDesc &Other) const |
Public Attributes | |
const char * | Name |
unsigned | NumUnits |
unsigned | SuperIdx |
int | BufferSize |
Define a kind of processor resource that will be modeled by the scheduler.
Definition at line 26 of file MCSchedule.h.
|
inline |
Definition at line 42 of file MCSchedule.h.
References BufferSize, NumUnits, and SuperIdx.
int llvm::MCProcResourceDesc::BufferSize |
Definition at line 40 of file MCSchedule.h.
Referenced by llvm::TargetSchedModel::computeOutputLatency(), llvm::TargetSchedModel::getResourceBufferSize(), and operator==().
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==().