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

References

lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  459   Width0 = getOpcodeWidth(*I, TII);
  692     return (EltOffset0 + CI.Width0 == EltOffset1 ||
  737   const unsigned Width = (CI.Width0 + CI.Width1);
 1204   const unsigned Width = CI.Width0 + CI.Width1;
 1232   if (CI.Width0 == 0 || CI.Width0 == 0 || CI.Width0 + CI.Width1 > 4)
 1232   if (CI.Width0 == 0 || CI.Width0 == 0 || CI.Width0 + CI.Width1 > 4)
 1232   if (CI.Width0 == 0 || CI.Width0 == 0 || CI.Width0 + CI.Width1 > 4)
 1237     assert((countPopulation(CI.DMask0 | CI.DMask1) == CI.Width0 + CI.Width1) &&
 1252   assert(CI.Width0 >= 1 && CI.Width0 <= 3);
 1252   assert(CI.Width0 >= 1 && CI.Width0 <= 3);
 1257     Idx0 = Idxs[CI.Width1][CI.Width0 - 1];
 1259     Idx0 = Idxs[0][CI.Width0 - 1];
 1260     Idx1 = Idxs[CI.Width0][CI.Width1 - 1];
 1269     switch (CI.Width0 + CI.Width1) {
 1282     switch (CI.Width0 + CI.Width1) {
 1789         OptimizeListAgain |= (CI.Width0 + CI.Width1) < 16;
 1798         OptimizeListAgain |= (CI.Width0 + CI.Width1) < 4;
 1807         OptimizeListAgain |= (CI.Width0 + CI.Width1) < 4;
 1816         OptimizeListAgain |= (CI.Width0 + CI.Width1) < 4;