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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp168 unsigned ChildSize = 0; local
171 VBRSize = GetVBRSize(ChildSize);
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
178 } while (GetVBRSize(ChildSize) != VBRSize);
180 assert(ChildSize != 0 && "Should not have a zero-sized child!");
182 CurrentIdx += EmitVBRValue(ChildSize, OS);
184 OS << "/*->" << CurrentIdx+ChildSize << "*/"; local
192 CurrentIdx += ChildSize;
303 unsigned ChildSize = 0; local
306 VBRSize = GetVBRSize(ChildSize);
336 OS << "// ->" << CurrentIdx+ChildSize; local
[all...]

Completed in 97 milliseconds