Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp25 static void ContractNodes(std::unique_ptr<Matcher> &MatcherPtr, in ContractNodes() argument
28 Matcher *N = MatcherPtr.get(); in ContractNodes()
70 New->setNext(MatcherPtr.release()); in ContractNodes()
71 MatcherPtr.reset(New); in ContractNodes()
74 return ContractNodes(MatcherPtr, CGP); in ContractNodes()
81 MatcherPtr.reset(MP->takeNext()); in ContractNodes()
82 return ContractNodes(MatcherPtr, CGP); in ContractNodes()
127 MatcherPtr.reset(new MorphNodeToMatcher( in ContractNodes()
148 Matcher *CheckType = MatcherPtr.release(); in ContractNodes()
153 MatcherPtr.reset(CheckOpcode); in ContractNodes()
[all …]