Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp71 struct DecoderTableInfo { struct
270 void emitTableEntry(DecoderTableInfo &TableInfo) const;
432 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
433 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
436 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
440 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
444 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
477 void emitTableEntries(DecoderTableInfo &TableInfo) const;
606 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
1175 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
[all …]