Home
last modified time | relevance | path

Searched refs:PrimaryKey (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td24 let PrimaryKey = ["Intr"];
42 let PrimaryKey = ["Intr"];
H A DMIMGInstructions.td52 let PrimaryKey = ["BaseOpcode"];
66 let PrimaryKey = ["Dim"];
82 let PrimaryKey = ["L"];
125 let PrimaryKey = ["BaseOpcode", "MIMGEncoding", "VDataDwords", "VAddrDwords"];
565 let PrimaryKey = ["Intr"];
H A DBUFInstructions.td2099 let PrimaryKey = ["Opcode"];
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp77 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 DInstCombineTables.td8 let PrimaryKey = ["Intr"];
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DSearchableTable.td101 list<string> PrimaryKey;
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td42 let PrimaryKey = [ "Encoding" ];