Searched defs:VBRSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp169 unsigned VBRSize = 0; local
171 VBRSize = GetVBRSize(ChildSize);
177 CurrentIdx+VBRSize, FOS);
178 } while (GetVBRSize(ChildSize) != VBRSize);
310 unsigned VBRSize = 0; local
312 VBRSize = GetVBRSize(ChildSize);
317 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
319 } while (GetVBRSize(ChildSize) != VBRSize);

Completed in 54 milliseconds