Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp120 static unsigned GetVBRSize(unsigned Val) { in GetVBRSize() function
189 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
196 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()
330 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
337 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()