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

References

lib/CodeGen/RegisterPressure.cpp
  245   LIS = nullptr;
  281     LIS = lis;
  314     return LIS->getMBBEndIdx(MBB);
  315   return LIS->getInstructionIndex(*IdxPos).getRegSlot();
  799     SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot();
  865     SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot();
  885     SlotIndex SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot();
  886     RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx);
  888     RegOpers.detectDeadDefs(MI, *LIS);
  952     RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx);
 1046     SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot();
 1053     RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx);
 1055     RegOpers.detectDeadDefs(*MI, *LIS);
 1246   return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos,
 1256   return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit,
 1267   return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos,
 1287     SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot();
 1293     RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx);
 1308         = findUseBetween(Reg, LastUseMask, CurrIdx, SlotIdx, *MRI, LIS);