Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp766 class SwitchMatcher : public Matcher { class
5637 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5666 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()
6165 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType()
6169 bool SwitchMatcher::candidateConditionMatches( in candidateConditionMatches()
6203 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6217 void SwitchMatcher::finalize() { in finalize()
6232 void SwitchMatcher::emitPredicateSpecificOpcodes(const PredicateMatcher &P, in emitPredicateSpecificOpcodes()
6253 void SwitchMatcher::emit(MatchTable &Table) { in emit()