Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DWebAssemblyDisassemblerEmitter.cpp30 OpcodeTable; in emitWebAssemblyDisassemblerTables() local
51 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()
102 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
147 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()
149 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()
168 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp584 static const TableEntry OpcodeTable[] = { variable
747 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
748 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()
/external/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp628 static const TableEntry OpcodeTable[] = { variable
791 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
792 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp628 static const TableEntry OpcodeTable[] = { variable
791 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
792 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()