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.cpp188 struct DecoderTableInfo { struct
436 void emitTableEntry(DecoderTableInfo &TableInfo) const;
596 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
597 void emitPredicateTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
599 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
602 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
606 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
637 void emitTableEntries(DecoderTableInfo &TableInfo) const;
747 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1365 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
[all …]