Lines Matching refs:getAddr
102 irBox = builder.create<fir::LoadOp>(loc, box.getAddr());
216 builder.create<fir::StoreOp>(loc, newBox, box.getAddr()); in updateWithIrBox()
238 builder.create<fir::StoreOp>(loc, deallocatedBox, box.getAddr()); in setUnallocatedStatus()
273 builder.create<fir::StoreOp>(loc, irBox, box.getAddr()); in updateIRBox()
390 return !fir::valueHasFirAttribute(box.getAddr(), in readToBoxValue()
475 writer.updateMutableBox(ch.getAddr(), /*lbounds=*/llvm::None, in associateMutableBox()
479 writer.updateMutableBox(arr.getAddr(), in associateMutableBox()
484 writer.updateMutableBox(arr.getAddr(), in associateMutableBox()
498 arr.getAddr()); in associateMutableBox()
516 builder.create<fir::ReboxOp>(loc, box.getBoxTy(), arr.getAddr(), in associateMutableBox()
574 writer.updateMutableBox(cast(ch.getAddr()), lbounds, extents, in associateMutableBoxWithRemap()
578 writer.updateMutableBox(cast(arr.getAddr()), lbounds, extents, in associateMutableBoxWithRemap()
582 writer.updateMutableBox(cast(arr.getAddr()), lbounds, extents, in associateMutableBoxWithRemap()
591 arr.getAddr()); in associateMutableBoxWithRemap()
613 builder.create<fir::ReboxOp>(loc, box.getBoxTy(), arr.getAddr(), in associateMutableBoxWithRemap()
878 return box.getAddr(); in getMutableIRBox()