[HLSL][SPIRV] Add option to add all KHR extensions (#145536)
In DXC, there is an option to enable all KHR extension. This is added by
passing the KHR option to the SPIR-V backend, which will enable all of
the appropriate extensions.
Part of https://github.com/llvm/llvm-project/issues/137650.