Home
last modified time | relevance | path

Searched refs:isMinMaxRecurrenceKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp277 if (!isMinMaxRecurrenceKind(Kind)) in AddReductionVar()
413 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
506 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2 && in AddReductionVar()
795 if (!isMinMaxRecurrenceKind(Kind)) in isMinMaxPattern()
1244 const bool IsMinMax = isMinMaxRecurrenceKind(Kind); in getReductionOpChain()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h261 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1132 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()
1167 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp811 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK)) in generate()
2525 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in execute()
2559 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in execute()
2587 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind)) { in computeCost()
H A DLoopVectorize.cpp5376 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK)) { in getReductionPatternCost()
9061 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()
9202 assert(!RecurrenceDescriptor::isMinMaxRecurrenceKind(RecurrenceKind) && in adjustRecipesForReductions()
9277 !RecurrenceDescriptor::isMinMaxRecurrenceKind(RK))) { in adjustRecipesForReductions()
H A DSLPVectorizer.cpp21767 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()