Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Table

268   // Build an aggregate string, and build a table of offsets into it.
276 // Add all strings to the string table upfront so it can generate an optimized
315 // in the opcode-indexed table.
341 // Otherwise, we can include this in the initial lookup table. Add it in.
363 // Emit the string table itself.
370 unsigned Table = 0, Shift = 0;
377 // Figure out how big this table section needs to be, but no bigger than 4.
382 O << " static const uint" << TableSize << "_t OpInfo" << Table
389 // Emit string to combine the individual table lookups.
394 BitsOS << "OpInfo" << Table << "[MI->getOpcode()] << " << Shift << ";\n";
395 // Prepare the shift for the next iteration and increment the table count.
397 ++Table;
410 // Output the table driven operand information.
468 // encoding, but we expect the main 64-bit table to handle the majority of