Home
last modified time | relevance | path

Searched refs:Log2EEW (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp435 uint32_t Log2EEW; in parsePrototypeDescriptor() local
436 if (ComplexTT.second.getAsInteger(10, Log2EEW)) { in parsePrototypeDescriptor()
440 switch (Log2EEW) { in parsePrototypeDescriptor()
747 void RVVType::applyLog2EEW(unsigned Log2EEW) { in applyLog2EEW() argument
749 LMUL.MulLog2LMUL(Log2EEW - Log2_32(ElementBitwidth)); in applyLog2EEW()
751 ElementBitwidth = 1 << Log2EEW; in applyLog2EEW()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Driscv_vector.td88 // (Log2EEW:Value): Log2EEW value could be 3/4/5/6 (8/16/32/64), given a
92 // (SEW=16, LMUL=4) and Log2EEW is 3 (EEW=8), and then equivalent vector
607 defvar EEWList = [["8", "(Log2EEW:3)"],
608 ["16", "(Log2EEW:4)"],
609 ["32", "(Log2EEW:5)"],
610 ["64", "(Log2EEW:6)"]];
717 defvar eew64_type = "(Log2EEW:6)";
822 defvar eew64_type = "(Log2EEW:6)";
2227 [["vv", "v", "vv(Log2EEW:4)Uv"]]>;
2234 [["vv", "Uv", "UvUv(Log2EEW:4)Uv"]]>;
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h312 void applyLog2EEW(unsigned Log2EEW);