Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DSearchableTableEmitter.cpp70 struct GenericTable { struct
153 std::string searchableFieldType(const GenericTable &Table, in searchableFieldType()
184 void emitGenericTable(const GenericTable &Table, raw_ostream &OS);
186 void emitLookupDeclaration(const GenericTable &Table,
188 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index,
194 parseSearchIndex(GenericTable &Table, const RecordVal *RecVal, StringRef Name,
199 void collectTableEntries(GenericTable &Table,
305 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction()
470 void SearchableTableEmitter::emitLookupDeclaration(const GenericTable &Table, in emitLookupDeclaration()
482 void SearchableTableEmitter::emitGenericTable(const GenericTable &Table, in emitGenericTable()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/
DSearchableTable.td17 // 2. (Generic) Tables and search indices. By instantiating the GenericTable
58 class GenericTable {
89 // def MyTable : GenericTable {
119 GenericTable Table;
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DInstCombineTables.td4 def AMDGPUImageDMaskIntrinsicTable : GenericTable {
DAMDGPUSearchableTables.td19 def RsrcIntrinsics : GenericTable {
45 class GcnBufferFormatTable : GenericTable {
217 def SourcesOfDivergence : GenericTable {
DMIMGInstructions.td57 def MIMGBaseOpcodesTable : GenericTable {
73 def MIMGDimInfoTable : GenericTable {
113 def MIMGLZMappingTable : GenericTable {
129 def MIMGMIPMappingTable : GenericTable {
145 def MIMGBiasMappingTable : GenericTable {
161 def MIMGOffsetMappingTable : GenericTable {
177 def MIMGG16MappingTable : GenericTable {
221 def MIMGInfoTable : GenericTable {
1429 def ImageDimIntrinsicTable : GenericTable {
DVOPInstructions.td1505 class VOPInfoTable <string Format> : GenericTable {
1518 class VOPC64Table <string Format> : GenericTable {
1530 def VOPTrue16Table : GenericTable {
DVOP3PInstructions.td683 def MAIInstInfoTable : GenericTable {
776 class WMMAMappingTable : GenericTable {
DSMInstructions.td1171 def SMInfoTable : GenericTable {
DSIInstrInfo.td3024 def VOPDComponentTable : GenericTable {
3037 def VOPDPairs : GenericTable {
DBUFInstructions.td3035 def MUBUFInfoTable : GenericTable {
3057 def MTBUFInfoTable : GenericTable {
/openbsd/src/gnu/llvm/llvm/docs/TableGen/
DBackEnds.rst682 The ``GenericTable`` class is used to define a searchable generic table.
686 ``GenericTable`` and whose name is the name of the global table of entries.
722 code by including the following line in the ``GenericTable`` record, where
735 def ATable : GenericTable {
809 of the type, the record derived from ``GenericTable`` must include a string field
815 def CTable : GenericTable {
881 def ATable : GenericTable {
909 * ``GenericTable Table``. The name of the table that is to receive another
DBackGuide.rst741 def ATable { // GenericTable
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td42 def SysRegsList : GenericTable {
DRISCVInstrInfoVPseudos.td436 def RISCVVPseudosTable : GenericTable {
445 def RISCVVInversePseudosTable : GenericTable {
454 def RISCVVIntrinsicsTable : GenericTable {
469 def RISCVMaskedPseudosTable : GenericTable {
492 def RISCVVLETable : GenericTable {
508 def RISCVVSETable : GenericTable {
531 class RISCVVLX_VSXTable : GenericTable {
558 def RISCVVLSEGTable : GenericTable {
577 def RISCVVLXSEGTable : GenericTable {
594 def RISCVVSSEGTable : GenericTable {
[all …]
DRISCVInstrFormats.td114 def RISCVOpcodesList : GenericTable {
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SystemOperands.td520 def TLBITable : GenericTable {