Home
last modified time | relevance | path

Searched refs:matchAssociativeReduction (Results 1 – 3 of 3) 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 __anon908bc41f1f11::HorizontalReduction
7119 if (HorRdx.matchAssociativeReduction(P, Inst)) { in tryToVectorizeHorReductionOrInstOperands()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6852 bool matchAssociativeReduction(PHINode *Phi, Instruction *B) { in matchAssociativeReduction() function in __anona50613ab2411::HorizontalReduction
7504 if (HorRdx.matchAssociativeReduction(P, Inst)) { in tryToVectorizeHorReductionOrInstOperands()