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

References

lib/CodeGen/InlineSpiller.cpp
  415   LIS.InsertMachineInstrInMaps(*MII);
  877       LIS.InsertMachineInstrInMaps(MI);
lib/CodeGen/PHIElimination.cpp
  328     SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy);
  480         LIS->InsertMachineInstrInMaps(*NewSrcInstr);
lib/CodeGen/RegisterCoalescer.cpp
 1127         LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot();
lib/CodeGen/RenameIndependentSubregs.cpp
  334           SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef);
lib/CodeGen/TwoAddressInstructionPass.cpp
 1578       LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot();
lib/Target/AMDGPU/SILowerControlFlow.cpp
  257   LIS->InsertMachineInstrInMaps(*CopyExec);
  264     LIS->InsertMachineInstrInMaps(*Xor);
  265   LIS->InsertMachineInstrInMaps(*SetExec);
  266   LIS->InsertMachineInstrInMaps(*NewBr);
  317       LIS->InsertMachineInstrInMaps(*And);
  337   LIS->InsertMachineInstrInMaps(*CopyExec);
  338   LIS->InsertMachineInstrInMaps(*OrSaveExec);
  340   LIS->InsertMachineInstrInMaps(*Xor);
  341   LIS->InsertMachineInstrInMaps(*Branch);
  388       LIS->InsertMachineInstrInMaps(*And);
  410     LIS->InsertMachineInstrInMaps(*Branch);
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
  111         LIS->InsertMachineInstrInMaps(Inst);
  145         LIS->InsertMachineInstrInMaps(Inst);
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
  264   LIS->InsertMachineInstrInMaps(*Andn2);
lib/Target/AMDGPU/SIWholeQuadMode.cpp
  568   LIS->InsertMachineInstrInMaps(*Save);
  569   LIS->InsertMachineInstrInMaps(*Restore);
  645   LIS->InsertMachineInstrInMaps(*MI);
  664   LIS->InsertMachineInstrInMaps(*MI);
  675   LIS->InsertMachineInstrInMaps(*MI);
  687   LIS->InsertMachineInstrInMaps(*MI);
  907       LIS->InsertMachineInstrInMaps(*MI);
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  711   LIS->InsertMachineInstrInMaps(*TfrT);
  712   LIS->InsertMachineInstrInMaps(*TfrF);
  897   LIS->InsertMachineInstrInMaps(*NewI);
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  129     LIS.InsertMachineInstrInMaps(*Const);
  542   LIS.InsertMachineInstrInMaps(*Clone);
  619   SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot();