Searched refs:PrimaryKey (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/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"]; 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"]; 1096 let PrimaryKey = ["Intr"];
|
| H A D | VOPInstructions.td | 831 let PrimaryKey = ["Opcode"];
|
| H A D | SMInstructions.td | 1079 let PrimaryKey = ["Opcode"];
|
| H A D | BUFInstructions.td | 2622 let PrimaryKey = ["Opcode"]; 2641 let PrimaryKey = ["Opcode"];
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SearchableTable.td | 104 list<string> PrimaryKey;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 50 let PrimaryKey = [ "Encoding" ];
|
| H A D | RISCVInstrInfoVPseudos.td | 413 let PrimaryKey = [ "Pseudo" ]; 422 let PrimaryKey = ["IntrinsicID"]; 439 let PrimaryKey = ["Masked", "Strided", "FF", "Log2SEW", "LMUL"]; 455 let PrimaryKey = ["Masked", "Strided", "Log2SEW", "LMUL"]; 476 let PrimaryKey = ["Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL"]; 503 let PrimaryKey = ["NF", "Masked", "Strided", "FF", "Log2SEW", "LMUL"]; 521 let PrimaryKey = ["NF", "Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL"]; 538 let PrimaryKey = ["NF", "Masked", "Strided", "Log2SEW", "LMUL"]; 556 let PrimaryKey = ["NF", "Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL"];
|