Home
last modified time | relevance | path

Searched refs:populateShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp30 static void populateShape(llvm::SmallVectorImpl<mlir::Value> &vec, in populateShape() function
115 populateShape(shapeOpers, shapeOp); in rewriteDynamicShape()
168 populateShape(shapeOpers, shapeOp); in matchAndRewrite()
227 populateShape(shapeOpers, shapeOp); in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1367 auto populateShape = [&](auto &shapes, const auto &bounds, mlir::Value box) { in mapSymbolAttributes() local
1593 populateShape(shapes, x.bounds, argBox); in mapSymbolAttributes()
1783 populateShape(shape, x.bounds, argBox); in mapSymbolAttributes()
1857 populateShape(shape, x.bounds, argBox); in mapSymbolAttributes()