Added an extra llvm.amdgcn.mov.dpp.wqm intrinsic (based on the non-wqm version)
that enables WQM.
This is required for shaders to implement functions such as dpdx using dpp.
Added some simple tests based on mov.dpp intrinsic tests, plus a new dpdx
function style test.
It would be better to structure this similarly to how the other WQM mode instructions are already handled. This is adding another encoded instruction which we don't want.