tag 881 src/Elf.cpp auto make_dyn = [](int32_t tag, addr_t val = 0) { tag 883 src/Elf.cpp d.d_tag = tag; tag 419 src/Function.cpp int tag = rand_counter++; tag 421 src/Function.cpp values[i] = lower_random(values[i], args, tag); tag 600 src/Function.cpp int tag = rand_counter++; tag 602 src/Function.cpp args[i] = lower_random(args[i], free_vars, tag); tag 605 src/Function.cpp values[i] = lower_random(values[i], free_vars, tag); tag 608 src/Function.cpp check.reduction_domain.set_predicate(lower_random(check.reduction_domain.predicate(), free_vars, tag)); tag 51 src/Introspection.cpp uint64_t code, tag; tag 53 src/Introspection.cpp EntryFormat() : code(0), tag(0), has_children(false) {} tag 969 src/Introspection.cpp fmt.tag = e.getULEB128(&off); tag 1325 src/Introspection.cpp if (fmt.tag == tag_function) { tag 1356 src/Introspection.cpp } else if (fmt.tag == tag_base_type) { tag 1363 src/Introspection.cpp } else if (fmt.tag == tag_class_type) { tag 1370 src/Introspection.cpp } else if (fmt.tag == tag_structure_type) { tag 1377 src/Introspection.cpp } else if (fmt.tag == tag_typedef) { tag 1388 src/Introspection.cpp } else if (fmt.tag == tag_pointer_type) { tag 1402 src/Introspection.cpp } else if (fmt.tag == tag_reference_type) { tag 1413 src/Introspection.cpp } else if (fmt.tag == tag_const_type) { tag 1424 src/Introspection.cpp } else if (fmt.tag == tag_array_type) { tag 1438 src/Introspection.cpp } else if (fmt.tag == tag_variable) { tag 1473 src/Introspection.cpp } else if (fmt.tag == tag_member) { tag 1491 src/Introspection.cpp } else if (fmt.tag == tag_namespace) { tag 1495 src/Introspection.cpp } else if (fmt.tag == tag_subrange_type) { tag 1506 src/Introspection.cpp } else if (fmt.tag == tag_inlined_subroutine || tag 1507 src/Introspection.cpp fmt.tag == tag_lexical_block) { tag 1533 src/Introspection.cpp } else if (fmt.tag == tag_compile_unit) { tag 1541 src/Introspection.cpp if (fmt.tag == tag_variable) { tag 1550 src/Introspection.cpp } else if (fmt.tag == tag_member && tag 1559 src/Introspection.cpp } else if (fmt.tag == tag_function) { tag 1565 src/Introspection.cpp } else if (fmt.tag == tag_class_type || tag 1566 src/Introspection.cpp fmt.tag == tag_structure_type || tag 1567 src/Introspection.cpp fmt.tag == tag_array_type || tag 1568 src/Introspection.cpp fmt.tag == tag_base_type) { tag 1574 src/Introspection.cpp } else if ((fmt.tag == tag_typedef || tag 1575 src/Introspection.cpp fmt.tag == tag_pointer_type || tag 1576 src/Introspection.cpp fmt.tag == tag_reference_type || tag 1577 src/Introspection.cpp fmt.tag == tag_const_type) && tag 1580 src/Introspection.cpp } else if (fmt.tag == tag_namespace && fmt.has_children) { tag 1585 src/Introspection.cpp } else if ((fmt.tag == tag_inlined_subroutine || tag 1586 src/Introspection.cpp fmt.tag == tag_lexical_block) && tag 119 src/Random.cpp LowerRandom(const vector<string> &free_vars, int tag) { tag 120 src/Random.cpp extra_args.push_back(tag); tag 128 src/Random.cpp Expr lower_random(Expr e, const vector<string> &free_vars, int tag) { tag 129 src/Random.cpp LowerRandom r(free_vars, tag); tag 26 src/Random.h Expr lower_random(Expr e, const std::vector<std::string> &free_vars, int tag); tag 40 src/StmtToHtml.cpp string open_tag(const string &tag, const string &cls, int id = -1) { tag 42 src/StmtToHtml.cpp s << "<" << tag << " class='" << cls << "' id='"; tag 53 src/StmtToHtml.cpp string tag(const string &tag, const string &cls, const string &body, int id = -1) { tag 55 src/StmtToHtml.cpp s << open_tag(tag, cls, id); tag 57 src/StmtToHtml.cpp s << close_tag(tag); tag 60 src/StmtToHtml.cpp string close_tag(const string &tag) { tag 62 src/StmtToHtml.cpp return "</" + tag + ">"; tag 72 src/StmtToHtml.cpp return tag("span", cls, body, id); tag 124 src/runtime/hexagon_remote/dlib.cpp uint32_t tag; tag 246 src/runtime/hexagon_remote/dlib.cpp for (int i = 0; dynamic[i].tag != DT_NULL; i++) { tag 248 src/runtime/hexagon_remote/dlib.cpp switch (d.tag) { tag 153 src/runtime/write_debug_image.cpp tiff_tag *tag = &header.entries[0]; tag 154 src/runtime/write_debug_image.cpp tag++->assign32(256, 1, width); // Image width tag 155 src/runtime/write_debug_image.cpp tag++->assign32(257, 1, height); // Image height tag 156 src/runtime/write_debug_image.cpp tag++->assign16(258, 1, int16_t(bytes_per_element * 8)); // Bits per sample tag 157 src/runtime/write_debug_image.cpp tag++->assign16(259, 1, 1); // Compression -- none tag 158 src/runtime/write_debug_image.cpp tag++->assign16(262, 1, channels >= 3 ? 2 : 1); // PhotometricInterpretation -- black is zero or RGB tag 159 src/runtime/write_debug_image.cpp tag++->assign32(273, channels, sizeof(header)); // Rows per strip tag 160 src/runtime/write_debug_image.cpp tag++->assign16(277, 1, int16_t(channels)); // Samples per pixel tag 161 src/runtime/write_debug_image.cpp tag++->assign32(278, 1, shape[1].extent); // Rows per strip tag 162 src/runtime/write_debug_image.cpp tag++->assign32(279, channels, tag 167 src/runtime/write_debug_image.cpp tag++->assign32(282, 5, 1, tag 169 src/runtime/write_debug_image.cpp tag++->assign32(283, 5, 1, tag 171 src/runtime/write_debug_image.cpp tag++->assign16(284, 1, 2); // Planar configuration -- planar tag 172 src/runtime/write_debug_image.cpp tag++->assign16(296, 1, 1); // Resolution Unit -- none tag 173 src/runtime/write_debug_image.cpp tag++->assign16(339, 1, tag 175 src/runtime/write_debug_image.cpp tag++->assign32(32997, 1, depth); // Image depth tag 73 tools/halide_image_info.h void info(Runtime::Buffer<T> &img, const char *tag = "Buffer") { tag 90 tools/halide_image_info.h std::cout << std::endl << "Buffer info: " << tag tag 97 tools/halide_image_info.h std::cout << tag << " class = 0x" << std::left << std::setw(10) << (void*)img tag 100 tools/halide_image_info.h std::cout << tag << " class size = "<< img_csize tag 102 tools/halide_image_info.h std::cout << tag << "-class => [ 0x" << (void*)&img tag 106 tools/halide_image_info.h std::cout << tag << " buf_t size = "<< img_bsize tag 108 tools/halide_image_info.h std::cout << tag << "-buf_t => [ 0x" << (void*)&buf tag 113 tools/halide_image_info.h std::cout << tag << " sizeof(T) = " << img_tsize << std::endl; tag 115 tools/halide_image_info.h std::cout << tag << " host_dirty = " << host_dirty << std::endl; tag 116 tools/halide_image_info.h std::cout << tag << " dev_dirty = " << dev_dirty << std::endl; tag 117 tools/halide_image_info.h std::cout << tag << " dev handle = " << dev << std::endl; tag 118 tools/halide_image_info.h std::cout << tag << " elem_size = " << img_bpp << std::endl; tag 119 tools/halide_image_info.h std::cout << tag << " img_dim = " << dim << std::endl; tag 120 tools/halide_image_info.h std::cout << tag << " width = " << img.width() << std::endl; tag 121 tools/halide_image_info.h std::cout << tag << " height = " << img.height() << std::endl; tag 122 tools/halide_image_info.h std::cout << tag << " channels = " << img.channels() << std::endl; tag 123 tools/halide_image_info.h std::cout << tag << " extent[] = "; tag 128 tools/halide_image_info.h std::cout << tag << " min[] = "; tag 133 tools/halide_image_info.h std::cout << tag << " stride[] = "; tag 140 tools/halide_image_info.h std::cout << tag << " str[" << d << "]*bpp = " tag 151 tools/halide_image_info.h std::cout << tag << " size = " << size << " (0x" tag 153 tools/halide_image_info.h std::cout << tag << " img_size = " << img_size << " (0x" tag 155 tools/halide_image_info.h std::cout << tag << " data = 0x" << std::left << std::setw(10) << (void *)img_data tag 158 tools/halide_image_info.h std::cout << tag << " next = 0x" << std::left << std::setw(10) << (void *)img_next tag 161 tools/halide_image_info.h std::cout << tag << " data_size = " << data_size << " (0x" tag 163 tools/halide_image_info.h std::cout << tag << " => [ 0x" << (void *)img_data tag 170 tools/halide_image_info.h void dump(Runtime::Buffer<T> &img, const char *tag = "Buffer") { tag 179 tools/halide_image_info.h std::cout << std::endl << "Buffer dump: " << tag tag 234 tools/halide_image_info.h void stats(Runtime::Buffer<T> &img, const char *tag = "Buffer") { tag 242 tools/halide_image_info.h std::cout << std::endl << "Buffer stats: " << tag