brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · 3d62641 Raw
11 lines · plain
1include "AMDGPU.td"2 3def AMDGPUImageDMaskIntrinsicTable : GenericTable {4  let FilterClass = "AMDGPUImageDMaskIntrinsic";5  let Fields = ["Intr"];6 7  let PrimaryKey = ["Intr"];8  let PrimaryKeyName = "getAMDGPUImageDMaskIntrinsic";9  let PrimaryKeyEarlyOut = 1;10}11