Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp33 OpcodeTable; in emitWebAssemblyDisassemblerTables() local
55 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()
100 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
145 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()
147 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()
166 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp624 static const TableEntry OpcodeTable[] = { variable
790 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
791 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()