Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h41 mlir::Value createUnallocatedBox(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp236 auto deallocatedBox = fir::factory::createUnallocatedBox( in setUnallocatedStatus()
320 fir::factory::createUnallocatedBox(fir::FirOpBuilder &builder, in createUnallocatedBox() function in fir::factory
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp189 return fir::factory::createUnallocatedBox(builder, loc, boxType, in genInitialDataTarget()
309 componentValue = fir::factory::createUnallocatedBox( in genDefaultInitializerValue()
436 fir::factory::createUnallocatedBox(b, loc, symTy, llvm::None); in defineGlobal()
H A DAllocatable.cpp384 mlir::Value nullPointer = fir::factory::createUnallocatedBox( in genSimpleAllocation()
H A DConvertExpr.cpp566 fir::factory::createUnallocatedBox(builder, loc, boxType, llvm::None); in absentBoxToUnallocatedBox()
3086 mlir::Value nullBox = fir::factory::createUnallocatedBox( in genRawProcedureRef()
H A DIntrinsicCall.cpp3505 mlir::Value box = fir::factory::createUnallocatedBox( in genNull()