Lines Matching defs:DecoderTableInfo
121 struct DecoderTableInfo {
362 void emitTableEntry(DecoderTableInfo &TableInfo) const;
533 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
534 void emitPredicateTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
536 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
539 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
543 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
576 void emitTableEntries(DecoderTableInfo &TableInfo) const;
702 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
1336 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo,
1351 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo,
1382 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
1447 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo,
1532 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo,
1829 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const {
2606 DecoderTableInfo TableInfo;