Lines Matching full:reduction
9 // This pass looks for add instructions used by a horizontal reduction to see
31 #define DEBUG_TYPE "x86-partial-reduction"
51 return "X86 Partial Reduction";
67 "X86 Partial Reduction", false, false)
353 // a horizontal reduction. Return the input to the reduction if we find one.
369 // Ensure the reduction size is a power of 2.
432 // reduction. Root is the Value that is used by the horizontal reduction.
521 // First find a reduction tree.