Searched refs:createShape (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 385 mlir::Value fir::FirOpBuilder::createShape(mlir::Location loc, in createShape() function in fir::FirOpBuilder 471 mlir::Value s = createShape(loc, exv); in createBox() 475 mlir::Value s = createShape(loc, exv); in createBox()
|
| H A D | MutableBox.cpp | 337 shape = builder.createShape( in createUnallocatedBox()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 260 mlir::Value shape = builder.createShape(loc, loweredBase); in loopOverElementsBase()
|
| H A D | ConvertExpr.cpp | 2086 mlir::Value shape = builder.createShape(loc, exv); in genArrayCoorOp() 2567 return builder.createShape(loc, *allocatedResult); in genCallOpAndResult() 2570 return builder.createShape(loc, *allocatedResult); in genCallOpAndResult() 4520 mlir::Value shape = builder.createShape(loc, tmp); in genMasks() 5889 mlir::Value shape = builder.createShape(loc, extMemref); in genarr() 6144 mlir::Value shape = builder.createShape(loc, exv); in genOptionalArrayFetch() 7688 mlir::Value shapeOp = builder.createShape(loc, exv); in genArrayLoad()
|
| H A D | IntrinsicCall.cpp | 3965 mlir::Value localShape = builder.createShape(loc, array); in createBoxForLBOUND()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 298 mlir::Value createShape(mlir::Location loc, const fir::ExtendedValue &exv);
|