Describes the type of Instruction Set Architecture
Declared in <llvm/IR/VFABIDemangler.h>
enum class VFISAKind : int;
| Name | Description |
|---|---|
AdvancedSIMD | AArch64 Advanced SIMD (NEON) |
SVE | AArch64 Scalable Vector Extension |
RVV | RISC-V Vector Extension |
SSE | x86 SSE |
AVX | x86 AVX |
AVX2 | x86 AVX2 |
AVX512 | x86 AVX512 |
LLVM | LLVM internal ISA for functions that are not attached to an existing ABI via name mangling. |
Unknown | Unknown ISA |