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

References

utils/TableGen/CodeGenDAGPatterns.h
   74     for (WordType W : Words)
   80     std::memset(Words.data(), 0, NumWords*sizeof(WordType));
   84     for (WordType W : Words)
   91     return (Words[T.SimpleTy / WordWidth] >> (T.SimpleTy % WordWidth)) & 1;
   95     Words[T.SimpleTy / WordWidth] |= WordType(1) << (T.SimpleTy % WordWidth);
  100       Words[i] |= S.Words[i];
  100       Words[i] |= S.Words[i];
  105     Words[T.SimpleTy / WordWidth] &= ~(WordType(1) << (T.SimpleTy % WordWidth));
  151         WordType W = Set->Words[SkipWords];
  160         WordType W = Set->Words[i];
  179     return Words == S.Words;
  179     return Words == S.Words;