Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h66 ST->hasStdExtV() ? ST->getMinRVVVectorSizeInBits() : 0); in getRegisterBitWidth()
69 ST->hasStdExtV() ? ST->getMinRVVVectorSizeInBits() : 0); in getRegisterBitWidth()
104 if (isa<FixedVectorType>(DataType) && ST->getMinRVVVectorSizeInBits() == 0) in isLegalMaskedLoadStore()
126 if (isa<FixedVectorType>(DataType) && ST->getMinRVVVectorSizeInBits() == 0) in isLegalMaskedGatherScatter()
H A DRISCVSubtarget.cpp123 unsigned RISCVSubtarget::getMinRVVVectorSizeInBits() const { in getMinRVVVectorSizeInBits() function in RISCVSubtarget
149 return hasStdExtV() && getMinRVVVectorSizeInBits() != 0; in useRVVForFixedLengthVectors()
H A DRISCVSubtarget.h159 unsigned getMinRVVVectorSizeInBits() const;
H A DRISCVISelLowering.cpp1222 unsigned MinVLen = Subtarget.getMinRVVVectorSizeInBits(); in useRVVForFixedLengthVectorVT()
1279 unsigned MinVLen = Subtarget.getMinRVVVectorSizeInBits(); in getContainerForFixedLengthVector()