Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVDescriptors.h245 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h309 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.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()
HDVPlanRecipes.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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp3788 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()