LLVM
8.0.1
|
Identify one of the processor resource kinds consumed by a particular scheduling class for the specified number of cycles. More...
#include "llvm/MC/MCSchedule.h"
Public Member Functions | |
bool | operator== (const MCWriteProcResEntry &Other) const |
Public Attributes | |
uint16_t | ProcResourceIdx |
uint16_t | Cycles |
Identify one of the processor resource kinds consumed by a particular scheduling class for the specified number of cycles.
Definition at line 64 of file MCSchedule.h.
|
inline |
Definition at line 68 of file MCSchedule.h.
References Cycles, and ProcResourceIdx.
uint16_t llvm::MCWriteProcResEntry::Cycles |
Definition at line 66 of file MCSchedule.h.
Referenced by llvm::MCSchedModel::getReciprocalThroughput(), llvm::mca::initializeUsedResources(), and operator==().
uint16_t llvm::MCWriteProcResEntry::ProcResourceIdx |
Definition at line 65 of file MCSchedule.h.
Referenced by llvm::MCSchedModel::getReciprocalThroughput(), llvm::mca::initializeUsedResources(), and operator==().