Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp314 const unsigned VectorBitsMax = ST->getRealMaxVLen(); in getMaxVLFor() local
315 return RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in getMaxVLFor()
H A DRISCVISelLowering.cpp4740 unsigned VectorBitsMax = Subtarget.getRealMaxVLen(); in lowerVectorIntrinsicScalars() local
4742 RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in lowerVectorIntrinsicScalars()
5726 unsigned VectorBitsMax = Subtarget.getRealMaxVLen(); in lowerVECTOR_REVERSE() local
5728 RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in lowerVECTOR_REVERSE()