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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp288 unsigned IdxSize; local
291 IdxSize = 2; // size of opcode in table is 2 bytes.
294 IdxSize = 1; // size of type in table is 1 byte.
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
333 CurrentIdx += IdxSize;

Completed in 144 milliseconds