Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp169 unsigned VBRSize = 0; in EmitMatcher() local
171 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
177 CurrentIdx+VBRSize, FOS); in EmitMatcher()
178 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()
304 unsigned VBRSize = 0; in EmitMatcher() local
306 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize, in EmitMatcher()
313 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()