Searched refs:GenericTable (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | SearchableTableEmitter.cpp | 70 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/ |
| D | SearchableTable.td | 17 // 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/ |
| D | InstCombineTables.td | 4 def AMDGPUImageDMaskIntrinsicTable : GenericTable {
|
| D | AMDGPUSearchableTables.td | 19 def RsrcIntrinsics : GenericTable { 45 class GcnBufferFormatTable : GenericTable { 217 def SourcesOfDivergence : GenericTable {
|
| D | MIMGInstructions.td | 57 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 {
|
| D | VOPInstructions.td | 1505 class VOPInfoTable <string Format> : GenericTable { 1518 class VOPC64Table <string Format> : GenericTable { 1530 def VOPTrue16Table : GenericTable {
|
| D | VOP3PInstructions.td | 683 def MAIInstInfoTable : GenericTable { 776 class WMMAMappingTable : GenericTable {
|
| D | SMInstructions.td | 1171 def SMInfoTable : GenericTable {
|
| D | SIInstrInfo.td | 3024 def VOPDComponentTable : GenericTable { 3037 def VOPDPairs : GenericTable {
|
| D | BUFInstructions.td | 3035 def MUBUFInfoTable : GenericTable { 3057 def MTBUFInfoTable : GenericTable {
|
| /openbsd/src/gnu/llvm/llvm/docs/TableGen/ |
| D | BackEnds.rst | 682 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
|
| D | BackGuide.rst | 741 def ATable { // GenericTable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVSystemOperands.td | 42 def SysRegsList : GenericTable {
|
| D | RISCVInstrInfoVPseudos.td | 436 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 …]
|
| D | RISCVInstrFormats.td | 114 def RISCVOpcodesList : GenericTable {
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SystemOperands.td | 520 def TLBITable : GenericTable {
|