Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3970 bool matchAssociativeReduction(PHINode *Phi, BinaryOperator *B) { in matchAssociativeReduction() function in HorizontalReduction
4320 if (!HorRdx.matchAssociativeReduction(P, BI)) in canMatchHorizontalReduction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6559 bool matchAssociativeReduction(PHINode *Phi, Instruction *B) { in matchAssociativeReduction() function in __anonae696b3d1f11::HorizontalReduction
7119 if (HorRdx.matchAssociativeReduction(P, Inst)) { in tryToVectorizeHorReductionOrInstOperands()