Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
99 else if (auto *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in MatcherTableEmitter()331 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in SizeMatcher()337 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in SizeMatcher()580 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()597 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()610 OS << (isa<SwitchOpcodeMatcher>(N) ? "/*SwitchOpcode*/ " in EmitMatcher()616 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()635 OS << (isa<SwitchOpcodeMatcher>(N) ? " // EndSwitchOpcode" in EmitMatcher()
432 MatcherPtr.reset(new SwitchOpcodeMatcher(std::move(Cases))); in FactorNodes()
84 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()174 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
495 class SwitchOpcodeMatcher : public Matcher {499 SwitchOpcodeMatcher( in SwitchOpcodeMatcher() function502 ~SwitchOpcodeMatcher() override;