Searched refs:EmitMatcherList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp54 unsigned EmitMatcherList(const Matcher *N, unsigned Indent,
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
579 /// EmitMatcherList - Emit the bytes for the specified matcher subtree.
581 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, function in class:MatcherTableEmitter
800 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 5, 0, OS);

Completed in 76 milliseconds