Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
303 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()320 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()353 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()360 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()379 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()757 } else if (const SwitchOpcodeMatcher *SOM = in BuildHistogram()758 dyn_cast<SwitchOpcodeMatcher>(M)) { in BuildHistogram()
87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
458 class SwitchOpcodeMatcher : public Matcher {461 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() function463 ~SwitchOpcodeMatcher() override;
390 MatcherPtr.reset(new SwitchOpcodeMatcher(Cases)); in FactorNodes()