llvm-project/clang/utils/TableGen
jacquesguan ba16e3c31f [RISCV] Decouple Zve* extensions and the V extension.
According to the spec, there are some difference between V and Zve64d. For example, the vmulh integer multiply variants that return the high word of the product (vmulh.vv, vmulh.vx, vmulhu.vv, vmulhu.vx, vmulhsu.vv, vmulhsu.vx) are not included for EEW=64 in Zve64*, but V extension does support these instructions. So we should decouple Zve* extensions and the V extension.

Differential Revision: https://reviews.llvm.org/D117854
2022-01-24 14:55:21 +08:00
..
ASTTableGen.cpp [NFC][clang]Inclusive language: remove remaining uses of sanity 2021-11-24 14:20:13 -05:00
ASTTableGen.h
CMakeLists.txt [Clang][RISCV] Add custom TableGen backend for riscv-vector intrinsics. 2021-03-10 18:43:43 -08:00
ClangASTNodesEmitter.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ClangASTPropertiesEmitter.cpp [clang] Use StringRef::contains (NFC) 2021-10-21 08:58:19 -07:00
ClangAttrEmitter.cpp [clang-tblgen] Fix non-determinism in generating AttributeReference.rst 2021-11-10 10:08:07 +07:00
ClangCommentCommandInfoEmitter.cpp Comment parsing: Complete list of Doxygen commands 2021-11-09 18:35:26 +01:00
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp Fix one round of implicit conversions found by g++5. 2020-01-29 01:52:48 +01:00
ClangCommentHTMLTagsEmitter.cpp Fix one round of implicit conversions found by g++5. 2020-01-29 01:52:48 +01:00
ClangDataCollectorsEmitter.cpp
ClangDiagnosticsEmitter.cpp [clang] Introduce support for disabling warnings in system macros 2022-01-12 08:18:19 +00:00
ClangOpcodesEmitter.cpp [Clang interpreter] Avoid storing pointers at unaligned locations 2021-07-28 16:03:41 +01:00
ClangOpenCLBuiltinEmitter.cpp [clang] Use llvm::{count,count_if,find_if,all_of,none_of} (NFC) 2021-10-25 09:14:45 -07:00
ClangOptionDocEmitter.cpp [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
ClangSACheckersEmitter.cpp [analyzer] Introduce weak dependencies to express *preferred* checker callback evaluation order 2020-06-12 14:08:38 +02:00
ClangSyntaxEmitter.cpp [Syntax] Tablegen Sequence classes. NFC 2020-11-11 16:29:19 +01:00
ClangTypeNodesEmitter.cpp
MveEmitter.cpp [clang] Remove redundant member initialization (NFC) 2022-01-12 22:12:01 -08:00
NeonEmitter.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
RISCVVEmitter.cpp [RISCV] Decouple Zve* extensions and the V extension. 2022-01-24 14:55:21 +08:00
SveEmitter.cpp [AArch64][SVE] Always use overloaded methods instead of preprocessor macro. 2021-04-13 21:12:53 +01:00
TableGen.cpp [AST][clangd] Expose documentation of Attrs on hover. 2021-08-12 21:16:37 +02:00
TableGenBackends.h [AST][clangd] Expose documentation of Attrs on hover. 2021-08-12 21:16:37 +02:00