Searched refs:EmitMatcherList (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 87 unsigned EmitMatcherList(const Matcher *N, const unsigned Indent, 401 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1, in EmitMatcher() 554 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx, OS); in EmitMatcher() 867 EmitMatcherList(const Matcher *N, const unsigned Indent, unsigned CurrentIdx, in EmitMatcherList() function in MatcherTableEmitter 1141 TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable()
|