Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h258 constexpr LeafTy multiplyCoefficientBy(ScalarTy RHS) const { in multiplyCoefficientBy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h256 return scalarOrVector(getElementCount().multiplyCoefficientBy(Factor), in multiplyElements()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp427 DstTy.changeElementCount(DstTy.getElementCount().multiplyCoefficientBy(2)) in applyCombineMulCMLT()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp695 ElementCount NumElements = BestVF.multiplyCoefficientBy(BestUF); in optimizeForVFAndUF()
H A DLoopVectorize.cpp920 return B.CreateElementCount(Ty, VF.multiplyCoefficientBy(Step)); in createStepForVF()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1187 ElementCount Mul = OrigTy.getElementCount().multiplyCoefficientBy( in getLCMType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4876 VecContainerVT.getVectorElementCount().multiplyCoefficientBy(2)); in getWideningInterleave()
4882 VecVT.getVectorElementCount().multiplyCoefficientBy(2)); in getWideningInterleave()
10482 VecVT.getVectorElementCount().multiplyCoefficientBy(2)); in lowerVECTOR_DEINTERLEAVE()
10568 VecVT.getVectorElementCount().multiplyCoefficientBy(2)); in lowerVECTOR_INTERLEAVE()