Searched refs:getRecurrenceType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 302 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 361 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4535 RdxDesc.getRecurrenceType()->getScalarSizeInBits())); in getSmallestAndWidestTypes() 4537 RdxDesc.getRecurrenceType()->getScalarSizeInBits()); in getSmallestAndWidestTypes() 4575 RdxDesc.getRecurrenceType())) in collectElementTypesForWidening() 4577 T = RdxDesc.getRecurrenceType(); in collectElementTypesForWidening() 5433 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost() 5444 RdxDesc.getOpcode(), IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, in getReductionPatternCost() 5478 IsUnsigned, RdxDesc.getRecurrenceType(), ExtType, CostKind); in getReductionPatternCost() 5497 true, RdxDesc.getRecurrenceType(), VectorTy, CostKind); in getReductionPatternCost() 6536 if (RdxDesc.getRecurrenceType() != Phi->getType()) in collectInLoopReductions() 9199 if (MinVF.isVector() && PhiTy != RdxDesc.getRecurrenceType() && in adjustRecipesForReductions() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 5090 Type *Ty = RdxDesc.getRecurrenceType(); in isLegalToVectorizeReduction()
|