get_host_target   123 python_bindings/python/Target.cpp     p::def("get_host_target", &h::get_host_target,
get_host_target  1472 src/CodeGen_C.cpp     Module m("", get_host_target());
get_host_target   108 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   124 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   142 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   155 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   167 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   182 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   219 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target   230 src/DeviceInterface.cpp     Target target(get_host_target());
get_host_target  2226 src/Generator.h     GeneratorParam<Target> target{ "target", Halide::get_host_target() };
get_host_target  2446 src/Generator.h     void get_host_target();
get_host_target   186 src/PrintLoopNest.cpp     Target target = get_host_target();
get_host_target   280 src/Target.cpp         return get_host_target();
get_host_target   287 src/Target.cpp     Target host = get_host_target();
get_host_target   326 src/Target.cpp             t = get_host_target();
get_host_target   409 src/Target.cpp                << "On this platform, the host target is: " << get_host_target().to_string() << "\n";
get_host_target   415 src/Target.cpp     Target host = get_host_target();
get_host_target   302 src/Target.h   EXPORT Target get_host_target();
get_host_target    81 test/correctness/interleave.cpp         Target t = get_host_target();
get_host_target   130 test/correctness/simd_op_check.cpp         Target host_target = get_host_target();
get_host_target    11 test/correctness/target.cpp     t1 = get_host_target();
get_host_target   202 test/correctness/trim_no_ops.cpp         Target gpu_target(get_host_target());
get_host_target    19 test/opengl/special_funcs.cpp     Target cpu_target = get_host_target();
get_host_target    20 test/opengl/special_funcs.cpp     Target gpu_target = get_host_target().with_feature(Target::OpenGL);
get_host_target   174 tutorial/lesson_12_using_the_gpu.cpp         Target target = get_host_target();