Searched refs:createBox (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 198 : builder.createBox(loc, args[2]); in genProdOrSum() 271 : builder.createBox(loc, args[2]); in genExtremumVal() 322 mlir::Value array = builder.createBox(loc, args[0]); in genExtremumloc() 330 : builder.createBox(loc, args[2]); in genExtremumloc() 2693 : builder.createBox(loc, args[2]); in genEoshift() 3093 return builder.createBox(loc, temp); in genIndex() 3742 return builder.createBox(loc, temp); in genScan() 3753 mlir::Value set = builder.createBox(loc, args[1]); in genScan() 3977 return builder.createBox(loc, array); in createBoxForLBOUND() 3999 return builder.createBox(loc, safeToEmbox); in createBoxForLBOUND() [all …]
|
| H A D | ConvertVariable.cpp | 210 box = builder.createBox(loc, addr); in genInitialDataTarget() 594 auto box = builder.createBox(loc, exv); in defaultInitializeAtRuntime() 599 mlir::Value box = builder.createBox(loc, exv); in defaultInitializeAtRuntime()
|
| H A D | Allocatable.cpp | 66 ? builder.createBox(loc, in init()
|
| H A D | IO.cpp | 638 mustBox ? builder.createBox(loc, element) in genInputItemList() 647 mustBox ? builder.createBox(loc, element) : element); in genInputItemList() 1868 mlir::Value desc = builder.createBox(loc, *descRef); in genBeginDataTransferCallArgs()
|
| H A D | ConvertExpr.cpp | 476 mlir::Value box = builder.createBox(loc, newExv); in genOptionalBox() 2182 mlir::Value box = builder.createBox(loc, exv); in lowerIntrinsicArgumentAsBox() 3174 mlir::Value box = builder.createBox( in genRawProcedureRef() 3185 ? builder.createBox(loc, genBoxArg(*expr)) in genRawProcedureRef() 3186 : builder.createBox(getLoc(), genTempExtAddr(*expr)); in genRawProcedureRef() 3390 mlir::Value box = builder.createBox(loc, value); in genScalarUserDefinedAssignmentCall() 4941 return builder.createBox(loc, lambda(iters)); in genElementalIntrinsicProcRef() 7620 return fir::BoxValue(converter.getFirOpBuilder().createBox(loc, addr)); in createBoxValue()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 457 mlir::Value fir::FirOpBuilder::createBox(mlir::Location loc, in createBox() function in fir::FirOpBuilder 1112 auto to = fir::getBase(builder.createBox(loc, lhs)); in genRecordAssignment() 1113 auto from = fir::getBase(builder.createBox(loc, rhs)); in genRecordAssignment()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 311 mlir::Value createBox(mlir::Location loc, const fir::ExtendedValue &exv);
|