Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp34 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes()
355 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorScope()
361 OptionsToMatch.push_back(SM->takeChild(j)); in FactorScope()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h219 Matcher *takeChild(unsigned i) { in takeChild() function