[RISCV][NFC] Rename variables in rvv intrinsics related files.
authorZakk Chen <zakk.chen@sifive.com>
Mon, 30 May 2022 05:31:12 +0000 (22:31 -0700)
committerZakk Chen <zakk.chen@sifive.com>
Wed, 1 Jun 2022 00:43:01 +0000 (17:43 -0700)
commit79e3d57f52284c7d911724ef6298f765c747c20d
tree8869fdcd94f013bdf2283053c3c2adbf7fb9e03c
parent98e142cd4fa4bc2371ea483ba2c82f88f99a5cf3
[RISCV][NFC] Rename variables in rvv intrinsics related files.

This patch does the same thing as D125886 did.

- Use `Overloaded` rather than `Mangled`.
- Use `Prototype` or `Desc` rather than `Seq`, it's not just a string
sequence.

Reviewed By: fakepaper56

Differential Revision: https://reviews.llvm.org/D126634
clang/include/clang/Basic/riscv_vector.td
clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Support/RISCVVIntrinsicUtils.cpp
clang/utils/TableGen/RISCVVEmitter.cpp