Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp90 unsigned SizeMatcherList(Matcher *N, raw_ostream &OS);
241 SizeMatcherList(Matcher *N, raw_ostream &OS) { in SizeMatcherList() function in MatcherTableEmitter
266 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher()
294 const unsigned ChildSize = SizeMatcherList(Child, OS); in SizeMatcher()
1131 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()