Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp91 struct DecoderTableInfo { struct
323 void emitTableEntry(DecoderTableInfo &TableInfo) const;
491 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
492 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
495 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
499 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
503 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
536 void emitTableEntries(DecoderTableInfo &TableInfo) const;
663 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1264 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
[all …]