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

References

utils/TableGen/GlobalISelEmitter.cpp
  772     return make_range(Matchers.begin(), Matchers.end());
  772     return make_range(Matchers.begin(), Matchers.end());
  774   size_t size() const { return Matchers.size(); }
  775   bool empty() const { return Matchers.empty(); }
 5507   const Matcher &CaseRepresentative = **Matchers.begin();
 5529   Matchers.push_back(&Candidate);
 5535   assert(Values.size() == Matchers.size() && "Broken SwitchMatcher");
 5539   std::stable_sort(Matchers.begin(), Matchers.end(),
 5539   std::stable_sort(Matchers.begin(), Matchers.end(),
 5544   Condition = Matchers[0]->popFirstCondition();
 5546     Matchers[I]->popFirstCondition();
 5571   assert(Values.size() == Matchers.size() && "Broken SwitchMatcher");
 5604     Matchers[I]->emit(Table);