Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp362 void emitTableEntry(DecoderTableInfo &TableInfo) const;
533 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
534 void emitPredicateTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
536 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
539 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
543 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
576 void emitTableEntries(DecoderTableInfo &TableInfo) const;
702 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
704 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
709 TableInfo.Table.insert(TableInfo.Table.end(), SBytes.begin(), SBytes.end()); in emitTableEntry()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c534 else if (TableData->TableInfo) in DtCompileDataTable()
541 Status = DtCompileTable (FieldList, TableData->TableInfo, in DtCompileDataTable()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtable.c884 else if (TableData->TableInfo) in AcpiDmDumpDataTable()
888 Status = AcpiDmDumpTable (Length, 0, Table, 0, TableData->TableInfo); in AcpiDmDumpDataTable()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdisasm.h321 ACPI_DMTABLE_INFO *TableInfo; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8813 VTableUse &TableInfo = VTableUses[Idx++]; in ReadUsedVTables() local
8814 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(TableInfo.ID)); in ReadUsedVTables()
8815 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()
8816 VT.DefinitionRequired = TableInfo.Used; in ReadUsedVTables()