Lines Matching refs:TableEntry
579 struct TableEntry { struct
582 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
583 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
587 const TableEntry &TE) { in operator <()
593 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
594 const TableEntry *I = std::lower_bound(Table.begin(), Table.end(), Opcode); in Lookup()
622 static const TableEntry OpcodeTable[] = {
798 static const TableEntry PopTable[] = {
1201 static const TableEntry ForwardST0Table[] = {
1217 static const TableEntry ReverseST0Table[] = {
1233 static const TableEntry ForwardSTiTable[] = {
1249 static const TableEntry ReverseSTiTable[] = {
1327 ArrayRef<TableEntry> InstTable; in handleTwoArgFP()