Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp285 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()
H A DDAGISelMatcher.cpp85 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() { in ~SwitchOpcodeMatcher()
171 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
H A DDAGISelMatcher.h473 class SwitchOpcodeMatcher : public Matcher {
476 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() function
478 ~SwitchOpcodeMatcher() override;
H A DDAGISelMatcherOpt.cpp403 MatcherPtr.reset(new SwitchOpcodeMatcher(Cases)); in FactorNodes()