Implement analysis to set the module-level flag `Max64UAVs`. This flag is named `m_b64UAVs` in `dxc` Set if number of UAVs used is > 8 - see [here](https://github.com/microsoft/DirectXShaderCompiler/blob/a023a95f73618e8ca1791147d3722a3e1ea7608f/lib/DXIL/DxilModule.cpp#L328). This flag is set in the resulting DML Shader compilation. AC: Add tests to verify the flag is set.