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

References

lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
   92   const unsigned MaskWeight = SlotWeight - 1;
   99   if (Key == 0 || Units == 0 || (SlotWeight * s >= 32))
  104   Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz);