Lines Matching refs:TableEntry
585 struct TableEntry { struct
588 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
589 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
593 const TableEntry &TE) { in operator <()
599 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
600 const TableEntry *I = llvm::lower_bound(Table, Opcode); in Lookup()
628 static const TableEntry OpcodeTable[] = {
807 static const TableEntry PopTable[] = {
1253 static const TableEntry ForwardST0Table[] = {
1269 static const TableEntry ReverseST0Table[] = {
1285 static const TableEntry ForwardSTiTable[] = {
1301 static const TableEntry ReverseSTiTable[] = {
1379 ArrayRef<TableEntry> InstTable; in handleTwoArgFP()