Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
100 else if (auto *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in MatcherTableEmitter()334 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in SizeMatcher()340 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in SizeMatcher()586 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()603 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()616 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()622 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()641 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()
87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()177 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
504 class SwitchOpcodeMatcher : public Matcher {507 SwitchOpcodeMatcher( in SwitchOpcodeMatcher() function510 ~SwitchOpcodeMatcher() override;
433 MatcherPtr.reset(new SwitchOpcodeMatcher(std::move(Cases))); in FactorNodes()