Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8961 unsigned LMul1VF = RISCV::RVVBitsPerBlock / ElementWidth; in lowerGetVectorLength()
8967 assert(VF >= MinVF && VF <= (LMul1VF * 8) && isPowerOf2_32(VF) && in lowerGetVectorLength()
8970 bool Fractional = VF < LMul1VF; in lowerGetVectorLength()
8971 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; in lowerGetVectorLength()
8959 unsigned LMul1VF = RISCV::RVVBitsPerBlock / ElementWidth; lowerGetVectorLength() local