Searched refs:PrimaryKey (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 80 std::unique_ptr<SearchIndex> PrimaryKey; member 489 if (Table.PrimaryKey) { in emitGenericTable() 490 emitLookupDeclaration(Table, *Table.PrimaryKey, OS); in emitGenericTable() 520 if (Table.PrimaryKey) in emitGenericTable() 521 emitLookupFunction(Table, *Table.PrimaryKey, true, OS); in emitGenericTable() 718 Table->PrimaryKey = in run() 725 return compareBy(LHS, RHS, *Table->PrimaryKey); in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | InstCombineTables.td | 8 let PrimaryKey = ["Intr"];
|
| H A D | AMDGPUSearchableTables.td | 23 let PrimaryKey = ["Intr"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"]; 182 let PrimaryKey = ["Intr"];
|
| H A D | MIMGInstructions.td | 60 let PrimaryKey = ["BaseOpcode"]; 74 let PrimaryKey = ["Dim"]; 113 let PrimaryKey = ["L"]; 129 let PrimaryKey = ["MIP"]; 145 let PrimaryKey = ["G"]; 186 let PrimaryKey = ["BaseOpcode", "MIMGEncoding", "VDataDwords", "VAddrDwords"]; 1088 let PrimaryKey = ["Intr"];
|
| H A D | VOPInstructions.td | 813 let PrimaryKey = ["Opcode"];
|
| H A D | SMInstructions.td | 1079 let PrimaryKey = ["Opcode"];
|
| H A D | BUFInstructions.td | 2616 let PrimaryKey = ["Opcode"]; 2635 let PrimaryKey = ["Opcode"];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | SearchableTable.td | 104 list<string> PrimaryKey;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
| H A D | BackEnds.rst | 701 * ``list<string> PrimaryKey``. The list of fields that make up the 738 let PrimaryKey = ["Val1", "Val2"]; 819 let PrimaryKey = ["Encoding"]; 884 let PrimaryKey = ["Val1", "Val2"];
|
| H A D | BackGuide.rst | 745 list<string> PrimaryKey = ["Val1", "Val2"];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 50 let PrimaryKey = [ "Encoding" ];
|
| H A D | RISCVInstrInfoVPseudos.td | 401 let PrimaryKey = [ "Pseudo" ]; 410 let PrimaryKey = ["IntrinsicID"]; 427 let PrimaryKey = ["Masked", "Strided", "FF", "SEW", "LMUL"]; 443 let PrimaryKey = ["Masked", "Strided", "SEW", "LMUL"]; 464 let PrimaryKey = ["Masked", "Ordered", "SEW", "LMUL", "IndexLMUL"]; 491 let PrimaryKey = ["NF", "Masked", "Strided", "FF", "SEW", "LMUL"]; 509 let PrimaryKey = ["NF", "Masked", "Ordered", "SEW", "LMUL", "IndexLMUL"]; 526 let PrimaryKey = ["NF", "Masked", "Strided", "SEW", "LMUL"]; 544 let PrimaryKey = ["NF", "Masked", "Ordered", "SEW", "LMUL", "IndexLMUL"];
|