Lines Matching refs:DecoderTableInfo
94 struct DecoderTableInfo { struct
335 void emitTableEntry(DecoderTableInfo &TableInfo) const;
506 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
507 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
510 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
514 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
518 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
551 void emitTableEntries(DecoderTableInfo &TableInfo) const;
678 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1292 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
1307 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo, in emitPredicateTableEntry()
1338 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo, in emitSoftFailTableEntry()
1401 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1482 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1779 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const { in emitTableEntries()
2539 DecoderTableInfo TableInfo; in run()