Lines Matching refs:TableEntry
581 struct TableEntry { struct
584 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
585 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
589 const TableEntry &TE) { in operator <()
595 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
596 const TableEntry *I = llvm::lower_bound(Table, Opcode); in Lookup()
624 static const TableEntry OpcodeTable[] = {
803 static const TableEntry PopTable[] = {
1278 static const TableEntry ForwardST0Table[] = {
1294 static const TableEntry ReverseST0Table[] = {
1310 static const TableEntry ForwardSTiTable[] = {
1326 static const TableEntry ReverseSTiTable[] = {
1404 ArrayRef<TableEntry> InstTable; in handleTwoArgFP()