Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h134 void syncMutableBoxFromIRBox(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp419 fir::factory::syncMutableBoxFromIRBox(builder, loc, box); in genSimpleAllocation()
522 fir::factory::syncMutableBoxFromIRBox(builder, loc, box); in genDeallocate()
H A DConvertExpr.cpp3208 fir::factory::syncMutableBoxFromIRBox(builder, loc, mutableBox); in genRawProcedureRef()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp880 void fir::factory::syncMutableBoxFromIRBox(fir::FirOpBuilder &builder, in syncMutableBoxFromIRBox() function in fir::factory