Home
last modified time | relevance | path

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

/src/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()
667 if (!isMinMaxRecurrenceKind(Kind)) in isMinMaxPattern()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h233 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1107 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()
1142 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1738 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in execute()
1781 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in execute()
2584 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK) || in execute()
H A DLoopVectorize.cpp5782 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK)) { in getReductionPatternCost()
8887 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()
H A DSLPVectorizer.cpp16677 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()