Searched refs:DecoderTableInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp91 struct DecoderTableInfo { struct in namespace:__anon4931
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 {
1258 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo
[all...]

Completed in 102 milliseconds