Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp28 bool shouldBoxResult) { in getResultArgumentType() argument
32 if (shouldBoxResult) in getResultArgumentType()
47 auto argTy = getResultArgumentType(resultType, shouldBoxResult); in getNewFunctionType()
56 shouldBoxResult; in mustEmboxResult()
63 : OpRewritePattern(context), shouldBoxResult{shouldBoxResult} {} in CallOpConversion()
84 if (mustEmboxResult(result.getType(), shouldBoxResult)) in matchAndRewrite()
119 bool shouldBoxResult; member in fir::__anon0bfb91900111::CallOpConversion
174 : OpRewritePattern(context), shouldBoxResult{shouldBoxResult} {} in AddrOfOpConversion()
191 bool shouldBoxResult; member in fir::__anon0bfb91900111::AddrOfOpConversion
202 const bool shouldBoxResult = passResultAsBox.getValue(); in runOnOperation() local
[all …]