Lines Matching refs:DecoderTableInfo
83 struct DecoderTableInfo { struct
300 void emitTableEntry(DecoderTableInfo &TableInfo) const;
457 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
458 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
461 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
465 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
469 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
502 void emitTableEntries(DecoderTableInfo &TableInfo) const;
630 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1208 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
1223 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo, in emitPredicateTableEntry()
1254 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo, in emitSoftFailTableEntry()
1316 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1395 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1692 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const { in emitTableEntries()
2365 DecoderTableInfo TableInfo; in run()