Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
440 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()457 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()489 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()496 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()515 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()966 } else if (const SwitchOpcodeMatcher *SOM = in BuildHistogram()967 dyn_cast<SwitchOpcodeMatcher>(M)) { in BuildHistogram()
86 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()172 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
462 class SwitchOpcodeMatcher : public Matcher {465 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() function467 ~SwitchOpcodeMatcher() override;
400 MatcherPtr.reset(new SwitchOpcodeMatcher(Cases)); in FactorNodes()