Searched refs:OpcodeTable (Results 1 – 3 of 3) sorted by relevance
32 OpcodeTable; in emitWebAssemblyDisassemblerTables() local51 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()100 for (const auto &[Prefix, Table] : OpcodeTable) { in emitWebAssemblyDisassemblerTables()132 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()134 if (PrefixIt != OpcodeTable.end() && I && !Prefix) in emitWebAssemblyDisassemblerTables()157 for (const auto &[Prefix, Table] : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
641 static const TableEntry OpcodeTable[] = { variable807 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()808 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()
28352 {"_ZL11OpcodeTable", "OpcodeTable"},