Searched refs:createUnallocatedBox (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | MutableBox.h | 41 mlir::Value createUnallocatedBox(fir::FirOpBuilder &builder, mlir::Location loc,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 236 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 D | ConvertVariable.cpp | 189 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 D | Allocatable.cpp | 384 mlir::Value nullPointer = fir::factory::createUnallocatedBox( in genSimpleAllocation()
|
| H A D | ConvertExpr.cpp | 566 fir::factory::createUnallocatedBox(builder, loc, boxType, llvm::None); in absentBoxToUnallocatedBox() 3086 mlir::Value nullBox = fir::factory::createUnallocatedBox( in genRawProcedureRef()
|
| H A D | IntrinsicCall.cpp | 3505 mlir::Value box = fir::factory::createUnallocatedBox( in genNull()
|