Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp169 static unsigned GetVBRSize(unsigned Val) { in GetVBRSize() function
316 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
322 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()
474 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
480 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()