Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp764 class SwitchMatcher : public Matcher { class
5577 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()