Searched refs:MoveParentMatcher (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp78 if (MoveParentMatcher *MP =
79 dyn_cast<MoveParentMatcher>(MC->getNext())) {
H A DDAGISelMatcher.cpp146 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcher.h334 /// MoveParentMatcher - This tells the interpreter to move to the parent
336 class MoveParentMatcher : public Matcher { class in namespace:llvm
338 MoveParentMatcher() : Matcher(MoveParent) {} function in class:llvm::MoveParentMatcher
H A DDAGISelMatcherGen.cpp361 AddMatcher(new MoveParentMatcher());
460 AddMatcher(new MoveParentMatcher());

Completed in 71 milliseconds