Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance
285 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in SizeMatcher()291 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in SizeMatcher()514 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()531 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()544 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()550 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()569 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()