Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp121 struct DecoderTableInfo { struct
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 { in emitTableEntry()
1336 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
[all …]