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

References

lib/CodeGen/InlineSpiller.cpp
  868   LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI);
lib/CodeGen/LiveRangeEdit.cpp
  233   LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI);
lib/CodeGen/RegisterCoalescer.cpp
  843     LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI);
 1325   LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI);
lib/CodeGen/TwoAddressInstructionPass.cpp
  746     LIS->ReplaceMachineInstrInMaps(*mi, *NewMI);
lib/Target/AMDGPU/SILowerControlFlow.cpp
  261   LIS->ReplaceMachineInstrInMaps(MI, *And);
  389     LIS->ReplaceMachineInstrInMaps(MI, *Or);
  409     LIS->ReplaceMachineInstrInMaps(MI, *AndN2);
  431     LIS->ReplaceMachineInstrInMaps(MI, *NewMI);
lib/Target/AMDGPU/SIWholeQuadMode.cpp
  848     LIS->ReplaceMachineInstrInMaps(*MI, *Copy);