Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp82 auto *MS = new MoveSiblingMatcher(MC->getChildNo()); in ContractNodes()
90 if (auto *MS = dyn_cast<MoveSiblingMatcher>(N)) { in ContractNodes()
H A DDAGISelMatcherEmitter.cpp509 const auto *MSM = cast<MoveSiblingMatcher>(N); in EmitMatcher()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h346 class MoveSiblingMatcher : public Matcher {
350 MoveSiblingMatcher(unsigned SiblingNo) in MoveSiblingMatcher() function
360 return cast<MoveSiblingMatcher>(M)->getSiblingNo() == getSiblingNo(); in isEqualImpl()
H A DDAGISelMatcher.cpp144 void MoveSiblingMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()