Searched refs:PrimaryKey (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSearchableTables.td | 24 let PrimaryKey = ["Intr"]; 42 let PrimaryKey = ["Intr"];
|
| H A D | MIMGInstructions.td | 52 let PrimaryKey = ["BaseOpcode"]; 66 let PrimaryKey = ["Dim"]; 82 let PrimaryKey = ["L"]; 125 let PrimaryKey = ["BaseOpcode", "MIMGEncoding", "VDataDwords", "VAddrDwords"]; 565 let PrimaryKey = ["Intr"];
|
| H A D | BUFInstructions.td | 2099 let PrimaryKey = ["Opcode"];
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 77 std::unique_ptr<SearchIndex> PrimaryKey; member 486 if (Table.PrimaryKey) { in emitGenericTable() 487 emitLookupDeclaration(Table, *Table.PrimaryKey, OS); in emitGenericTable() 520 if (Table.PrimaryKey) in emitGenericTable() 521 emitLookupFunction(Table, *Table.PrimaryKey, true, OS); in emitGenericTable() 689 Table->PrimaryKey = in run() 696 return compareBy(LHS, RHS, *Table->PrimaryKey); in run()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineTables.td | 8 let PrimaryKey = ["Intr"];
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | SearchableTable.td | 101 list<string> PrimaryKey;
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 42 let PrimaryKey = [ "Encoding" ];
|