Searched refs:isMinMaxRecurrenceKind (Results 1 – 6 of 6) sorted by relevance
277 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()
261 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
1132 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()1167 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
811 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()
5376 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()
21767 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()