/external/llvm-project/mlir/lib/CAPI/IR/ |
D | AffineExpr.cpp | 100 return wrap(getAffineBinaryOpExpr(mlir::AffineExprKind::Add, unwrap(lhs), in mlirAffineAddExprGet() 113 return wrap(getAffineBinaryOpExpr(mlir::AffineExprKind::Mul, unwrap(lhs), in mlirAffineMulExprGet() 126 return wrap(getAffineBinaryOpExpr(mlir::AffineExprKind::Mod, unwrap(lhs), in mlirAffineModExprGet() 140 return wrap(getAffineBinaryOpExpr(mlir::AffineExprKind::FloorDiv, unwrap(lhs), in mlirAffineFloorDivExprGet() 154 return wrap(getAffineBinaryOpExpr(mlir::AffineExprKind::CeilDiv, unwrap(lhs), in mlirAffineCeilDivExprGet()
|
/external/llvm-project/mlir/lib/Parser/ |
D | AffineParser.cpp | 81 AffineExpr getAffineBinaryOpExpr(AffineHighPrecOp op, AffineExpr lhs, 83 AffineExpr getAffineBinaryOpExpr(AffineLowPrecOp op, AffineExpr lhs, 103 AffineExpr AffineParser::getAffineBinaryOpExpr(AffineHighPrecOp op, in getAffineBinaryOpExpr() function in AffineParser 144 AffineExpr AffineParser::getAffineBinaryOpExpr(AffineLowPrecOp op, in getAffineBinaryOpExpr() function in AffineParser 214 AffineExpr expr = getAffineBinaryOpExpr(llhsOp, llhs, lhs, opLoc); in parseAffineHighPrecOpExpr() 225 return getAffineBinaryOpExpr(llhsOp, llhs, lhs, llhsOpLoc); in parseAffineHighPrecOpExpr() 405 AffineExpr sum = getAffineBinaryOpExpr(llhsOp, llhs, lhs); in parseAffineLowPrecOpExpr() 422 llhs ? getAffineBinaryOpExpr(llhsOp, llhs, highRes) : highRes; in parseAffineLowPrecOpExpr() 432 return getAffineBinaryOpExpr(llhsOp, llhs, lhs); in parseAffineLowPrecOpExpr()
|
/external/llvm-project/mlir/lib/IR/ |
D | AffineExpr.cpp | 43 AffineExpr mlir::getAffineBinaryOpExpr(AffineExprKind kind, AffineExpr lhs, in getAffineBinaryOpExpr() function in mlir 90 return getAffineBinaryOpExpr(getKind(), newLHS, newRHS); in replaceDimsAndSymbols() 123 return getAffineBinaryOpExpr(getKind(), newLHS, newRHS); in replace() 364 return getAffineBinaryOpExpr( in symbolicDivide() 371 return getAffineBinaryOpExpr( in symbolicDivide() 389 return getAffineBinaryOpExpr( in symbolicDivide() 412 return getAffineBinaryOpExpr(expr.getKind(), in simplifySemiAffine() 430 return getAffineBinaryOpExpr(expr.getKind(), sLHS, sRHS); in simplifySemiAffine() 433 return getAffineBinaryOpExpr(expr.getKind(), sLHS, sRHS); in simplifySemiAffine() 545 return getAffineBinaryOpExpr( in simplifyAdd()
|
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
D | mlir-linalg-ods-gen.cpp | 474 AffineExpr getAffineBinaryOpExpr(AffineHighPrecOp op, AffineExpr lhs, 476 AffineExpr getAffineBinaryOpExpr(AffineLowPrecOp op, AffineExpr lhs, 493 AffineExpr AffineParser::getAffineBinaryOpExpr(AffineHighPrecOp op, in getAffineBinaryOpExpr() function in AffineParser 535 AffineExpr AffineParser::getAffineBinaryOpExpr(AffineLowPrecOp op, in getAffineBinaryOpExpr() function in AffineParser 605 AffineExpr expr = getAffineBinaryOpExpr(llhsOp, llhs, lhs, opLoc); in parseAffineHighPrecOpExpr() 616 return getAffineBinaryOpExpr(llhsOp, llhs, lhs, llhsOpLoc); in parseAffineHighPrecOpExpr() 765 AffineExpr sum = getAffineBinaryOpExpr(llhsOp, llhs, lhs); in parseAffineLowPrecOpExpr() 782 llhs ? getAffineBinaryOpExpr(llhsOp, llhs, highRes) : highRes; in parseAffineLowPrecOpExpr() 792 return getAffineBinaryOpExpr(llhsOp, llhs, lhs); in parseAffineLowPrecOpExpr()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Transforms.cpp | 367 return getAffineBinaryOpExpr( in substWithMin() 370 return getAffineBinaryOpExpr( in substWithMin() 372 return getAffineBinaryOpExpr( in substWithMin()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | AffineExpr.h | 233 AffineExpr getAffineBinaryOpExpr(AffineExprKind kind, AffineExpr lhs,
|
/external/llvm-project/mlir/lib/Dialect/SDBM/ |
D | SDBMExpr.cpp | 287 return getAffineBinaryOpExpr(AffineExprKind::Mul, in getAsAffineExpr()
|