Searched refs:TreeN (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 17004 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction() 17008 for (int I : reverse(seq<int>(getFirstOperandIndex(TreeN), in matchAssociativeReduction() 17009 getNumberOfOperands(TreeN)))) { in matchAssociativeReduction() 17010 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() 17011 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction() 17077 Instruction *TreeN = Worklist.pop_back_val(); in matchAssociativeReduction() local 17081 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction() 17085 addReductionOps(TreeN); in matchAssociativeReduction() 17089 ExtraArgs[TreeN] = Args.front(); in matchAssociativeReduction() 17105 std::tie(Key, Idx) = generateKeySubkey(TreeN, &TLI, GenerateLoadsSubkey, in matchAssociativeReduction() [all …]
|