Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp681 class GroupMatcher final : public Matcher { class
5496 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5506 void GroupMatcher::optimize() { in optimize()
5528 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
5955 bool GroupMatcher::candidateConditionMatches( in candidateConditionMatches()
5976 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
5988 void GroupMatcher::finalize() { in finalize()
6010 void GroupMatcher::emit(MatchTable &Table) { in emit()