Searched refs:getRecurrenceType (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 245 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() function
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 309 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4769 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 D | VPlanRecipes.cpp | 568 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 D | AArch64TargetTransformInfo.cpp | 3788 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
|