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

References

lib/MCA/HardwareUnits/RegisterFile.cpp
   91       IndexPlusCostPairTy &IPC = Entry.IndexPlusCost;
  106         if (!OtherEntry.IndexPlusCost.first &&
  109           OtherEntry.IndexPlusCost = IPC;
  119   unsigned RegisterFileIndex = Entry.IndexPlusCost.first;
  120   unsigned Cost = Entry.IndexPlusCost.second;
  134   unsigned RegisterFileIndex = Entry.IndexPlusCost.first;
  135   unsigned Cost = Entry.IndexPlusCost.second;
  175   WS.setPRF(RRI.IndexPlusCost.first);
  298   unsigned RegisterFileIndex = RRIFrom.IndexPlusCost.first;
  299   if (RegisterFileIndex != RRITo.IndexPlusCost.first)
  402   RS.setPRF(RRI.IndexPlusCost.first);
  433     const IndexPlusCostPairTy &Entry = RRI.IndexPlusCost;
  481              << ", PRF=" << RRI.IndexPlusCost.first
  482              << ", Cost=" << RRI.IndexPlusCost.second