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

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp70 struct DecoderTableInfo { struct in namespace:__anon21910
271 void emitTableEntry(DecoderTableInfo &TableInfo) const;
442 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
443 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
446 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
450 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
454 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
484 void emitTableEntries(DecoderTableInfo &TableInfo) const;
632 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
1195 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo
[all...]

Completed in 112 milliseconds