Home
last modified time | relevance | path

Searched refs:SwitchOpcodeMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp100 else if (auto *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in MatcherTableEmitter()
334 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in SizeMatcher()
340 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in SizeMatcher()
586 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()
603 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()
616 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()
622 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()
641 OS << (isa<SwitchOpcodeMatcher>(N) ? in EmitMatcher()
H A DDAGISelMatcher.cpp87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()
177 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
H A DDAGISelMatcher.h504 class SwitchOpcodeMatcher : public Matcher {
507 SwitchOpcodeMatcher( in SwitchOpcodeMatcher() function
510 ~SwitchOpcodeMatcher() override;
H A DDAGISelMatcherOpt.cpp433 MatcherPtr.reset(new SwitchOpcodeMatcher(std::move(Cases))); in FactorNodes()