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.cpp163 auto *MS = new MoveSiblingMatcher(MC->getChildNo()); in ContractNodes()
171 auto *MS = new MoveSiblingMatcher(MC->getChildNo()); in ContractNodes()
H A DDAGISelMatcherEmitter.cpp505 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.cpp145 void MoveSiblingMatcher::printImpl(raw_ostream &OS, unsigned Indent) const { in printImpl()