fold_storage       76 apps/HelloHexagon/pipeline.cpp                     .fold_storage(y, 8)
fold_storage      190 apps/camera_pipe/camera_pipe_generator.cpp             .fold_storage(y, 2);
fold_storage      194 apps/camera_pipe/camera_pipe_generator.cpp             .fold_storage(y, 2);
fold_storage      338 apps/camera_pipe/camera_pipe_generator.cpp         .fold_storage(y, 8)
fold_storage      343 apps/camera_pipe/camera_pipe_generator.cpp         .fold_storage(y, 4)
fold_storage     1657 src/Func.h         EXPORT Func &fold_storage(Var dim, Expr extent, bool fold_forward = true);
fold_storage     1619 src/Generator.h     HALIDE_OUTPUT_FORWARD(fold_storage)
fold_storage       72 test/correctness/storage_folding.cpp         f.store_root().compute_at(g, y).fold_storage(y, 3);
fold_storage      247 test/correctness/storage_folding.cpp         g.compute_at(f, x).store_root().fold_storage(y, 3);
fold_storage      281 test/correctness/storage_folding.cpp         g.compute_at(f, x).store_root().fold_storage(y, 2);
fold_storage      311 test/correctness/storage_folding.cpp         f.store_root().compute_at(g, y).fold_storage(y, 3);
fold_storage       13 test/error/bad_fold.cpp     f.store_root().compute_at(g, y).fold_storage(y, 2);