Home
last modified time | relevance | path

Searched defs:embox (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp84 matchAndRewrite(fir::EmboxOp embox, in matchAndRewrite() argument
98 rewriteStaticShape(fir::EmboxOp embox,mlir::PatternRewriter & rewriter,fir::SequenceType seqTy) const rewriteStaticShape() argument
118 rewriteDynamicShape(fir::EmboxOp embox,mlir::PatternRewriter & rewriter,mlir::Value shapeVal) const rewriteDynamicShape() argument
343 __anonfb0347f90202(fir::EmboxOp embox) runOnOperation() argument
[all...]
H A DBoxedProcedure.cpp261 } else if (auto embox = mlir::dyn_cast<EmboxProcOp>(op)) { runOnOperation() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp375 auto embox = builder.create<fir::EmboxOp>( createUnallocatedBox() local
H A DHLFIRTools.cpp352 auto embox = genVariableBox() local
H A DIntrinsicCall.cpp5839 if (auto embox = genReduce() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp5753 mlir::Value embox = genarr() local
6936 mlir::Value embox = applyPathToArrayLoad() local
7452 if (auto embox = mlir::dyn_cast<fir::EmboxOp>(op)) { updateBoxForParentComponent() local
[all...]