LLVM 20.0.0git
|
#include "llvm/MCA/HardwareUnits/RegisterFile.h"
Public Member Functions | |
RAWHazard ()=default | |
bool | isValid () const |
bool | hasUnknownCycles () const |
Public Attributes | |
MCPhysReg | RegisterID = 0 |
int | CyclesLeft = 0 |
Definition at line 239 of file RegisterFile.h.
|
default |
|
inline |
Definition at line 245 of file RegisterFile.h.
References CyclesLeft.
Referenced by llvm::mca::checkRegisterHazard().
|
inline |
Definition at line 244 of file RegisterFile.h.
References RegisterID.
Referenced by llvm::mca::RegisterFile::checkRAWHazards(), and llvm::mca::checkRegisterHazard().
int llvm::mca::RegisterFile::RAWHazard::CyclesLeft = 0 |
Definition at line 241 of file RegisterFile.h.
Referenced by llvm::mca::RegisterFile::checkRAWHazards(), llvm::mca::checkRegisterHazard(), and hasUnknownCycles().
MCPhysReg llvm::mca::RegisterFile::RAWHazard::RegisterID = 0 |
Definition at line 240 of file RegisterFile.h.
Referenced by llvm::mca::RegisterFile::checkRAWHazards(), and isValid().