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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp169 unsigned VBRSize = 0; local
171 VBRSize = GetVBRSize(ChildSize);
177 CurrentIdx+VBRSize, FOS);
178 } while (GetVBRSize(ChildSize) != VBRSize);
304 unsigned VBRSize = 0; local
306 VBRSize = GetVBRSize(ChildSize);
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
313 } while (GetVBRSize(ChildSize) != VBRSize);

Completed in 128 milliseconds