Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp645 class GroupMatcher final : public Matcher { class
4196 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
4206 void GroupMatcher::optimize() { in optimize()
4228 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
4643 bool GroupMatcher::candidateConditionMatches( in candidateConditionMatches()
4664 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
4676 void GroupMatcher::finalize() { in finalize()
4698 void GroupMatcher::emit(MatchTable &Table) { in emit()