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.cpp436 void emitTableEntry(DecoderTableInfo &TableInfo) const;
596 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
597 void emitPredicateTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
599 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo, unsigned Opc) const;
602 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
606 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
637 void emitTableEntries(DecoderTableInfo &TableInfo) const;
747 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
749 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
751 TableInfo.Table.insertULEB128(StartBit); in emitTableEntry()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c558 else if (TableData->TableInfo) in DtCompileDataTable()
565 Status = DtCompileTable (FieldList, TableData->TableInfo, in DtCompileDataTable()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtable.c936 else if (TableData->TableInfo) in AcpiDmDumpDataTable()
940 Status = AcpiDmDumpTable (Length, 0, Table, 0, TableData->TableInfo); in AcpiDmDumpDataTable()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdisasm.h329 ACPI_DMTABLE_INFO *TableInfo; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9399 VTableUse &TableInfo = VTableUses[Idx++]; in ReadUsedVTables() local
9400 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(TableInfo.ID)); in ReadUsedVTables()
9401 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()
9402 VT.DefinitionRequired = TableInfo.Used; in ReadUsedVTables()