|
clang 22.0.0git
|
#include "clang/Support/RISCVVIntrinsicUtils.h"
Public Member Functions | |
| LMULType (int Log2LMUL) | |
| std::string | str () const |
| std::optional< unsigned > | getScale (unsigned ElementBitwidth) const |
| void | MulLog2LMUL (int Log2LMUL) |
Public Attributes | |
| int | Log2LMUL |
Definition at line 236 of file RISCVVIntrinsicUtils.h.
| clang::RISCV::LMULType::LMULType | ( | int | Log2LMUL | ) |
Definition at line 33 of file RISCVVIntrinsicUtils.cpp.
References Log2LMUL.
Definition at line 45 of file RISCVVIntrinsicUtils.cpp.
References Log2LMUL.
| void clang::RISCV::LMULType::MulLog2LMUL | ( | int | Log2LMUL | ) |
Definition at line 69 of file RISCVVIntrinsicUtils.cpp.
References Log2LMUL.
| std::string clang::RISCV::LMULType::str | ( | ) | const |
Definition at line 39 of file RISCVVIntrinsicUtils.cpp.
References Log2LMUL.
| int clang::RISCV::LMULType::Log2LMUL |
Definition at line 237 of file RISCVVIntrinsicUtils.h.
Referenced by getScale(), LMULType(), MulLog2LMUL(), and str().