Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp642 class GroupMatcher final : public Matcher { class
4202 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
4212 void GroupMatcher::optimize() { in optimize()
4234 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
4652 bool GroupMatcher::candidateConditionMatches( in candidateConditionMatches()
4673 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
4685 void GroupMatcher::finalize() { in finalize()
4707 void GroupMatcher::emit(MatchTable &Table) { in emit()