Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2660 unsigned VectorBitsMin = Subtarget.getRealMinVLen(); in computeVLMAXBounds() local
2662 RISCVTargetLowering::computeVLMAX(VectorBitsMin, EltSize, MinSize); in computeVLMAXBounds()
7884 const unsigned VectorBitsMin = Subtarget.getRealMinVLen(); in getSmallestVTForIndex() local
7885 const unsigned MinVLMAX = VectorBitsMin / EltSize; in getSmallestVTForIndex()