Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp680 class GroupMatcher final : public Matcher { class
5558 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5568 void GroupMatcher::optimize() { in optimize()
5590 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
6015 bool GroupMatcher::candidateConditionMatches( in candidateConditionMatches()
6036 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6048 void GroupMatcher::finalize() { in finalize()
6070 void GroupMatcher::emit(MatchTable &Table) { in emit()