Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp693 class GroupMatcher final : public Matcher { class
5572 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5582 void GroupMatcher::optimize() { in optimize()
5604 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
6029 bool GroupMatcher::candidateConditionMatches( in candidateConditionMatches()
6050 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6062 void GroupMatcher::finalize() { in finalize()
6084 void GroupMatcher::emit(MatchTable &Table) { in emit()