reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/FixedLenDecoderEmitter.cpp
  321   void emitTableEntry(DecoderTableInfo &TableInfo) const;
  489   unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
  490   void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
  493   void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
  497   void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
  501   void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
  534   void emitTableEntries(DecoderTableInfo &TableInfo) const;
  662 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
 1243 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo,
 1258 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo,
 1289 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
 1351 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo,
 1432 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo,
 1729 void FilterChooser::emitTableEntries(DecoderTableInfo &TableInfo) const {
 2475   DecoderTableInfo TableInfo;