[RISCV] Move instruction information into the RISCVII namespace (NFC)
authorEvandro Menezes <evandro.menezes@sifive.com>
Tue, 11 May 2021 17:17:26 +0000 (12:17 -0500)
committerEvandro Menezes <evandro.menezes@sifive.com>
Tue, 11 May 2021 21:32:42 +0000 (16:32 -0500)
commit3a64b7080d5033b3bd6f28fbac4a24d9490dc3c3
tree0e242d04f1064e07dc0a8d91cc586f4bbbbf9290
parent15565403722ec37d8b1a3ee8625ee2e8efcd96ee
[RISCV] Move instruction information into the RISCVII namespace (NFC)

Move instruction attributes into the `RISCVII` namespace and add associated helper functions.

Differential Revision: https://reviews.llvm.org/D102268
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVMCInstLower.cpp