Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp32 OpcodeTable; in emitWebAssemblyDisassemblerTables() local
51 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp641 static const TableEntry OpcodeTable[] = { variable
807 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()
808 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc28352 {"_ZL11OpcodeTable", "OpcodeTable"},