[RISCV][NFC] Rename variable in RISCVVEmitter.cpp
authorKito Cheng <kito.cheng@sifive.com>
Wed, 18 May 2022 15:14:18 +0000 (23:14 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Wed, 18 May 2022 15:14:29 +0000 (23:14 +0800)
commit1467e01f8f699fa2a69937dd07e51325ba71a93b
tree0013c79760a40be331b7b96591392f4331a3191e
parentfc0229fd6bfd1fb57409c284de5e5a8ac7349b69
[RISCV][NFC] Rename variable in RISCVVEmitter.cpp

- Use `Overloaded` rather than `Mangled`.
- Use `Prototype` or `Desc` rather than `Seq`, it's not just a string sequence.
  - `Prototype` for those PrototypeDescriptor will used to evaluate as argument type.
  - `Desc` for those PrototypeDescriptor will used to evaluate as part of function name.

Reviewed By: khchen

Differential Revision: https://reviews.llvm.org/D125886
clang/utils/TableGen/RISCVVEmitter.cpp