Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp99 else if (auto *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in MatcherTableEmitter()
331 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in SizeMatcher()
337 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in SizeMatcher()
580 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()
597 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) { in EmitMatcher()
610 OS << (isa<SwitchOpcodeMatcher>(N) ? "/*SwitchOpcode*/ " in EmitMatcher()
616 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) in EmitMatcher()
635 OS << (isa<SwitchOpcodeMatcher>(N) ? " // EndSwitchOpcode" in EmitMatcher()
H A DDAGISelMatcherOpt.cpp432 MatcherPtr.reset(new SwitchOpcodeMatcher(std::move(Cases))); in FactorNodes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp84 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()
174 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
H A DDAGISelMatcher.h495 class SwitchOpcodeMatcher : public Matcher {
499 SwitchOpcodeMatcher( in SwitchOpcodeMatcher() function
502 ~SwitchOpcodeMatcher() override;