Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h246 return scalarOrVector(getElementCount().multiplyCoefficientBy(Factor), in multiplyElements()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h243 constexpr LeafTy multiplyCoefficientBy(ScalarTy RHS) const { in multiplyCoefficientBy() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4553 VecContainerVT.getVectorElementCount().multiplyCoefficientBy(2)); in getWideningInterleave()
4559 VecVT.getVectorElementCount().multiplyCoefficientBy(2)); in getWideningInterleave()
9720 VecVT.getVectorElementCount().multiplyCoefficientBy(2)); in lowerVECTOR_DEINTERLEAVE()
9806 VecVT.getVectorElementCount().multiplyCoefficientBy(2)); in lowerVECTOR_INTERLEAVE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1003 return B.CreateElementCount(Ty, VF.multiplyCoefficientBy(Step)); in createStepForVF()