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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1342 ArrayRef<TableEntry> InstTable; local
1347 InstTable = ForwardST0Table;
1349 InstTable = ReverseST0Table;
1352 InstTable = ForwardSTiTable;
1354 InstTable = ReverseSTiTable;
1357 int Opcode = Lookup(InstTable, MI.getOpcode());

Completed in 161 milliseconds