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

References

utils/TableGen/GlobalISelEmitter.cpp
 2274   Stash.push_back(predicates_pop_front());
 2275   if (Stash.back().get() == &OpcMatcher) {
 2277       Stash.emplace_back(
 2284           Stash.push_back(std::move(OP));
 2299         Stash.push_back(std::move(OP));
 2302   while (!Stash.empty())
 2303     prependPredicate(Stash.pop_back_val());