Home
last modified time | relevance | path

Searched refs:createShape (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp385 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 DMutableBox.cpp337 shape = builder.createShape( in createUnallocatedBox()
/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp260 mlir::Value shape = builder.createShape(loc, loweredBase); in loopOverElementsBase()
H A DConvertExpr.cpp2086 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 DIntrinsicCall.cpp3965 mlir::Value localShape = builder.createShape(loc, array); in createBoxForLBOUND()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h298 mlir::Value createShape(mlir::Location loc, const fir::ExtendedValue &exv);