Lines Matching defs:DecoderTable
69 "Do not prevent DecoderTable duplications caused by HwModes"),
72 "Remove duplicate DecoderTable entries generated due to HwModes"),
115 typedef std::vector<uint8_t> DecoderTable;
122 DecoderTable Table;
166 void emitTable(formatted_raw_ostream &OS, DecoderTable &Table, indent Indent,
677 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups,
713 DecoderTable &Table = TableInfo.Table;
793 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table,
805 OS << Indent << "static const uint8_t DecoderTable" << Namespace << BitWidth
811 auto emitULEB128 = [](DecoderTable::const_iterator I,
823 auto emitNumToSkip = [](DecoderTable::const_iterator I,
839 DecoderTable::const_iterator I = Table.begin();
840 DecoderTable::const_iterator E = Table.end();