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

References

utils/TableGen/DAGISelMatcherOpt.cpp
  241     EqualMatchers.push_back(Optn);
  246       EqualMatchers.push_back(OptionsToMatch[OptionIdx++]);
  264         EqualMatchers.push_back(ScanMatcher);
  309     if (EqualMatchers.size() == 1) {
  310       NewOptionsToMatch.push_back(EqualMatchers[0]);
  318     EqualMatchers[0] = Optn;
  321     for (unsigned i = 1, e = EqualMatchers.size(); i != e; ++i) {
  322       Matcher *Tmp = EqualMatchers[i]->takeNext();
  323       delete EqualMatchers[i];
  324       EqualMatchers[i] = Tmp;
  327     Shared->setNext(new ScopeMatcher(EqualMatchers));