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

References

include/llvm/CodeGen/LiveIntervals.h
  227       return Indexes->getInstructionIndex(Instr);
lib/CodeGen/LiveInterval.cpp
  985       SlotIndex Pos = Indexes.getInstructionIndex(MI).getRegSlot(EarlyClobber);
lib/CodeGen/LiveIntervals.cpp
  229         RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
  240           Indexes->getInstructionIndex(MBB.back()).getRegSlot());
 1413         SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI);
 1438       SlotIndex Idx = Indexes->getInstructionIndex(*MII);
 1461   SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
 1475   SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
 1476   SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart);
lib/CodeGen/LiveRangeCalc.cpp
   68       Indexes.getInstructionIndex(MI).getRegSlot(MO.isEarlyClobber());
  207       UseIdx = Indexes->getInstructionIndex(*MI).getRegSlot(isEarlyClobber);
lib/CodeGen/MachineBasicBlock.cpp
  413         OS << Indexes->getInstructionIndex(MI);
lib/CodeGen/MachineVerifier.cpp
  505     errs() << Indexes->getInstructionIndex(*MI) << '\t';
  829     SlotIndex idx = Indexes->getInstructionIndex(*MI);
lib/CodeGen/SlotIndexes.cpp
  184     startIdx = getInstructionIndex(*Begin);
  190     endIdx = getInstructionIndex(*End);
lib/CodeGen/StackColoring.cpp
  738             LLVM_DEBUG(Indexes->getInstructionIndex(MI).print(dbgs()));
  838       SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
 1010           SlotIndex Index = Indexes->getInstructionIndex(I);
 1109         SlotIndex Index = Indexes->getInstructionIndex(I);
lib/Target/AMDGPU/GCNRegPressure.h
  208     auto SI = SII.getInstructionIndex(*I);
lib/Target/SystemZ/SystemZInstrInfo.cpp
 1017           LIS->getSlotIndexes()->getInstructionIndex(MI).getRegSlot();