Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14298 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction()
14302 for (int I = getFirstOperandIndex(TreeN), in matchAssociativeReduction()
14303 End = getNumberOfOperands(TreeN); in matchAssociativeReduction()
14305 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction()
14306 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
14375 Instruction *TreeN = Worklist.pop_back_val(); in matchAssociativeReduction() local
14379 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
14383 addReductionOps(TreeN); in matchAssociativeReduction()
14387 ExtraArgs[TreeN] = Args.front(); in matchAssociativeReduction()
14403 std::tie(Key, Idx) = generateKeySubkey(TreeN, &TLI, GenerateLoadsSubkey, in matchAssociativeReduction()
[all …]