Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h245 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h276 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp432 if (State.VF.isVector() && PhiTy != RdxDesc.getRecurrenceType()) { in generateInstruction()
433 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), State.VF); in generateInstruction()
469 if (PhiTy != RdxDesc.getRecurrenceType()) in generateInstruction()
H A DLoopVectorize.cpp5276 RdxDesc.getRecurrenceType()->getScalarSizeInBits())); in getSmallestAndWidestTypes()
5314 RdxDesc.getRecurrenceType(), in collectElementTypesForWidening()
5317 T = RdxDesc.getRecurrenceType(); in collectElementTypesForWidening()
6327 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost()
6338 RdxDesc.getOpcode(), IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, in getReductionPatternCost()
6372 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost()
6391 true, RdxDesc.getRecurrenceType(), VectorTy, CostKind); in getReductionPatternCost()
7235 if (RdxDesc.getRecurrenceType() != Phi->getType()) in collectInLoopReductions()
9155 if (MinVF.isVector() && PhiTy != RdxDesc.getRecurrenceType()) { in adjustRecipesForReductions()
9157 Type *RdxTy = RdxDesc.getRecurrenceType(); in adjustRecipesForReductions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3514 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()