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

References

lib/Target/AMDGPU/SIWholeQuadMode.cpp
  237       auto III = Instructions.find(&MI);
  238       if (III == Instructions.end())
  250   InstrInfo &II = Instructions[&MI];
  328       InstrInfo &III = Instructions[&MI];
  429   InstrInfo II = Instructions[&MI]; // take a copy to prevent dangling references
  436     Instructions[&MI].Needs = StateWQM;
  453       InstrInfo &PrevII = Instructions[PrevMI];
  480     InstrInfo &LastII = Instructions[LastMI];
  743         auto III = Instructions.find(&MI);
  744         if (III != Instructions.end()) {
  877   Instructions.clear();