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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp321 void emitTableEntry(DecoderTableInfo &TableInfo) const;
489 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
490 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
493 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
497 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
501 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
534 void emitTableEntries(DecoderTableInfo &TableInfo) const;
662 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
663 TableInfo.Table.push_back(MCD::OPC_ExtractField);
664 TableInfo
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c487 else if (TableData->TableInfo)
494 Status = DtCompileTable (FieldList, TableData->TableInfo,
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtable.c472 * Simple tables have only a TableInfo structure, complex tables have a
723 else if (TableData->TableInfo)
727 Status = AcpiDmDumpTable (Length, 0, Table, 0, TableData->TableInfo);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdisasm.h298 ACPI_DMTABLE_INFO *TableInfo; member in struct:acpi_dmtable_data

Completed in 190 milliseconds