Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp24 static void ContractNodes(std::unique_ptr<Matcher> &MatcherPtr, in ContractNodes() argument
27 Matcher *N = MatcherPtr.get(); in ContractNodes()
68 New->setNext(MatcherPtr.release()); in ContractNodes()
69 MatcherPtr.reset(New); in ContractNodes()
72 return ContractNodes(MatcherPtr, CGP); in ContractNodes()
80 MatcherPtr.reset(MP->takeNext()); in ContractNodes()
81 return ContractNodes(MatcherPtr, CGP); in ContractNodes()
127 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
152 Matcher *CheckType = MatcherPtr.release(); in ContractNodes()
157 MatcherPtr.reset(CheckOpcode); in ContractNodes()
[all …]