Separating between scalar intrinsics and vector intrinsics.
Bug description:
Clang lowers the rcp14_sd,rcp14_ss,rcqrt14_sd and rcqrt14_ss to a wrong instruction. This patch fixes this problem by adding new SDnode name. By that LLVM distinguishes between the two intrinsics.