| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-vect-slp.c | 136 vect_create_oprnd_info (int nops, int group_size) in VEC() 146 oprnd_info->def_stmts = VEC_alloc (gimple, heap, group_size); in VEC() 449 slp_tree *node, unsigned int group_size, in vect_build_slp_tree() argument 490 oprnds_info = vect_create_oprnd_info (nops, group_size); in vect_build_slp_tree() 743 && GROUP_SIZE (vinfo_for_stmt (stmt)) > ncopies * group_size) in vect_build_slp_tree() 896 * group_size; in vect_build_slp_tree() 921 || !vect_build_slp_tree (loop_vinfo, bb_vinfo, &child, group_size, in vect_build_slp_tree() 1027 int group_size = SLP_INSTANCE_GROUP_SIZE (instance), i, j; in vect_supported_slp_permutation_p() local 1034 tmp_loads = (slp_tree *) xmalloc (sizeof (slp_tree) * group_size); in vect_supported_slp_permutation_p() 1038 i += group_size, j++) in vect_supported_slp_permutation_p() [all …]
|
| H A D | tree-vect-stmts.c | 882 int group_size; in vect_model_store_cost() local 900 group_size = 1; in vect_model_store_cost() 905 group_size = vect_cost_strided_group_size (stmt_info); in vect_model_store_cost() 913 group_size = 1; in vect_model_store_cost() 921 if (!store_lanes_p && group_size > 1) in vect_model_store_cost() 924 inside_cost = ncopies * exact_log2(group_size) * group_size in vect_model_store_cost() 929 group_size); in vect_model_store_cost() 999 int group_size; in vect_model_load_cost() local 1012 group_size = vect_cost_strided_group_size (stmt_info); in vect_model_load_cost() 1018 group_size = 1; in vect_model_load_cost() [all …]
|
| H A D | tree-vect-loop.c | 3546 unsigned int group_size = 1, k, ratio; in vect_create_epilog_for_reduction() local 3554 group_size = VEC_length (gimple, SLP_TREE_SCALAR_STMTS (slp_node)); in vect_create_epilog_for_reduction() 3773 scalar_results = VEC_alloc (tree, heap, group_size); in vect_create_epilog_for_reduction() 3992 for (j = group_size; VEC_iterate (tree, scalar_results, j, res); in vect_create_epilog_for_reduction() 3995 first_res = VEC_index (tree, scalar_results, j % group_size); in vect_create_epilog_for_reduction() 4001 VEC_replace (tree, scalar_results, j % group_size, new_res); in vect_create_epilog_for_reduction() 4123 group_size - 1)); in vect_create_epilog_for_reduction() 4124 group_size = 1; in vect_create_epilog_for_reduction() 4133 if (group_size > VEC_length (gimple, new_phis)) in vect_create_epilog_for_reduction() 4135 ratio = group_size / VEC_length (gimple, new_phis); in vect_create_epilog_for_reduction() [all …]
|
| H A D | tree-vectorizer.h | 112 unsigned int group_size; member 141 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-vect-slp.c | 148 vect_create_oprnd_info (int nops, int group_size) in vect_create_oprnd_info() argument 158 oprnd_info->def_stmts.create (group_size); in vect_create_oprnd_info() 575 vect_record_max_nunits (vec_info *vinfo, gimple *stmt, unsigned int group_size, in vect_record_max_nunits() argument 597 || const_nunits > group_size)) in vect_record_max_nunits() 627 vec<gimple *> stmts, unsigned int group_size, in vect_build_slp_tree_1() argument 690 if (!vect_record_max_nunits (vinfo, stmt, group_size, vectype, in vect_build_slp_tree_1() 970 for (i = 0; i < group_size; ++i) in vect_build_slp_tree_1() 993 if (gimple_assign_rhs_code (stmts[i % group_size]) == alt_stmt_code) in vect_build_slp_tree_1() 1000 for (i = 0; i < group_size; ++i) in vect_build_slp_tree_1() 1064 vec<gimple *> stmts, unsigned int group_size, [all …]
|
| H A D | tree-vect-stmts.c | 937 int group_size = GROUP_SIZE (vinfo_for_stmt (first_stmt)); in vect_model_store_cost() local 938 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_store_cost() 945 group_size); in vect_model_store_cost() 1073 int group_size = GROUP_SIZE (vinfo_for_stmt (first_stmt)); in vect_model_load_cost() local 1074 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_load_cost() 1081 group_size); in vect_model_load_cost() 1735 vec_load_store_type vls_type, int group_size, in check_load_store_masking() argument 1749 ? !vect_load_lanes_supported (vectype, group_size, true) in check_load_store_masking() 1750 : !vect_store_lanes_supported (vectype, group_size, true)) in check_load_store_masking() 1822 if (can_div_away_from_zero_p (group_size * vf, nunits, &nvectors)) in check_load_store_masking() [all …]
|
| H A D | omp-grid.c | 745 tree group_size = NULL; in grid_target_follows_gridifiable_pattern() local 775 group_size = OMP_CLAUSE_OPERAND (clauses, 0); in grid_target_follows_gridifiable_pattern() 817 if (group_size && !operand_equal_p (group_size, fd.chunk_size, 0)) in grid_target_follows_gridifiable_pattern() 826 group_size = fd.chunk_size; in grid_target_follows_gridifiable_pattern() 828 if (group_size && grid->collapse > 1) in grid_target_follows_gridifiable_pattern() 841 grid->group_sizes[0] = group_size; in grid_target_follows_gridifiable_pattern() 849 if (group_size) in grid_target_follows_gridifiable_pattern()
|
| H A D | tree-vect-loop.c | 4555 int group_size = stmts.length (); in get_initial_defs_for_reduction() local 4590 nunits = group_size; in get_initial_defs_for_reduction() 4592 number_of_copies = nunits * number_of_vectors / group_size; in get_initial_defs_for_reduction() 4600 for (i = group_size - 1; stmts.iterate (i, &stmt); i--) in get_initial_defs_for_reduction() 4817 unsigned int group_size = 1, k, ratio; in vect_create_epilog_for_reduction() local 4827 group_size = SLP_TREE_SCALAR_STMTS (slp_node).length (); in vect_create_epilog_for_reduction() 5154 scalar_results.create (group_size); in vect_create_epilog_for_reduction() 5486 gcc_assert (pow2p_hwi (group_size)); in vect_create_epilog_for_reduction() 5501 tree index_mask = build_int_cst (index_elt_type, group_size - 1); in vect_create_epilog_for_reduction() 5512 for (unsigned int i = 0; i < group_size; ++i) in vect_create_epilog_for_reduction() [all …]
|
| H A D | tree-vectorizer.h | 144 unsigned int group_size; member 159 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size
|
| /dflybsd-src/contrib/lvm2/dist/lib/uuid/ |
| H A D | uuid.c | 162 static unsigned group_size[] = { 6, 4, 4, 4, 4, 4, 6 }; in id_write_format() local 173 memcpy(buffer, id->uuid + tot, group_size[i]); in id_write_format() 174 buffer += group_size[i]; in id_write_format() 175 tot += group_size[i]; in id_write_format()
|
| /dflybsd-src/sys/dev/drm/radeon/ |
| H A D | r600_cs.c | 36 … r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, u32 *nbanks, u32 *group_size); 41 u32 group_size; member 241 u32 group_size; member 271 *pitch_align = max((u32)64, (u32)(values->group_size / values->blocksize)); in r600_get_array_mode_alignment() 274 *base_align = values->group_size; in r600_get_array_mode_alignment() 278 (u32)(values->group_size / in r600_get_array_mode_alignment() 282 *base_align = values->group_size; in r600_get_array_mode_alignment() 286 (u32)((values->group_size * values->nbanks) / in r600_get_array_mode_alignment() 382 array_check.group_size = track->group_size; in r600_cs_track_validate_cb() 578 array_check.group_size = track->group_size; in r600_cs_track_validate_db() [all …]
|
| H A D | evergreen_cs.c | 41 u32 group_size; member 206 palign = MAX(64, track->group_size / surf->bpe); in evergreen_surface_check_linear_aligned() 208 surf->base_align = track->group_size; in evergreen_surface_check_linear_aligned() 228 palign = track->group_size / (8 * surf->bpe * surf->nsamples); in evergreen_surface_check_1d() 231 surf->base_align = track->group_size; in evergreen_surface_check_1d() 238 track->group_size, surf->bpe, surf->nsamples); in evergreen_surface_check_1d() 2723 track->group_size = 256; in evergreen_cs_parse() 2727 track->group_size = 512; in evergreen_cs_parse()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/inc/ |
| H A D | hw_sequencer.h | 135 int group_size, 140 int group_size,
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/core/ |
| H A D | dc.c | 771 int group_size = 1; in program_timing_sync() local 790 pipe_set[group_size] = unsynced_pipes[j]; in program_timing_sync() 792 group_size++; in program_timing_sync() 797 for (j = 0; j < group_size; j++) { in program_timing_sync() 812 for (j = j + 1; j < group_size; j++) { in program_timing_sync() 814 group_size--; in program_timing_sync() 815 pipe_set[j] = pipe_set[group_size]; in program_timing_sync() 820 if (group_size > 1) { in program_timing_sync() 822 dc, group_index, group_size, pipe_set); in program_timing_sync()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dce110/ |
| H A D | dce110_hw_sequencer.c | 2281 int group_size, in dce110_enable_timing_synchronization() argument 2296 for (i = 0; i < group_size; i++) in dce110_enable_timing_synchronization() 2303 for (i = 1 /* skip the master */; i < group_size; i++) in dce110_enable_timing_synchronization() 2308 for (i = 1 /* skip the master */; i < group_size; i++) { in dce110_enable_timing_synchronization() 2318 for (i = 0; i < group_size; i++) in dce110_enable_timing_synchronization() 2326 int group_size, in dce110_enable_per_frame_crtc_position_reset() argument 2336 for (i = 0; i < group_size; i++) in dce110_enable_per_frame_crtc_position_reset() 2342 for (i = 1; i < group_size; i++) in dce110_enable_per_frame_crtc_position_reset() 2349 for (i = 1; i < group_size; i++) in dce110_enable_per_frame_crtc_position_reset() 2352 for (i = 0; i < group_size; i++) in dce110_enable_per_frame_crtc_position_reset()
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_tar.c | 2853 int group_size = 0; in base64_decode() local 2854 while (group_size < 4 && len > 0) { in base64_decode() 2870 group_size++; in base64_decode() 2873 v <<= 6 * (4 - group_size); in base64_decode() 2875 switch (group_size) { in base64_decode() 2885 d += group_size * 3 / 4; in base64_decode()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer.c | 1331 int group_size, in dcn10_enable_timing_synchronization() argument 1339 for (i = 1; i < group_size; i++) in dcn10_enable_timing_synchronization() 1351 for (i = 1; i < group_size; i++) in dcn10_enable_timing_synchronization() 1360 int group_size, in dcn10_enable_per_frame_crtc_position_reset() argument 1367 for (i = 0; i < group_size; i++) in dcn10_enable_per_frame_crtc_position_reset() 1376 for (i = 0; i < group_size; i++) in dcn10_enable_per_frame_crtc_position_reset()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | aarch64.cc | 2641 section_size_type group_size, in group_sections() argument 2682 if (section_end_offset - group_begin_offset >= group_size) in group_sections() 2708 if (section_end_offset - stub_table_end_offset >= group_size) in group_sections() 3076 section_size_type group_size, 5437 section_size_type group_size, in group_sections() argument 5450 output_section->group_sections(group_size, stubs_always_after_branch, in group_sections()
|
| H A D | arm.cc | 5770 section_size_type group_size, in group_sections() argument 5820 if (section_end_offset - group_begin_offset >= group_size) in group_sections() 5845 if (section_end_offset - stub_table_end_offset >= group_size) in group_sections() 12166 section_size_type group_size, in group_sections() argument 12179 output_section->group_sections(group_size, stubs_always_after_branch, in group_sections()
|
| H A D | powerpc.cc | 2498 uint32_t group_size in can_add_to_stub_group() local 2514 bool toobig = this_size > group_size; in can_add_to_stub_group() 2524 || this->group_end_addr_ - end_addr < group_size)) in can_add_to_stub_group() 2535 else if (this->group_end_addr_ - start_addr < group_size) in can_add_to_stub_group()
|