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()585 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()602 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()616 OS << (isa<SwitchOpcodeMatcher>(N) ? "/*SwitchOpcode*/ " in EmitMatcher()622 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()646 OS << (isa<SwitchOpcodeMatcher>(N) ? " // EndSwitchOpcode" in EmitMatcher()
552 MatcherPtr.reset(new SwitchOpcodeMatcher(std::move(Cases))); in FactorScope()
84 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()173 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
495 class SwitchOpcodeMatcher : public Matcher {499 SwitchOpcodeMatcher( in SwitchOpcodeMatcher() function502 ~SwitchOpcodeMatcher() override;