Searched refs:normalizedOperands (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | TilingInterfaceImpl.cpp | 110 SmallVector<Value> normalizedOperands(operands.begin(), operands.end()); in getResultTilePosition() local 111 mlir::fullyComposeAffineMapAndOperands(&map, &normalizedOperands); in getResultTilePosition() 112 canonicalizeMapAndOperands(&map, &normalizedOperands); in getResultTilePosition() 113 return builder.createOrFold<AffineApplyOp>(loc, map, normalizedOperands); in getResultTilePosition()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 793 SmallVector<Value> normalizedOperands(operands.begin(), operands.end()); in fullyComposeAndAffineApply() local 794 mlir::fullyComposeAffineMapAndOperands(&map, &normalizedOperands); in fullyComposeAndAffineApply() 795 canonicalizeMapAndOperands(&map, &normalizedOperands); in fullyComposeAndAffineApply() 796 return b.createOrFold<AffineApplyOp>(loc, map, normalizedOperands); in fullyComposeAndAffineApply()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 780 SmallVector<Value, 8> normalizedOperands(operands.begin(), operands.end()); in makeComposedAffineApply() local 781 composeAffineMapAndOperands(&normalizedMap, &normalizedOperands); in makeComposedAffineApply() 783 return b.create<AffineApplyOp>(loc, normalizedMap, normalizedOperands); in makeComposedAffineApply()
|