Lines Matching refs:shapeOpers
93 llvm::SmallVector<mlir::Value> shapeOpers; in rewriteStaticShape() local
98 shapeOpers.push_back(extVal); in rewriteStaticShape()
101 loc, embox.getType(), embox.getMemref(), shapeOpers, llvm::None, in rewriteStaticShape()
112 llvm::SmallVector<mlir::Value> shapeOpers; in rewriteDynamicShape() local
115 populateShape(shapeOpers, shapeOp); in rewriteDynamicShape()
120 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in rewriteDynamicShape()
136 loc, embox.getType(), embox.getMemref(), shapeOpers, shiftOpers, in rewriteDynamicShape()
164 llvm::SmallVector<mlir::Value> shapeOpers; in matchAndRewrite() local
168 populateShape(shapeOpers, shapeOp); in matchAndRewrite()
171 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in matchAndRewrite()
193 loc, rebox.getType(), rebox.getBox(), shapeOpers, shiftOpers, in matchAndRewrite()
223 llvm::SmallVector<mlir::Value> shapeOpers; in matchAndRewrite() local
227 populateShape(shapeOpers, shapeOp); in matchAndRewrite()
230 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in matchAndRewrite()
251 loc, arrCoor.getType(), arrCoor.getMemref(), shapeOpers, shiftOpers, in matchAndRewrite()