Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Transforms/
H A DAssumedRankOpConversion.cpp67 matchAndRewrite(fir::ReboxAssumedRankOp rebox, in matchAndRewrite() argument
H A DLoopVersioning.cpp167 if (fir::ReboxOp rebox = val.getDefiningOp<fir::ReboxOp>()) unwrapReboxOp() local
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp172 matchAndRewrite(fir::ReboxOp rebox, in matchAndRewrite() argument
[all...]
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp2812 auto rebox = genRawProcedureRef() local
7458 if (auto rebox = mlir::dyn_cast<fir::ReboxOp>(op)) { updateBoxForParentComponent() local