Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp129 return MaxVectorSizeInBits / RISCV::RVVBitsPerBlock; in getMaxVScale()
H A DRISCVISelLowering.h564 static constexpr unsigned RVVBitsPerBlock = 64; variable
H A DRISCVISelLowering.cpp1235 divideCeil(VT.getVectorNumElements(), MinVLen / RISCV::RVVBitsPerBlock); in getContainerForFixedLengthVector()
2093 assert(RISCV::RVVBitsPerBlock == 64 && "Unexpected bits per block!"); in LowerOperation()
3485 RISCV::RVVBitsPerBlock / VT.getVectorElementType().getSizeInBits()); in getLMUL1VT()
3982 MaxVLMAX = ((VectorBitsMax / EltSize) * MinSize) / RISCV::RVVBitsPerBlock; in lowerVECTOR_REVERSE()
3996 if (MinSize == (8 * RISCV::RVVBitsPerBlock)) { in lowerVECTOR_REVERSE()