Lines Matching refs:Proc
72 class Proc<string Name, list<SubtargetFeature> Features>
75 def : Proc<"sm_20", [SM20]>;
76 def : Proc<"sm_21", [SM21]>;
77 def : Proc<"sm_30", [SM30]>;
78 def : Proc<"sm_32", [SM32, PTX40]>;
79 def : Proc<"sm_35", [SM35]>;
80 def : Proc<"sm_37", [SM37, PTX41]>;
81 def : Proc<"sm_50", [SM50, PTX40]>;
82 def : Proc<"sm_52", [SM52, PTX41]>;
83 def : Proc<"sm_53", [SM53, PTX42]>;
84 def : Proc<"sm_60", [SM60, PTX50]>;
85 def : Proc<"sm_61", [SM61, PTX50]>;
86 def : Proc<"sm_62", [SM62, PTX50]>;