Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h425 HorizontalReduction = 1 << 22, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp121 return (Flags & ARMII::HorizontalReduction) != 0;
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16658 class HorizontalReduction {
16972 HorizontalReduction() = default;
16978 RdxKind = HorizontalReduction::getRdxKind(Root);
18030 return HorizontalReduction::getRdxKind(V);
18209 Root->getOperand(HorizontalReduction::getFirstOperandIndex(Root));
18211 Root->getOperand(HorizontalReduction::getFirstOperandIndex(Root) + 1);
18250 HorizontalReduction::getRdxKind(Root) != RecurKind::None)
18276 HorizontalReduction HorRdx;
13933 class HorizontalReduction { global() class