Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/
H A DArithmetic.h124 Value getReductionOp(AtomicRMWKind op, OpBuilder &builder, Location loc,
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp252 Value reductionResult = arith::getReductionOp( in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1367 arith::getReductionOp(reductions[i].kind, state.builder, in vectorizeAffineForOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp2008 Value mlir::arith::getReductionOp(AtomicRMWKind op, OpBuilder &builder, in getReductionOp() function in mlir::arith
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1375 lhs = arith::getReductionOp(reduction.kind, builder, loc, lhs, rhs); in loopUnrollJamByFactor()