reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MCA/HardwareUnits/RegisterFile.cpp
  150   MCPhysReg RegID = WS.getRegisterID();
  198       WS.clearsSuperRegisters() ? RegID : WS.getRegisterID();
  250   MCPhysReg RegID = WS.getRegisterID();
  293   const RegisterMapping &RMTo = RegisterMappings[WS.getRegisterID()];
  316   if (RRITo.RenameAs && RRITo.RenameAs != WS.getRegisterID()) {
  336   MCPhysReg AliasReg = RRITo.RenameAs ? RRITo.RenameAs : WS.getRegisterID();
  392              << MRI.getName(WS.getRegisterID()) << " (defined by instruction #"
lib/MCA/Instruction.cpp
  126          << getRegisterID() << ", Cycles Left=" << getCyclesLeft() << " }";
lib/MCA/Stages/DispatchStage.cpp
   49     RegDefs.emplace_back(RegDef.getRegisterID());