Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp278 if (!isMinMaxRecurrenceKind(Kind)) in AddReductionVar()
414 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
508 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2 && in AddReductionVar()
672 if (!isMinMaxRecurrenceKind(Kind)) in isMinMaxPattern()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h233 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp935 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()
976 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1208 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK) || in execute()
H A DLoopVectorize.cpp8849 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in buildVPlanWithVPRecipes()
9244 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()
9288 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()
9630 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in execute()
H A DSLPVectorizer.cpp11863 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()