R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
[oota-llvm.git] / lib / Target / R600 / AMDILBase.td
index c12cedcf7fd52e4286e43e91d28ea672dbf1961f..e2211106f3f33a17a60636691d34e506f70210ba 100644 (file)
@@ -74,6 +74,10 @@ def FeatureR600ALUInst : SubtargetFeature<"R600ALUInst",
         "false",
         "Older version of ALU instructions encoding.">;
 
+def FeatureVertexCache : SubtargetFeature<"HasVertexCache",
+        "HasVertexCache",
+        "true",
+        "Specify use of dedicated vertex cache.">;
 
 //===----------------------------------------------------------------------===//
 // Register File, Calling Conv, Instruction Descriptions