Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h302 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h361 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4535 RdxDesc.getRecurrenceType()->getScalarSizeInBits())); in getSmallestAndWidestTypes()
4537 RdxDesc.getRecurrenceType()->getScalarSizeInBits()); in getSmallestAndWidestTypes()
4575 RdxDesc.getRecurrenceType())) in collectElementTypesForWidening()
4577 T = RdxDesc.getRecurrenceType(); in collectElementTypesForWidening()
5433 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost()
5444 RdxDesc.getOpcode(), IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, in getReductionPatternCost()
5478 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost()
5497 true, RdxDesc.getRecurrenceType(), VectorTy, CostKind); in getReductionPatternCost()
6536 if (RdxDesc.getRecurrenceType() != Phi->getType()) in collectInLoopReductions()
9199 if (MinVF.isVector() && PhiTy != RdxDesc.getRecurrenceType() && in adjustRecipesForReductions()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5090 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()