Searched refs:Log2EEW (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 479 uint32_t Log2EEW; in parsePrototypeDescriptor() local 480 if (ComplexTT.second.getAsInteger(10, Log2EEW)) { in parsePrototypeDescriptor() 484 switch (Log2EEW) { in parsePrototypeDescriptor() 874 void RVVType::applyLog2EEW(unsigned Log2EEW) { in applyLog2EEW() argument 876 LMUL.MulLog2LMUL(Log2EEW - Log2_32(ElementBitwidth)); in applyLog2EEW() 878 ElementBitwidth = 1 << Log2EEW; in applyLog2EEW()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 339 void applyLog2EEW(unsigned Log2EEW);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 18 defvar EEWList = [["8", "(Log2EEW:3)"], 19 ["16", "(Log2EEW:4)"], 20 ["32", "(Log2EEW:5)"], 21 ["64", "(Log2EEW:6)"]]; 130 defvar eew64_type = "(Log2EEW:6)"; 237 defvar eew64_type = "(Log2EEW:6)"; 2264 [["vv", "v", "vv(Log2EEW:4)Uv"]]>; 2271 [["vv", "Uv", "UvUv(Log2EEW:4)Uv"]]>;
|