Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp93 llvm::SmallVector<mlir::Value> shapeOpers; in rewriteStaticShape() local
98 shapeOpers.push_back(extVal); in rewriteStaticShape()
112 llvm::SmallVector<mlir::Value> shapeOpers; in rewriteDynamicShape() local
115 populateShape(shapeOpers, shapeOp); in rewriteDynamicShape()
120 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in rewriteDynamicShape()
164 llvm::SmallVector<mlir::Value> shapeOpers; in matchAndRewrite() local
168 populateShape(shapeOpers, shapeOp); in matchAndRewrite()
171 populateShapeAndShift(shapeOpers, shiftOpers, shiftOp); in matchAndRewrite()
223 llvm::SmallVector<mlir::Value> shapeOpers; in matchAndRewrite() local
227 populateShape(shapeOpers, shapeOp); in matchAndRewrite()
[all …]