init               87 apps/hexagon_benchmarks/process.cpp             p->init();
init               59 apps/hexagon_benchmarks/process.h     virtual void init() = 0;
init               76 apps/hexagon_benchmarks/process.h     void init() {
init              160 apps/hexagon_benchmarks/process.h     void init() {
init              228 apps/hexagon_benchmarks/process.h     void init() {
init              294 apps/hexagon_benchmarks/process.h     void init() {
init              362 apps/hexagon_benchmarks/process.h     void init() {
init              438 apps/hexagon_benchmarks/process.h     void init() {
init               20 python_bindings/python/Argument.cpp                             p::init<>(p::arg("self")));
init               23 python_bindings/python/Argument.cpp         .def(p::init<std::string, Argument::Kind, h::Type, uint8_t, h::Expr, h::Expr, h::Expr>(
init               26 python_bindings/python/Argument.cpp         .def(p::init<std::string, Argument::Kind, h::Type, uint8_t, h::Expr>(
init               29 python_bindings/python/Argument.cpp         .def(p::init<std::string, Argument::Kind, h::Type, uint8_t>(
init               76 python_bindings/python/Expr.cpp                           .def(p::init<const h::Internal::BaseExprNode *>(p::arg("self")))
init               77 python_bindings/python/Expr.cpp                           .def(p::init<double>(p::arg("self"), "Make an expression representing a const 32-bit float double. "
init               79 python_bindings/python/Expr.cpp                           .def(p::init<float>(p::arg("self"), "Make an expression representing a const 32-bit float (i.e. a FloatImm)"))
init               80 python_bindings/python/Expr.cpp                           .def(p::init<int>(p::arg("self"), "Make an expression representing a const 32-bit int (i.e. an IntImm)"))
init               81 python_bindings/python/Expr.cpp                           .def(p::init<std::string>(p::arg("self"), "Make an expression representing a const string (i.e. a StringImm)"))
init              230 python_bindings/python/Func.cpp                         p::init<>(p::arg("self")))
init              231 python_bindings/python/Func.cpp             .def(p::init<std::string>(p::arg("self")))
init              232 python_bindings/python/Func.cpp             .def(p::init<h::Expr>(p::arg("self")));
init               20 python_bindings/python/Func_VarOrRVar.cpp                          p::init<std::string, bool>(p::args("self", "n", "r")))
init               21 python_bindings/python/Func_VarOrRVar.cpp         .def(p::init<h::Var>(p::args("self", "v")))
init               22 python_bindings/python/Func_VarOrRVar.cpp         .def(p::init<h::RVar>(p::args("self", "r")))
init               23 python_bindings/python/Func_VarOrRVar.cpp         .def(p::init<h::RDom>(p::args("self", "r")))
init               19 python_bindings/python/Function.cpp         .def(p::init<h::Buffer<>>(p::args("self", "b")))
init               20 python_bindings/python/Function.cpp         .def(p::init<h::Expr>(p::args("self", "e")))
init               21 python_bindings/python/Function.cpp         .def(p::init<int>(p::args("self", "e")))
init               22 python_bindings/python/Function.cpp         .def(p::init<float>(p::args("self", "e")))
init              257 python_bindings/python/Image.cpp             p::init<>(p::arg("self"), "Construct an undefined buffer handle"));
init              261 python_bindings/python/Image.cpp         .def(p::init<int>(
init              265 python_bindings/python/Image.cpp         .def(p::init<int, int>(
init              269 python_bindings/python/Image.cpp         .def(p::init<int, int, int>(
init              273 python_bindings/python/Image.cpp         .def(p::init<int, int, int, int>(
init              277 python_bindings/python/Image.cpp         .def(p::init<h::Realization &>(
init              281 python_bindings/python/Image.cpp         .def(p::init<halide_buffer_t>(
init               78 python_bindings/python/Param.cpp                               p::init<h::Type, int, std::string>(p::args("self", "t", "dims", "name")))
init               79 python_bindings/python/Param.cpp             .def(p::init<h::Type, int>(p::args("self", "t", "dims")))
init              303 python_bindings/python/Param.cpp                             p::init<>(
init              307 python_bindings/python/Param.cpp         .def(p::init<T>(
init              311 python_bindings/python/Param.cpp         .def(p::init<std::string>(
init              313 python_bindings/python/Param.cpp         .def(p::init<std::string, T>(
init              317 python_bindings/python/Param.cpp         .def(p::init<T, h::Expr, h::Expr>(
init              321 python_bindings/python/Param.cpp         .def(p::init<std::string, T, h::Expr, h::Expr>(
init               23 python_bindings/python/RDom.cpp                                       p::init<>(p::args("self"), "An empty reduction variable."))
init               24 python_bindings/python/RDom.cpp                           .def(p::init<std::string>(p::args("self", "name"), "Construct an RVar with the given name"))
init               26 python_bindings/python/RDom.cpp                           .def(p::init<h::Internal::ReductionDomain, int>(
init              146 python_bindings/python/RDom.cpp                                       p::init<>(p::arg("self"), "Construct an undefined reduction domain."))
init              147 python_bindings/python/RDom.cpp                           .def(p::init<h::Buffer<>>(p::args("self", "buffer"),
init              151 python_bindings/python/RDom.cpp                           .def(p::init<h::ImageParam>(p::args("self", "image_param"),
init              155 python_bindings/python/RDom.cpp                           .def(p::init<h::Internal::ReductionDomain>(
init               27 python_bindings/python/Target.cpp                           p::init<>())
init               60 python_bindings/python/Type.cpp         .def(p::init<halide_type_code_t, int, int>(p::args("code", "bits", "lanes")))
init               61 python_bindings/python/Type.cpp         .def(p::init<h::Type>(p::args("that"), "Copy constructor"))
init               63 python_bindings/python/Var.cpp                                     p::init<std::string>(p::args("self", "name")))
init               64 python_bindings/python/Var.cpp                          .def(p::init<>(p::arg("self")))
init              202 src/CodeGen_GPU_Host.cpp         Value *init = module->getFunction(init_kernels_name);
init              203 src/CodeGen_GPU_Host.cpp         internal_assert(init) << "Could not find function " + init_kernels_name + " in initial module\n";
init              205 src/CodeGen_GPU_Host.cpp         Value *result = builder->CreateCall(init, init_kernels_args);
init               99 src/runtime/cache.cpp     bool init(const uint8_t *cache_key, size_t cache_key_size,
init              489 src/runtime/cache.cpp         inited = new_entry->init(cache_key, size, h, computed_bounds, tuple_count, tuple_buffers);
init              185 src/runtime/opengl.cpp     void init();
init              677 src/runtime/opengl.cpp     global_state.init();
init             2074 src/runtime/opengl.cpp     global_state.init();
init               98 src/runtime/openglcompute.cpp     void init();
init              167 src/runtime/openglcompute.cpp     global_state.init();
init               86 test/correctness/argmax.cpp         int init = starts[i];
init               90 test/correctness/argmax.cpp         h(init) = tuple_select(h(init)[0] >= h(r)[0], Tuple(h(init)), Tuple(h(r)));
init               93 test/correctness/argmax.cpp         arg_max_h() = h(init);
init              289 test/correctness/mul_div_mod.cpp     Buffer<T1> a = init<T1, BIG>(t1, 1, WIDTH, HEIGHT);
init              290 test/correctness/mul_div_mod.cpp     Buffer<T2> b = init<T2, BIG>(t2, 2, WIDTH, HEIGHT);
init              360 test/correctness/mul_div_mod.cpp     Buffer<T> a = init<T, BIG>(t, 1, WIDTH, HEIGHT);
init              361 test/correctness/mul_div_mod.cpp     Buffer<T> b = init<T, BIG>(t, 2, WIDTH, HEIGHT);
init              460 test/correctness/mul_div_mod.cpp     Buffer<T> a = init<T, BIG>(t, 1, WIDTH, HEIGHT);
init              461 test/correctness/mul_div_mod.cpp     Buffer<T> b = init<T, BIG>(t, 2, WIDTH, HEIGHT);