Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
281 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in SizeMatcher()287 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in SizeMatcher()510 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()527 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()540 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()546 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()565 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()
85 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()171 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
473 class SwitchOpcodeMatcher : public Matcher {476 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() function478 ~SwitchOpcodeMatcher() override;
403 MatcherPtr.reset(new SwitchOpcodeMatcher(Cases)); in FactorNodes()