Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp92 unsigned SizeMatcherList(Matcher *N, raw_ostream &OS);
245 SizeMatcherList(Matcher *N, raw_ostream &OS) { in SizeMatcherList() function in MatcherTableEmitter
270 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher()
298 const unsigned ChildSize = SizeMatcherList(Child, OS); in SizeMatcher()
1135 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()