xref: /aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/InstCombineTables.td (revision 03ce13f70fcc45d86ee91b7ee4cab1936a95046e)
1include "llvm/TableGen/SearchableTable.td"
2include "llvm/IR/Intrinsics.td"
3
4def AMDGPUImageDMaskIntrinsicTable : GenericTable {
5  let FilterClass = "AMDGPUImageDMaskIntrinsic";
6  let Fields = ["Intr"];
7
8  let PrimaryKey = ["Intr"];
9  let PrimaryKeyName = "getAMDGPUImageDMaskIntrinsic";
10  let PrimaryKeyEarlyOut = 1;
11}
12