Searched refs:SwitchMatcher (Results 1 – 1 of 1) sorted by relevance
764 class SwitchMatcher : public Matcher { class5577 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()5606 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()6105 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType()6109 bool SwitchMatcher::candidateConditionMatches( in candidateConditionMatches()6143 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher()6157 void SwitchMatcher::finalize() { in finalize()6172 void SwitchMatcher::emitPredicateSpecificOpcodes(const PredicateMatcher &P, in emitPredicateSpecificOpcodes()6193 void SwitchMatcher::emit(MatchTable &Table) { in emit()