Searched refs:getRecurrenceIdentity (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 398 LLVM_ABI Value *getRecurrenceIdentity(RecurKind K, Type *Tp, FastMathFlags FMF);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1288 Value *llvm::getRecurrenceIdentity(RecurKind K, Type *Tp, FastMathFlags FMF) { in getRecurrenceIdentity() function in llvm 1300 return getRecurrenceIdentity(RdxKind, SrcVecEltTy, in createSimpleReduction() 1342 Value *Iden = getRecurrenceIdentity(Kind, EltTy, Builder.getFastMathFlags()); in createSimpleReduction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 2503 Value *Start = getRecurrenceIdentity(Kind, ElementTy, getFastMathFlags()); in execute()
|
| H A D | LoopVectorize.cpp | 9280 getRecurrenceIdentity(RK, PhiTy, RdxDesc.getFastMathFlags())); in adjustRecipesForReductions()
|