Home
last modified time | relevance | path

Searched refs:OpcodeTable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp30 OpcodeTable; in emitWebAssemblyDisassemblerTables() local
51 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()
102 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
146 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()
148 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()
167 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp628 static const TableEntry OpcodeTable[] = { variable
791 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
792 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()