Searched refs:getReductionValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4262 static Value *getReductionValue(const DominatorTree *DT, PHINode *P, in getReductionValue() function 4399 Value *Rdx = getReductionValue(DT, P, BB, LI); in vectorizeChainsInBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 7032 static Value *getReductionValue(const DominatorTree *DT, PHINode *P, in getReductionValue() function 7331 if (vectorizeRootInstruction(P, getReductionValue(DT, P, BB, LI), BB, R, in vectorizeChainsInBlock()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 7416 static Value *getReductionValue(const DominatorTree *DT, PHINode *P, in getReductionValue() function 7739 if (vectorizeRootInstruction(P, getReductionValue(DT, P, BB, LI), BB, R, in vectorizeChainsInBlock()
|