Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp716 class SwitchMatcher : public Matcher { class
4201 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
4230 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()
4719 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType()
4723 bool SwitchMatcher::candidateConditionMatches( in candidateConditionMatches()
4757 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
4771 void SwitchMatcher::finalize() { in finalize()
4787 void SwitchMatcher::emitPredicateSpecificOpcodes(const PredicateMatcher &P, in emitPredicateSpecificOpcodes()
4808 void SwitchMatcher::emit(MatchTable &Table) { in emit()