Lines Matching refs:DecoderTableInfo
71 struct DecoderTableInfo { struct
270 void emitTableEntry(DecoderTableInfo &TableInfo) const;
432 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
433 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
436 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
440 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
444 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
477 void emitTableEntries(DecoderTableInfo &TableInfo) const;
606 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1175 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
1192 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo, in emitPredicateTableEntry()
1222 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo, in emitSoftFailTableEntry()
1283 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1360 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1658 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const { in emitTableEntries()
2255 DecoderTableInfo TableInfo; in run()