Searched refs:affineExprToSize (Results 1 – 1 of 1) sorted by relevance
1766 llvm::DenseMap<AffineExpr, int64_t> &affineExprToSize) { in populateMap() argument1794 affineExprToSize.try_emplace(affineDimExpr, sourceShape[i]); in populateMap()1806 llvm::DenseMap<AffineExpr, int64_t> &affineExprToSize, LinalgOp linalgOp, in createNewOperandWithStaticSizes() argument1828 if (affineExprToSize.find(dimExpr) == affineExprToSize.end() || in createNewOperandWithStaticSizes()1836 newShape.push_back(affineExprToSize[dimExpr]); in createNewOperandWithStaticSizes()1870 llvm::DenseMap<AffineExpr, int64_t> affineExprToSize; in matchAndRewrite() local1876 affineExprToSize); in matchAndRewrite()1890 affineExprToSize, linalgOp, newOperands, in matchAndRewrite()