Home
last modified time | relevance | path

Searched refs:getRecurrenceIdentity (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h398 LLVM_ABI Value *getRecurrenceIdentity(RecurKind K, Type *Tp, FastMathFlags FMF);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1288 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 DVPlanRecipes.cpp2503 Value *Start = getRecurrenceIdentity(Kind, ElementTy, getFastMathFlags()); in execute()
H A DLoopVectorize.cpp9280 getRecurrenceIdentity(RK, PhiTy, RdxDesc.getFastMathFlags())); in adjustRecipesForReductions()