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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp30 OpcodeTable; local
45 auto &CGIP = OpcodeTable[Prefix][Opc];
96 for (auto &PrefixPair : OpcodeTable) {
141 auto PrefixIt = OpcodeTable.find(I);
143 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) {
162 for (auto &PrefixPair : OpcodeTable) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp624 // OpcodeTable - Sorted map of register instructions to their stack version.
628 static const TableEntry OpcodeTable[] = { variable
791 ASSERT_SORTED(OpcodeTable);
792 int Opc = Lookup(OpcodeTable, Opcode);
793 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!");

Completed in 116 milliseconds