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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp801 // PopTable - Sorted map of instructions to their popping version. The first
804 static const TableEntry PopTable[] = { variable
841 ASSERT_SORTED(PopTable);
846 int Opcode = Lookup(PopTable, I->getOpcode());

Completed in 100 milliseconds