Searched refs:EmitMatcherList (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 169 unsigned EmitMatcherList(const Matcher *N, const unsigned Indent, 452 ChildSize = EmitMatcherList(SM->getChild(i), Indent + 1, in EmitMatcher() 624 ChildSize = EmitMatcherList(Child, Indent + 1, CurrentIdx, OS); in EmitMatcher() 1037 unsigned MatcherTableEmitter::EmitMatcherList(const Matcher *N, in EmitMatcherList() function in MatcherTableEmitter 1348 TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable()
|