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

References

include/llvm/CodeGen/LiveIntervals.h
  232       return Indexes->getInstructionFromIndex(index);
include/llvm/CodeGen/SlotIndexes.h
  518       if (MachineInstr *MI = getInstructionFromIndex(index))
lib/CodeGen/LiveInterval.cpp
  470           !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
  900     const MachineInstr *MI = Indexes.getInstructionFromIndex(VNI->def);
lib/CodeGen/LiveIntervals.cpp
 1429     if (MachineInstr *MI = Indexes->getInstructionFromIndex(
lib/CodeGen/LiveRangeCalc.cpp
  369       const MachineInstr *MI = Indexes->getInstructionFromIndex(Use);
lib/CodeGen/RegAllocGreedy.cpp
 2113     if (const MachineInstr *MI = Indexes->getInstructionFromIndex(Uses[i]))
lib/CodeGen/RegisterCoalescer.cpp
 2410     MachineInstr *MI = Indexes->getInstructionFromIndex(Def);
 2499     DefMI = Indexes->getInstructionFromIndex(VNI->def);
 2870       MI = Indexes->getInstructionFromIndex(VNI->def);
 2877       Indexes->getInstructionFromIndex(TaintExtent.front().first);
 2890         LastMI = Indexes->getInstructionFromIndex(TaintExtent[TaintNum].first);
 2943                Indexes->getInstructionFromIndex(Def)->operands()) {
 3189       MachineInstr *MI = Indexes->getInstructionFromIndex(Def);
lib/Target/AMDGPU/GCNRegPressure.h
  226         LiveRegMap[SII.getInstructionFromIndex(SI)][Reg] =
  234           LiveRegMap[SII.getInstructionFromIndex(SI)][Reg] |= S.LaneMask;
lib/Target/Hexagon/HexagonRegisterInfo.cpp
  258       if (const MachineInstr *MI = Indexes.getInstructionFromIndex(I))