R600: Add new intrinsic to read work dimensions
[oota-llvm.git] / lib / Target / R600 / AMDGPUMachineFunction.h
index 886fb1b1fc3383db7431adb474a3a2539a4ae751..f5e4694e76f6ff854473751305d954bd71f8b428 100644 (file)
@@ -30,6 +30,9 @@ public:
   /// Number of bytes in the LDS that are being used.
   unsigned LDSSize;
 
+  /// Start of implicit kernel args
+  unsigned ABIArgOffset;
+
   unsigned getShaderType() const {
     return ShaderType;
   }