Lines Matching defs:layoutMap
1655 /// Check if `dim` dimension of memrefType with `layoutMap` becomes dynamic
1666 isNormalizedMemRefDynamicDim(unsigned dim, AffineMap layoutMap,
1668 AffineExpr expr = layoutMap.getResults()[dim];
1671 MLIRContext *context = layoutMap.getContext();
1806 AffineMap layoutMap = memrefType.getLayout().getAffineMap();
1808 // Check if `layoutMap` is a tiled layout. Only single layout map is
1811 (void)getTileSizePos(layoutMap, tileSizePos);
1815 createNewDynamicSizes(oldMemRefType, newMemRefType, layoutMap, allocOp, b,
1828 /*indexRemap=*/layoutMap,
1863 AffineMap layoutMap = memrefType.getLayout().getAffineMap();
1864 unsigned numSymbolicOperands = layoutMap.getNumSymbols();
1873 (void)getTileSizePos(layoutMap, tileSizePos);
1894 unsigned newRank = layoutMap.getNumResults();
1895 if (failed(fac.composeMatchingMap(layoutMap)))
1904 if (isNormalizedMemRefDynamicDim(d, layoutMap, memrefTypeDynDims)) {