Home
last modified time | relevance | path

Searched refs:MoveParent (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDDAGISelMatcher.h63 MoveParent, // Move current node to parent. enumerator
368 MoveParentMatcher() : Matcher(MoveParent) {} in MoveParentMatcher()
370 static bool classof(const Matcher *N) { return N->getKind() == MoveParent; } in classof()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcherEmitter.cpp515 case Matcher::MoveParent: in EmitMatcher()
1218 case Matcher::MoveParent: in getOpcodeString()