Searched refs:isMinMaxRecurrenceKind (Results 1 – 6 of 6) sorted by relevance
275 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()
233 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
1107 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()1142 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
1738 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in execute()1781 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in execute()2584 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK) || in execute()
5782 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK)) { in getReductionPatternCost()8887 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()
16677 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()