Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4019 bool IsReducedValue = TreeN->getOpcode() != ReductionOpcode; in matchAssociativeReduction() local
4031 if (EdgeToVist == 2 || IsReducedValue) { in matchAssociativeReduction()
4032 if (IsReducedValue) { in matchAssociativeReduction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6601 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction() local
6604 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()
6605 if (IsReducedValue) in matchAssociativeReduction()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6894 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction() local
6897 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()
6898 if (IsReducedValue) in matchAssociativeReduction()