Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8289 unsigned ReductionOpcode = Reduction->getOpcode(); in tryToCreatePartialReduction() local
8290 if (ReductionOpcode == Instruction::Sub) { in tryToCreatePartialReduction()
8297 ReductionOpcode = Instruction::Add; in tryToCreatePartialReduction()
8302 assert((ReductionOpcode == Instruction::Add || in tryToCreatePartialReduction()
8303 ReductionOpcode == Instruction::Sub) && in tryToCreatePartialReduction()
8311 return new VPPartialReductionRecipe(ReductionOpcode, Accumulator, BinOp, Cond, in tryToCreatePartialReduction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6108 auto ReductionOpcode = [](unsigned Opcode) { in visitIMINMAX() local
6122 if (SDValue SD = reassociateReduction(ReductionOpcode(Opcode), Opcode, in visitIMINMAX()