Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4052 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local
4055 if (isa<BinaryOperator>(NextV) || isa<SelectInst>(NextV)) in matchAssociativeReduction()
4056 Stack.push_back(std::make_pair(cast<Instruction>(NextV), 0)); in matchAssociativeReduction()
4057 else if (NextV != Phi) in matchAssociativeReduction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6630 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local
6631 if (NextV != Phi) { in matchAssociativeReduction()
6632 auto *I = dyn_cast<Instruction>(NextV); in matchAssociativeReduction()
6681 markExtraArg(Stack.back(), NextV); in matchAssociativeReduction()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6923 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local
6924 if (NextV != Phi) { in matchAssociativeReduction()
6925 auto *I = dyn_cast<Instruction>(NextV); in matchAssociativeReduction()
6974 markExtraArg(Stack.back(), NextV); in matchAssociativeReduction()