Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp333 void emitTableEntry(DecoderTableInfo &TableInfo) const;
504 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
505 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
508 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
512 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
516 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
549 void emitTableEntries(DecoderTableInfo &TableInfo) const;
676 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
677 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
678 TableInfo.Table.push_back(StartBit); in emitTableEntry()
[all …]