Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2958 unsigned VectorBitsMin = Subtarget.getRealMinVLen(); in computeVLMAXBounds() local
2960 RISCVTargetLowering::computeVLMAX(VectorBitsMin, EltSize, MinSize); in computeVLMAXBounds()
9907 const unsigned VectorBitsMin = Subtarget.getRealMinVLen(); in getSmallestVTForIndex() local
9908 const unsigned MinVLMAX = VectorBitsMin / EltSize; in getSmallestVTForIndex()