Lines Matching refs:TableEntry
574 struct TableEntry {
577 bool operator<(const TableEntry &TE) const { return from < TE.from; }
578 friend bool operator<(const TableEntry &TE, unsigned V) {
582 const TableEntry &TE) {
589 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
596 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
597 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
624 static const TableEntry OpcodeTable[] = {
800 static const TableEntry PopTable[] = {
1086 static const TableEntry ForwardST0Table[] = {
1102 static const TableEntry ReverseST0Table[] = {
1118 static const TableEntry ForwardSTiTable[] = {
1134 static const TableEntry ReverseSTiTable[] = {
1212 const TableEntry *InstTable;