Home
last modified time | relevance | path

Searched refs:GroupMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp695 class GroupMatcher final : public Matcher { class
5632 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5642 void GroupMatcher::optimize() { in optimize()
5664 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
6089 bool GroupMatcher::candidateConditionMatches( in candidateConditionMatches()
6110 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6122 void GroupMatcher::finalize() { in finalize()
6144 void GroupMatcher::emit(MatchTable &Table) { in emit()