Searched refs:PrimaryKey (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | InstCombineTables.td | 8 let PrimaryKey = ["Intr"];
|
| H A D | AMDGPUSearchableTables.td | 23 let PrimaryKey = ["Intr"]; 48 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"]; 221 let PrimaryKey = ["Intr"]; 455 let PrimaryKey = ["Intr"];
|
| H A D | MIMGInstructions.td | 67 let PrimaryKey = ["BaseOpcode"]; 81 let PrimaryKey = ["Dim"]; 124 let PrimaryKey = ["L"]; 140 let PrimaryKey = ["MIP"]; 156 let PrimaryKey = ["Bias"]; 172 let PrimaryKey = ["Offset"]; 188 let PrimaryKey = ["G"]; 242 let PrimaryKey = ["BaseOpcode", "MIMGEncoding", "VDataDwords", "VAddrDwords"]; 1723 let PrimaryKey = ["Intr"];
|
| H A D | VOPInstructions.td | 1652 let PrimaryKey = ["Opcode"]; 1665 let PrimaryKey = ["Opcode"]; 1677 let PrimaryKey = ["Opcode"];
|
| H A D | VOP3PInstructions.td | 800 let PrimaryKey = ["Opcode"]; 899 let PrimaryKey = ["Opcode2Addr"]; 904 let PrimaryKey = ["Opcode3Addr"];
|
| H A D | SIInstrInfo.td | 2883 let PrimaryKey = ["BaseVOP"]; 2896 let PrimaryKey = ["Opcode"];
|
| H A D | SMInstructions.td | 1303 let PrimaryKey = ["Opcode"];
|
| H A D | BUFInstructions.td | 3474 let PrimaryKey = ["Opcode"]; 3493 let PrimaryKey = ["Opcode"];
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 79 std::unique_ptr<SearchIndex> PrimaryKey; member 490 if (Table.PrimaryKey) { in emitGenericTable() 491 emitLookupDeclaration(Table, *Table.PrimaryKey, OS); in emitGenericTable() 521 if (Table.PrimaryKey) in emitGenericTable() 522 emitLookupFunction(Table, *Table.PrimaryKey, true, OS); in emitGenericTable() 742 Table->PrimaryKey = in run() 749 return compareBy(LHS, RHS, *Table->PrimaryKey); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcASITags.td | 27 let PrimaryKey = [ "Encoding" ];
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SearchableTable.td | 110 list<string> PrimaryKey;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 50 let PrimaryKey = [ "Encoding" ];
|
| H A D | RISCVInstrInfoVPseudos.td | 540 let PrimaryKey = [ "Pseudo" ]; 549 let PrimaryKey = [ "BaseInstr", "VLMul", "SEW"]; 558 let PrimaryKey = ["IntrinsicID"]; 578 let PrimaryKey = ["MaskedPseudo"]; 600 let PrimaryKey = ["Masked", "Strided", "FF", "Log2SEW", "LMUL"]; 616 let PrimaryKey = ["Masked", "Strided", "Log2SEW", "LMUL"]; 637 let PrimaryKey = ["Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL"]; 664 let PrimaryKey = ["NF", "Masked", "Strided", "FF", "Log2SEW", "LMUL"]; 682 let PrimaryKey = ["NF", "Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL"]; 699 let PrimaryKey = ["NF", "Masked", "Strided", "Log2SEW", "LMUL"]; [all …]
|
| H A D | RISCVInstrFormats.td | 124 let PrimaryKey = [ "Value" ];
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 39 let PrimaryKey = ["Category", "Value"]; 75 let PrimaryKey = ["Category", "Value"]; 106 let PrimaryKey = ["Category", "Value"];
|