Lines Matching refs:updateMutableBox
203 void updateMutableBox(mlir::Value addr, mlir::ValueRange lbounds, in updateMutableBox() function in __anone969b6080111::MutablePropertyWriter
471 writer.updateMutableBox(addr, /*lbounds=*/llvm::None, in associateMutableBox()
475 writer.updateMutableBox(ch.getAddr(), /*lbounds=*/llvm::None, in associateMutableBox()
479 writer.updateMutableBox(arr.getAddr(), in associateMutableBox()
484 writer.updateMutableBox(arr.getAddr(), in associateMutableBox()
507 writer.updateMutableBox(rawAddr, newLbounds, extents, lenParams); in associateMutableBox()
570 writer.updateMutableBox(cast(addr), lbounds, extents, in associateMutableBoxWithRemap()
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()
599 writer.updateMutableBox(rawAddr, lbounds, extents, lenParams); in associateMutableBoxWithRemap()
693 MutablePropertyWriter{builder, loc, box}.updateMutableBox( in genInlinedAllocation()
861 MutablePropertyWriter{builder, loc, box}.updateMutableBox( in finalizeRealloc()