Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIROpsSupport.h22 if (auto arrLoad = mlir::dyn_cast<fir::ArrayLoadOp>(op)) in nonVolatileLoad() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp842 ArrayLoadOp arrLoad, in getAdjustedExtents()
888 mlir::Location loc, mlir::PatternRewriter &rewriter, ArrayLoadOp arrLoad, in getOrReadExtentsAndShapeOp()
931 ArrayLoadOp arrLoad, mlir::Type ty) { in getTypeParamsIfRawData()
997 mlir::Value sliceOp, ArrayLoadOp arrLoad) { in genArrayCopy()
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1420 genLenOfCharacter(fir::FirOpBuilder & builder,mlir::Location loc,fir::ArrayLoadOp arrLoad,llvm::ArrayRef<mlir::Value> path,llvm::ArrayRef<mlir::Value> substring) genLenOfCharacter() argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp5797 auto arrLoad = builder.create<fir::ArrayLoadOp>( genarr() local
5937 auto arrLoad = builder.create<fir::ArrayLoadOp>( genOptionalArrayFetch() local
[all...]