Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DIVDescriptors.h245 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() function
/src/contrib/llvm-project/llvm/lib/Target/RISCV/ !
H A DRISCVTargetTransformInfo.h309 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ !
H A DLoopVectorize.cpp4769 RdxDesc.getRecurrenceType()->getScalarSizeInBits())); in getSmallestAndWidestTypes()
4807 RdxDesc.getRecurrenceType(), in collectElementTypesForWidening()
4810 T = RdxDesc.getRecurrenceType(); in collectElementTypesForWidening()
5839 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost()
5850 RdxDesc.getOpcode(), IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, in getReductionPatternCost()
5884 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost()
5903 true, RdxDesc.getRecurrenceType(), VectorTy, CostKind); in getReductionPatternCost()
6742 if (RdxDesc.getRecurrenceType() != Phi->getType()) in collectInLoopReductions()
9011 if (MinVF.isVector() && PhiTy != RdxDesc.getRecurrenceType() && in adjustRecipesForReductions()
9015 Type *RdxTy = RdxDesc.getRecurrenceType(); in adjustRecipesForReductions()
H A DVPlanRecipes.cpp568 if (State.VF.isVector() && PhiTy != RdxDesc.getRecurrenceType()) { in generatePerPart()
569 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), State.VF); in generatePerPart()
604 if (PhiTy != RdxDesc.getRecurrenceType()) in generatePerPart()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64TargetTransformInfo.cpp3788 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()