Lines Matching defs:shapeOp
3607 mlir::Value shapeOp = builder.genShape(loc, shape);
3609 loc, seqTy, castTo, shapeOp, /*slice=*/mlir::Value{}, std::nullopt);
4264 auto shapeOp = builder.genShape(loc, extents);
4266 loc, builder.getRefType(raggedTy), hdArr, shapeOp,
4357 mlir::Value shapeOp = builder.genShape(loc, extents);
4360 implicitSpace->rebind(e, genMaskAccess(buff, shapeOp));
4533 mlir::Value shapeOp = genShapeOp(shape);
4534 return builder.create<fir::ArrayLoadOp>(loc, seqTy, temp, shapeOp,
5706 } else if (auto shapeOp = mlir::dyn_cast_or_null<fir::ShapeOp>(
5708 for (auto ext : shapeOp.getExtents()) {
7648 mlir::Value shapeOp = builder.createShape(loc, exv);
7650 return builder.create<fir::ArrayLoadOp>(loc, arrTy, addr, shapeOp,