Home
last modified time | relevance | path

Searched refs:Log2LMUL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp35 int Log2LMUL; member
36 LMULType(int Log2LMUL);
40 void MulLog2LMUL(int Log2LMUL);
77 RVVType(BasicType BT, int Log2LMUL, StringRef prototype);
225 std::string getSuffixStr(char Type, int Log2LMUL, StringRef Prototypes);
234 Optional<RVVTypes> computeTypes(BasicType BT, int Log2LMUL,
236 Optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL, StringRef Proto);
262 Log2LMUL = NewLog2LMUL; in LMULType()
266 if (Log2LMUL < 0) in str()
267 return "mf" + utostr(1ULL << (-Log2LMUL)); in str()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Driscv_vector.td26 // use the Log2LMUL [0, 1, 2, 3, -1, -2, -3] to represent the LMUL.
98 // (SFixedLog2LMUL:Value): Smaller Fixed Log2LMUL. Given a vector type (SEW
102 // (LFixedLog2LMUL:Value): Larger Fixed Log2LMUL. Given a vector type (SEW
180 list<int> Log2LMUL = [0, 1, 2, 3, -1, -2, -3];
307 let Log2LMUL = [-3, -2, -1, 0, 1, 2] in {
370 let HasMaskedOffOperand = false, Log2LMUL = [-1, 0, 1, 2] in {
484 let Log2LMUL = [-3, -2, -1, 0, 1, 2],
500 let Log2LMUL = [-3, -2, -1, 0, 1, 2],
981 Log2LMUL = [0],
1127 let Log2LMUL = [-3, -2, -1, 0, 1, 2] in {
[all …]