Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp80 if (auto shapeVal = embox.getShape()) in matchAndRewrite() local
166 if (auto shapeVal = rebox.getShape()) { in matchAndRewrite() local
225 if (auto shapeVal = arrCoor.getShape()) { in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2232 if (auto shapeVal = getShape()) { in verify() local
2251 if (auto shapeVal = getShape()) { in verify() local
2324 if (auto shapeVal = getShape()) { in verify() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp273 mlir::Value shapeVal = load.getShape(); local
5852 padSlice(llvm::ArrayRef<mlir::Value> triples, mlir::Value shapeVal) { in padSlice()