Searched defs:shapeOp (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | ShapeInferencePass.cpp | 76 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | ShapeInferencePass.cpp | 76 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | ShapeInferencePass.cpp | 76 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | ShapeInferencePass.cpp | 76 if (auto shapeOp = dyn_cast<ShapeInference>(op)) { in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | PreCGRewrite.cpp | 114 if (auto shapeOp = mlir::dyn_cast<fir::ShapeOp>(shapeVal.getDefiningOp())) { in rewriteDynamicShape() local 167 if (auto shapeOp = mlir::dyn_cast<fir::ShapeOp>(shapeVal.getDefiningOp())) in matchAndRewrite() local 226 if (auto shapeOp = mlir::dyn_cast<fir::ShapeOp>(shapeVal.getDefiningOp())) in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | Factory.h | 149 if (auto *shapeOp = shapeVal.getDefiningOp()) { in getExtents() local 166 if (auto *shapeOp = shapeVal.getDefiningOp()) { in getOrigins() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | ArrayValueCopy.cpp | 791 auto *shapeOp = shape.getDefiningOp(); in getAdjustedExtents() local 943 mlir::Value dst, mlir::Value src, mlir::Value shapeOp, in genArrayCopy() 1104 auto shapeOp = getOrReadExtentsAndShapeOp(loc, rewriter, load, extents, in referenceToClone() local 1152 auto shapeOp = getOrReadExtentsAndShapeOp(loc, rewriter, load, extents, in materializeAssignment() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 3870 mlir::Value shapeOp = builder.genShape(loc, shape); in lowerLazyArrayExpression() local 4472 auto shapeOp = builder.genShape(loc, extents); in prepareRaggedArrays() local 4565 mlir::Value shapeOp = builder.genShape(loc, extents); in genMasks() local 4737 mlir::Value shapeOp = genShapeOp(shape); in createAndLoadSomeArrayTemp() local 5861 } else if (auto shapeOp = mlir::dyn_cast_or_null<fir::ShapeOp>( in padSlice() local 7688 mlir::Value shapeOp = builder.createShape(loc, exv); in genArrayLoad() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 372 if (auto shapeOp = getShape()) { in verify() local 441 if (auto shapeOp = getShape()) { in verify() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 1185 Value shapeOp = reshapeOp.getShape(); in convertSourceMemRefToDescriptor() local
|