Lines Matching refs:Table
84 // 1. A operand match table is built, each entry contains a mnemonic, an
1659 SetVector<std::string> &Table,
1661 IsNew = Table.insert(Name);
1663 unsigned ID = IsNew ? Table.size() - 1 :
1664 std::find(Table.begin(), Table.end(), Name) - Table.begin();
1666 assert(ID < Table.size());
1914 // to the table.
1918 // Add the row to the table.
1949 // Output the conversion table.
2442 // Emit the static custom operand parsing table;
2557 // Emit code to search the table.
2558 OS << " // Search the table.\n";
2608 // Sort the instruction table using the partial order on classes. We use
2762 // Emit the static match table; unused classes get initalized to 0 which is
2765 // FIXME: We can reduce the size of this table very easily. First, we change
2854 OS << " // Find the appropriate table for this asm variant.\n";
2868 OS << " // Search the table.\n";
2911 // Emit code to search the table.
2912 OS << " // Find the appropriate table for this asm variant.\n";
2926 OS << " // Search the table.\n";