Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h356 LogicalResult composeMatchingMap(AffineMap other);
/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp471 if (failed(fac.composeMatchingMap(layoutMap))) in normalizeMemRefType()
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp536 LogicalResult FlatAffineConstraints::composeMatchingMap(AffineMap other) { in composeMatchingMap() function in FlatAffineConstraints