Lines Matching refs:TableEntry
575 struct TableEntry {
578 bool operator<(const TableEntry &TE) const { return from < TE.from; }
579 friend bool operator<(const TableEntry &TE, unsigned V) {
583 const TableEntry &TE) {
590 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
597 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
598 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
625 static const TableEntry OpcodeTable[] = {
801 static const TableEntry PopTable[] = {
1087 static const TableEntry ForwardST0Table[] = {
1103 static const TableEntry ReverseST0Table[] = {
1119 static const TableEntry ForwardSTiTable[] = {
1135 static const TableEntry ReverseSTiTable[] = {
1213 const TableEntry *InstTable;