Searched refs:PrimaryKey (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSearchableTables.td | 24 let PrimaryKey = ["Intr"]; 42 let PrimaryKey = ["Intr"];
|
D | MIMGInstructions.td | 51 let PrimaryKey = ["BaseOpcode"]; 65 let PrimaryKey = ["Dim"]; 81 let PrimaryKey = ["L"]; 124 let PrimaryKey = ["BaseOpcode", "MIMGEncoding", "VDataDwords", "VAddrDwords"]; 557 let PrimaryKey = ["Intr"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 77 std::unique_ptr<SearchIndex> PrimaryKey; member 479 if (Table.PrimaryKey) { in emitGenericTable() 480 emitLookupDeclaration(Table, *Table.PrimaryKey, OS); in emitGenericTable() 513 if (Table.PrimaryKey) in emitGenericTable() 514 emitLookupFunction(Table, *Table.PrimaryKey, true, OS); in emitGenericTable() 682 Table->PrimaryKey = in run() 689 return compareBy(LHS, RHS, *Table->PrimaryKey); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineTables.td | 8 let PrimaryKey = ["Intr"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | generic-tables.td | 51 let PrimaryKey = ["Val1", "Val2"]; 130 let PrimaryKey = ["Encoding"];
|
D | generic-tables-instruction.td | 34 let PrimaryKey = ["Opcode"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | SearchableTable.td | 101 list<string> PrimaryKey;
|
/external/apache-commons-bcel/docs/ |
D | generic.mdl | 2350 name "PrimaryKey"
|