Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp751 class SwitchMatcher : public Matcher { class
5563 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5592 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()
6091 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType()
6095 bool SwitchMatcher::candidateConditionMatches( in candidateConditionMatches()
6129 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6143 void SwitchMatcher::finalize() { in finalize()
6158 void SwitchMatcher::emitPredicateSpecificOpcodes(const PredicateMatcher &P, in emitPredicateSpecificOpcodes()
6179 void SwitchMatcher::emit(MatchTable &Table) { in emit()