Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h158 unsigned getMaxRVVVectorSizeInBits() const;
H A DRISCVSubtarget.cpp108 unsigned RISCVSubtarget::getMaxRVVVectorSizeInBits() const { in getMaxRVVVectorSizeInBits() function in RISCVSubtarget
H A DRISCVTargetTransformInfo.cpp127 unsigned MaxVectorSizeInBits = ST->getMaxRVVVectorSizeInBits(); in getMaxVScale()
H A DRISCVISelLowering.cpp4215 unsigned VectorBitsMax = Subtarget.getMaxRVVVectorSizeInBits(); in lowerVECTOR_REVERSE()