Home
last modified time | relevance | path

Searched defs:shapeVal (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFactory.h147 inline llvm::SmallVector<mlir::Value> getExtents(mlir::Value shapeVal) { in getExtents()
164 inline llvm::SmallVector<mlir::Value> getOrigins(mlir::Value shapeVal) { in getOrigins()
187 mlir::Value shapeVal, mlir::ValueRange indices) { in originateIndices()
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp87 if (auto shapeVal = embox.getShape()) in matchAndRewrite() local
177 if (auto shapeVal = rebox.getShape()) { in matchAndRewrite() local
236 if (auto shapeVal in matchAndRewrite() local
290 if (auto shapeVal = declareOp.getShape()) { matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2805 if (auto shapeVal = getShape()) { verify() local
2824 if (auto shapeVal = getShape()) { verify() local
2948 if (auto shapeVal = getShape()) { verify() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp307 mlir::Value shapeVal = load.getShape(); global() local
5619 padSlice(llvm::ArrayRef<mlir::Value> triples,mlir::Value shapeVal) padSlice() argument
[all...]