Searched defs:affineExprToSize (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 2286 populateMap(LinalgOp linalgOp,MutableArrayRef<OpOperand> operands,llvm::DenseMap<AffineExpr,int64_t> & affineExprToSize) populateMap() argument 2327 createNewOperandWithStaticSizes(Location loc,PatternRewriter & rewriter,OpOperand * opOperand,llvm::DenseMap<AffineExpr,int64_t> & affineExprToSize,LinalgOp linalgOp,SmallVector<Value> & newOperands,SmallVector<Type> & resultTypes,bool & changeNeeded) createNewOperandWithStaticSizes() argument 2390 llvm::DenseMap<AffineExpr, int64_t> affineExprToSize; matchAndRewrite() local
|