Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15495 static RecurKind getRdxKind(Value *V);
15694 if (!RecurrenceDescriptor::isIntMinMaxRecurrenceKind(::getRdxKind(V))) { in computeMinimumValueSizes()
16677 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()
16716 if (getRdxKind(I) == RecurKind::Or && isa<SelectInst>(I) && Index == 1) in getRdxOperand()
16809 static RecurKind getRdxKind(Value *V) { in getRdxKind() function in __anon07b2d77415711::HorizontalReduction
16978 RdxKind = HorizontalReduction::getRdxKind(Root); in matchAssociativeReduction()
17023 if (!EdgeInst || getRdxKind(EdgeInst) != RdxKind || in matchAssociativeReduction()
18029 static RecurKind getRdxKind(Value *V) { in getRdxKind() function
18030 return HorizontalReduction::getRdxKind(V); in getRdxKind()
18250 HorizontalReduction::getRdxKind(Roo in vectorizeHorReduction()
[all...]