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