
Instead, move it to CodeGenTarget class, and use it in both PatternParser and SearchableTableEmitter.
11 lines
264 B
TableGen
11 lines
264 B
TableGen
include "AMDGPU.td"
|
|
|
|
def AMDGPUImageDMaskIntrinsicTable : GenericTable {
|
|
let FilterClass = "AMDGPUImageDMaskIntrinsic";
|
|
let Fields = ["Intr"];
|
|
|
|
let PrimaryKey = ["Intr"];
|
|
let PrimaryKeyName = "getAMDGPUImageDMaskIntrinsic";
|
|
let PrimaryKeyEarlyOut = 1;
|
|
}
|