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

References

lib/Target/AMDGPU/SIWholeQuadMode.cpp
  286         LiveRange &LR = LIS->getRegUnit(*RegUnit);
  287         const VNInfo *Value = LR.Query(LIS->getInstructionIndex(MI)).valueIn();
  296         markInstruction(*LIS->getInstructionFromIndex(Value->def), Flag,
  568   LIS->InsertMachineInstrInMaps(*Save);
  569   LIS->InsertMachineInstrInMaps(*Restore);
  570   LIS->createAndComputeVirtRegInterval(SaveReg);
  584   LiveRange &LR = LIS->getRegUnit(*MCRegUnitIterator(AMDGPU::SCC, TRI));
  586   SlotIndex FirstIdx = First != MBBE ? LIS->getInstructionIndex(*First)
  587                                      : LIS->getMBBEndIdx(&MBB);
  589       Last != MBBE ? LIS->getInstructionIndex(*Last) : LIS->getMBBEndIdx(&MBB);
  589       Last != MBBE ? LIS->getInstructionIndex(*Last) : LIS->getMBBEndIdx(&MBB);
  613   if (MachineInstr *MI = LIS->getInstructionFromIndex(Idx))
  616     assert(Idx == LIS->getMBBEndIdx(&MBB));
  645   LIS->InsertMachineInstrInMaps(*MI);
  664   LIS->InsertMachineInstrInMaps(*MI);
  675   LIS->InsertMachineInstrInMaps(*MI);
  687   LIS->InsertMachineInstrInMaps(*MI);
  816             LIS->createAndComputeVirtRegInterval(SavedWQMReg);
  848     LIS->ReplaceMachineInstrInMaps(*MI, *Copy);
  888   LIS = &getAnalysis<LiveIntervals>();
  907       LIS->InsertMachineInstrInMaps(*MI);
  936   LIS->removeRegUnit(*MCRegUnitIterator(AMDGPU::SCC, TRI));