Lines Matching refs:InstructionSet

15 def InstructionSet : GenericEnum {
16 let FilterClass = "InstructionSet";
21 class InstructionSet<bits<32> value> {
26 def OpenCL_std : InstructionSet<0>;
27 def GLSL_std_450 : InstructionSet<1>;
28 def SPV_AMD_shader_trinary_minmax : InstructionSet<2>;
29 def NonSemantic_Shader_DebugInfo_100 : InstructionSet<3>;
78 class DemangledBuiltin<string name, InstructionSet set, BuiltinGroup group, bits<8> minNumArgs, bit…
80 InstructionSet Set = set;
90 string TypeOf_Set = "InstructionSet";
132 class ExtendedBuiltin<string name, InstructionSet set, int number> {
134 InstructionSet Set = set;
142 string TypeOf_Set = "InstructionSet";
194 multiclass DemangledExtendedBuiltin<string name, InstructionSet set, int number> {
508 class NativeBuiltin<string name, InstructionSet set, Op operation> {
510 InstructionSet Set = set;
518 string TypeOf_Set = "InstructionSet";
529 multiclass DemangledNativeBuiltin<string name, InstructionSet set, BuiltinGroup group, bits<8> minN…
1260 class GetBuiltin<string name, InstructionSet set, BuiltIn value> {
1262 InstructionSet Set = set;
1270 string TypeOf_Set = "InstructionSet";
1282 multiclass DemangledGetBuiltin<string name, InstructionSet set, BuiltinGroup group, BuiltIn value> {
1314 class ImageQueryBuiltin<string name, InstructionSet set, bits<32> component> {
1316 InstructionSet Set = set;
1324 string TypeOf_Set = "InstructionSet";
1335 multiclass DemangledImageQueryBuiltin<string name, InstructionSet set, int component> {
1357 class ConvertBuiltin<string name, InstructionSet set> {
1359 InstructionSet Set = set;
1377 string TypeOf_Set = "InstructionSet";
1389 multiclass DemangledConvertBuiltin<string name, InstructionSet set> {
1458 class VectorLoadStoreBuiltin<string name, InstructionSet set, int number> {
1460 InstructionSet Set = set;
1480 string TypeOf_Set = "InstructionSet";