Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp172 unsigned SizeMatcherList(Matcher *N, raw_ostream &OS);
292 unsigned MatcherTableEmitter::SizeMatcherList(Matcher *N, raw_ostream &OS) { in SizeMatcherList() function in MatcherTableEmitter
316 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher()
344 const unsigned ChildSize = SizeMatcherList(Child, OS); in SizeMatcher()
1338 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()