compile_to_file    40 apps/HelloAndroidGL/jni/halide_gl_filter.cpp     result.compile_to_file("halide_gl_filter", {time}, "halide_gl_filter");
compile_to_file    48 apps/openglcompute/test_oglc_avg.cpp     result.compile_to_file(fn_name, {input}, fn_name);
compile_to_file    37 apps/openglcompute/test_two_kernels.cpp     g.compile_to_file(fn_name, {input}, fn_name);
compile_to_file   130 python_bindings/python/Func.cpp     that.compile_to_file(filename_prefix, args_vec, fn_name, target);
compile_to_file  2875 src/Func.cpp       pipeline().compile_to_file(filename_prefix, args, fn_name, target);
compile_to_file   681 src/Func.h         EXPORT void compile_to_file(const std::string &filename_prefix, const std::vector<Argument> &args,
compile_to_file   163 src/Pipeline.h     EXPORT void compile_to_file(const std::string &filename_prefix,
compile_to_file    49 test/correctness/cross_compilation.cpp         f.compile_to_file(Internal::get_test_tmp_dir() + "test_object_" + t, std::vector<Argument>(), "", target);
compile_to_file   239 test/correctness/simd_op_check.cpp         error.compile_to_file(output_directory + fn_name, arg_types, fn_name, target);
compile_to_file    48 tutorial/lesson_11_cross_compilation.cpp     brighter.compile_to_file("lesson_11_host", args, "brighter");
compile_to_file    62 tutorial/lesson_11_cross_compilation.cpp     brighter.compile_to_file("lesson_11_arm_32_android", args, "brighter", target);
compile_to_file    72 tutorial/lesson_11_cross_compilation.cpp     brighter.compile_to_file("lesson_11_x86_64_windows", args, "brighter", target);
compile_to_file    86 tutorial/lesson_11_cross_compilation.cpp     brighter.compile_to_file("lesson_11_arm_32_ios", args, "brighter", target);