Lines Matching refs:DecoderTableInfo
92 struct DecoderTableInfo { struct
345 void emitTableEntry(DecoderTableInfo &TableInfo) const;
516 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
517 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
520 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
524 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
528 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
561 void emitTableEntries(DecoderTableInfo &TableInfo) const;
688 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1302 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
1317 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo, in emitPredicateTableEntry()
1348 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo, in emitSoftFailTableEntry()
1411 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1492 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1789 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const { in emitTableEntries()
2646 DecoderTableInfo TableInfo; in run()