Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp752 class SwitchMatcher : public Matcher { class
5501 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5530 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()
6031 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType()
6035 bool SwitchMatcher::candidateConditionMatches( in candidateConditionMatches()
6069 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher()
6083 void SwitchMatcher::finalize() { in finalize()
6099 void SwitchMatcher::emitPredicateSpecificOpcodes(const PredicateMatcher &P, in emitPredicateSpecificOpcodes()
6120 void SwitchMatcher::emit(MatchTable &Table) { in emit()