LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::MCWriteProcResEntry Struct Reference

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"

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

Public Member Functions

bool operator== (const MCWriteProcResEntry &Other) const
 

Public Attributes

uint16_t ProcResourceIdx
 
uint16_t Cycles
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

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

Definition at line 68 of file MCSchedule.h.

References Cycles, and ProcResourceIdx.

Member Data Documentation

◆ Cycles

uint16_t llvm::MCWriteProcResEntry::Cycles

◆ ProcResourceIdx

uint16_t llvm::MCWriteProcResEntry::ProcResourceIdx

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