Lines Matching defs:DecoderTableInfo
121 struct DecoderTableInfo {
361 void emitTableEntry(DecoderTableInfo &TableInfo) const;
531 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
532 void emitPredicateTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
534 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
537 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
541 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
574 void emitTableEntries(DecoderTableInfo &TableInfo) const;
700 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
1328 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo,
1343 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo,
1373 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
1438 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo,
1523 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo,
1820 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const {
2597 DecoderTableInfo TableInfo;