This commit adds prefix for intrinsics that are defined through
HeaderCode under riscv_vector.td.
This is the 1st commit of a patch-set to add __riscv_ for all RVV
intrinsics.
This follows the naming guideline under riscv-c-api-doc to add the
__riscv_ suffix for all RVV intrinsics.
Pull Request:
riscv-non-isa/riscv-c-api-doc#31
riscv-non-isa/rvv-intrinsic-doc#189
Depends on D142016.
Not related to this patch, but this enum should probably be using double underscores for its names.