Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h218 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp362 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()
439 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2) in AddReductionVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp964 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()
1003 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4755 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK)) { in widenPHIInstruction()
9028 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in buildVPlanWithVPRecipes()
9321 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForInLoopReductions()
9346 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForInLoopReductions()
9482 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in execute()