LLVM 20.0.0git
|
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 | ReleaseAtCycle |
Cycle at which the resource will be released by an instruction, relatively to the cycle in which the instruction is issued (assuming no stalls inbetween). | |
uint16_t | AcquireAtCycle |
Cycle at which the resource will be aquired by an instruction, relatively to the cycle in which the instruction is issued (assuming no stalls inbetween). | |
Identify one of the processor resource kinds consumed by a particular scheduling class for the specified number of cycles.
Definition at line 66 of file MCSchedule.h.
|
inline |
Definition at line 77 of file MCSchedule.h.
References AcquireAtCycle, llvm::Other, ProcResourceIdx, and ReleaseAtCycle.
uint16_t llvm::MCWriteProcResEntry::AcquireAtCycle |
Cycle at which the resource will be aquired by an instruction, relatively to the cycle in which the instruction is issued (assuming no stalls inbetween).
Definition at line 75 of file MCSchedule.h.
Referenced by operator==().
uint16_t llvm::MCWriteProcResEntry::ProcResourceIdx |
Definition at line 67 of file MCSchedule.h.
Referenced by llvm::mca::initializeUsedResources(), and operator==().
uint16_t llvm::MCWriteProcResEntry::ReleaseAtCycle |
Cycle at which the resource will be released by an instruction, relatively to the cycle in which the instruction is issued (assuming no stalls inbetween).
Definition at line 71 of file MCSchedule.h.
Referenced by llvm::mca::initializeUsedResources(), and operator==().