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

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1186 ArrayRef<TableEntry> InstTable; local
1191 InstTable = ForwardST0Table;
1193 InstTable = ReverseST0Table;
1196 InstTable = ForwardSTiTable;
1198 InstTable = ReverseSTiTable;
1201 int Opcode = Lookup(InstTable, MI->getOpcode());

Completed in 60 milliseconds