Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp767 class SwitchMatcher : public Matcher { class
5647 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5676 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()
6176 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType()
6180 bool SwitchMatcher::candidateConditionMatches( in candidateConditionMatches()
6214 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6228 void SwitchMatcher::finalize() { in finalize()
6243 void SwitchMatcher::emitPredicateSpecificOpcodes(const PredicateMatcher &P, in emitPredicateSpecificOpcodes()
6264 void SwitchMatcher::emit(MatchTable &Table) { in emit()