Searched refs:EmitMatcherList (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 89 unsigned EmitMatcherList(const Matcher *N, const unsigned Indent, 405 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1, in EmitMatcher() 558 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx, OS); in EmitMatcher() 871 EmitMatcherList(const Matcher *N, const unsigned Indent, unsigned CurrentIdx, in EmitMatcherList() function in MatcherTableEmitter 1145 TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable()
|