Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp35 static cl::opt<unsigned> RVVVectorLMULMax( variable
161 assert(RVVVectorLMULMax <= 8 && isPowerOf2_32(RVVVectorLMULMax) && in getMaxLMULForFixedLengthVectors()
164 std::max<unsigned>(std::min<unsigned>(RVVVectorLMULMax, 8), 1)); in getMaxLMULForFixedLengthVectors()
H A DRISCVSubtarget.h77 unsigned RVVVectorLMULMax, const TargetMachine &TM);