Lines Matching refs:DecoderTableInfo
91 struct DecoderTableInfo { struct
323 void emitTableEntry(DecoderTableInfo &TableInfo) const;
491 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
492 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
495 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
499 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
503 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
536 void emitTableEntries(DecoderTableInfo &TableInfo) const;
663 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1264 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
1279 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo, in emitPredicateTableEntry()
1310 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo, in emitSoftFailTableEntry()
1372 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1453 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1750 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const { in emitTableEntries()
2506 DecoderTableInfo TableInfo; in run()