Home
last modified time | relevance | path

Searched refs:composeMatchingMap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h229 LogicalResult composeMatchingMap(AffineMap other);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp452 return composeMatchingMap( in composeMap()
459 LogicalResult FlatAffineValueConstraints::composeMatchingMap(AffineMap other) { in composeMatchingMap() function in FlatAffineValueConstraints
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1777 if (failed(fac.composeMatchingMap(layoutMap))) in normalizeMemRefType()