Lines Matching refs:TableEntry
583 struct TableEntry { struct
586 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
587 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
591 const TableEntry &TE) { in operator <()
597 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
598 const TableEntry *I = llvm::lower_bound(Table, Opcode); in Lookup()
626 static const TableEntry OpcodeTable[] = {
805 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()