Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp33 OpcodeTable; in emitWebAssemblyDisassemblerTables() local
55 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()
99 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
143 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()
145 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()
164 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp626 static const TableEntry OpcodeTable[] = { variable
792 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
793 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()