Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp275 if (!isMinMaxRecurrenceKind(Kind)) in AddReductionVar()
411 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
504 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2 && in AddReductionVar()
668 if (!isMinMaxRecurrenceKind(Kind)) in isMinMaxPattern()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h233 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1006 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()
1047 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1746 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK) || in execute()
H A DLoopVectorize.cpp9068 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()
9395 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in execute()
H A DSLPVectorizer.cpp13952 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()