Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
278 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()295 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()328 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()335 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()354 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()738 } else if (const SwitchOpcodeMatcher *SOM = in BuildHistogram()739 dyn_cast<SwitchOpcodeMatcher>(M)) { in BuildHistogram()
87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
505 class SwitchOpcodeMatcher : public Matcher {508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() function510 ~SwitchOpcodeMatcher() override;
462 MatcherPtr.reset(new SwitchOpcodeMatcher(Cases)); in FactorNodes()