Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 25 of 51) sorted by relevance

123

/dragonfly/contrib/gcc-8.0/gcc/
HDvec-perm-indices.c249 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) in vec_perm_indices_to_tree() argument
251 gcc_assert (known_eq (TYPE_VECTOR_SUBPARTS (type), indices.length ())); in vec_perm_indices_to_tree()
252 tree_vector_builder sel (type, indices.encoding ().npatterns (), in vec_perm_indices_to_tree()
253 indices.encoding ().nelts_per_pattern ()); in vec_perm_indices_to_tree()
256 sel.quick_push (build_int_cst (TREE_TYPE (type), indices[i])); in vec_perm_indices_to_tree()
264 vec_perm_indices_to_rtx (machine_mode mode, const vec_perm_indices &indices) in vec_perm_indices_to_rtx() argument
267 && known_eq (GET_MODE_NUNITS (mode), indices.length ())); in vec_perm_indices_to_rtx()
268 rtx_vector_builder sel (mode, indices.encoding ().npatterns (), in vec_perm_indices_to_rtx()
269 indices.encoding ().nelts_per_pattern ()); in vec_perm_indices_to_rtx()
272 sel.quick_push (gen_int_mode (indices[i], GET_MODE_INNER (mode))); in vec_perm_indices_to_rtx()
[all …]
HDtree-vect-data-refs.c5157 vec_perm_indices indices; in vect_grouped_store_supported() local
5172 indices.new_vector (sel, 2, nelt); in vect_grouped_store_supported()
5173 if (!can_vec_perm_const_p (mode, indices)) in vect_grouped_store_supported()
5190 indices.new_vector (sel, 2, nelt); in vect_grouped_store_supported()
5191 if (!can_vec_perm_const_p (mode, indices)) in vect_grouped_store_supported()
5215 vec_perm_indices indices (sel, 2, nelt); in vect_grouped_store_supported()
5216 if (can_vec_perm_const_p (mode, indices)) in vect_grouped_store_supported()
5220 indices.new_vector (sel, 2, nelt); in vect_grouped_store_supported()
5221 if (can_vec_perm_const_p (mode, indices)) in vect_grouped_store_supported()
5340 vec_perm_indices indices; in vect_permute_store_chain() local
[all …]
HDtree-data-ref.h116 struct indices struct
171 struct indices indices; member
179 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
180 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base
181 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns
HDoptc-gen.awk258 indices[opts[i]] = j;
272 indices[opts[i]] = j;
368 idx = indices[neg]
374 idx = indices[opts[i]];
HDoptabs-query.c538 vec_perm_indices indices (sel, 2, nunits); in can_mult_highpart_p()
539 if (can_vec_perm_const_p (mode, indices)) in can_mult_highpart_p()
554 vec_perm_indices indices (sel, 2, nunits); in can_mult_highpart_p()
555 if (can_vec_perm_const_p (mode, indices)) in can_mult_highpart_p()
HDtree-vect-generic.c1326 vec_perm_indices indices (sel_int, 2, elements); in lower_vec_perm()
1327 if (can_vec_perm_const_p (TYPE_MODE (vect_type), indices)) in lower_vec_perm()
1339 && maybe_ne (indices[0], 0) in lower_vec_perm()
1340 && known_lt (poly_uint64 (indices[0]), elements)) in lower_vec_perm()
1342 bool ok_p = indices.series_p (0, 1, indices[0], 1); in lower_vec_perm()
1347 poly_uint64 actual = indices[i]; in lower_vec_perm()
1348 poly_uint64 expected = i + indices[0]; in lower_vec_perm()
HDtree-vect-loop-manip.c300 interleave_supported_p (vec_perm_indices *indices, tree vectype, in interleave_supported_p() argument
311 indices->new_vector (sel, 2, nelts); in interleave_supported_p()
312 return can_vec_perm_const_p (TYPE_MODE (vectype), *indices); in interleave_supported_p()
356 vec_perm_indices indices[2]; in vect_maybe_permute_loop_masks() local
358 && interleave_supported_p (&indices[0], src_masktype, 0) in vect_maybe_permute_loop_masks()
359 && interleave_supported_p (&indices[1], src_masktype, 1)) in vect_maybe_permute_loop_masks()
365 masks[i] = vect_gen_perm_mask_checked (src_masktype, indices[i]); in vect_maybe_permute_loop_masks()
HDtree-vect-stmts.c2015 vec_perm_indices indices (sel, 1, nunits); in perm_mask_for_reverse()
2016 if (!can_vec_perm_const_p (TYPE_MODE (vectype), indices)) in perm_mask_for_reverse()
2018 return vect_gen_perm_mask_checked (vectype, indices); in perm_mask_for_reverse()
2595 vec_perm_indices indices (sel, 1, count); in vect_build_gather_load_calls()
2597 indices); in vect_build_gather_load_calls()
2610 vec_perm_indices indices (sel, 2, count); in vect_build_gather_load_calls()
2611 perm_mask = vect_gen_perm_mask_checked (vectype, indices); in vect_build_gather_load_calls()
2619 indices.new_vector (sel, 2, count); in vect_build_gather_load_calls()
2620 mask_perm_mask = vect_gen_perm_mask_checked (masktype, indices); in vect_build_gather_load_calls()
2882 vec_perm_indices indices (elts, 1, num_bytes); in vectorizable_bswap()
[all …]
HDtree-vect-slp.c997 vec_perm_indices indices (sel, 2, count); in vect_build_slp_tree_1()
998 if (!can_vec_perm_const_p (TYPE_MODE (vectype), indices)) in vect_build_slp_tree_1()
3926 vec_perm_indices indices; in vect_transform_slp_perm_load() local
4000 indices.new_vector (mask, 2, nunits); in vect_transform_slp_perm_load()
4001 if (!can_vec_perm_const_p (mode, indices)) in vect_transform_slp_perm_load()
4029 mask_vec = vec_perm_indices_to_tree (mask_type, indices); in vect_transform_slp_perm_load()
HDtree-ssa-forwprop.c2116 vec_perm_indices indices (sel, 1, nelts); in simplify_vector_constructor()
2117 if (!can_vec_perm_const_p (TYPE_MODE (type), indices)) in simplify_vector_constructor()
2126 op2 = vec_perm_indices_to_tree (mask_type, indices); in simplify_vector_constructor()
/dragonfly/contrib/gdb-7/gdb/
HDopencl-lang.c149 int *indices; member
157 allocate_lval_closure (int *indices, int n, struct value *val) in allocate_lval_closure() argument
163 c->indices = XCALLOC (n, int); in allocate_lval_closure()
164 memcpy (c->indices, indices, n * sizeof (int)); in allocate_lval_closure()
195 value_contents (c->val) + c->indices[i] * elsize, in lval_func_read()
232 struct value *to_elm_val = value_subscript (c->val, c->indices[i]); in lval_func_write()
269 if (!value_bits_valid (c->val, c->indices[i] * elsize + comp_offset, in lval_func_check_validity()
289 if (value_bits_valid (c->val, c->indices[i] * elsize, elsize)) in lval_func_check_any_valid()
324 c->indices[i] * elsize + comp_offset, in lval_func_check_synthetic_pointer()
352 xfree (c->indices); in lval_func_free_closure()
[all …]
HDada-lang.c9056 LONGEST *indices; in assign_aggregate() local
9093 indices = alloca (max_indices * sizeof (indices[0])); in assign_aggregate()
9094 indices[0] = indices[1] = low_index - 1; in assign_aggregate()
9095 indices[2] = indices[3] = high_index + 1; in assign_aggregate()
9103 aggregate_assign_from_choices (container, lhs, exp, pos, indices, in assign_aggregate()
9108 aggregate_assign_positional (container, lhs, exp, pos, indices, in assign_aggregate()
9115 aggregate_assign_others (container, lhs, exp, pos, indices, in assign_aggregate()
9135 int *pos, LONGEST *indices, int *num_indices, in aggregate_assign_positional() argument
9144 add_component_interval (ind, ind, indices, num_indices, max_indices); in aggregate_assign_positional()
9160 int *pos, LONGEST *indices, int *num_indices, in aggregate_assign_from_choices() argument
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
HDsarray.c135 the_index = &(array->indices[ioffset]); in sarray_at_put()
278 arr->indices = new_indices; in sarray_new()
338 old_indices = array->indices; in sarray_realloc()
369 array->indices = new_indices; in sarray_realloc()
405 old_indices = array->indices; in sarray_free()
463 sarray_free_garbage (array->indices); in sarray_free()
510 memcpy (new_indices, oarr->indices, sizeof (struct sindex *) * num_indices); in sarray_lazy_copy()
511 arr->indices = new_indices; in sarray_lazy_copy()
/dragonfly/contrib/gcc-4.7/gcc/
HDoptc-gen.awk182 indices[opts[i]] = j;
196 indices[opts[i]] = j;
287 idx = indices[neg]
293 idx = indices[opts[i]];
HDtree-data-ref.h78 struct indices struct
192 struct indices indices; member
203 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
204 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base
205 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns
HDgraphds.h50 htab_t indices; /* Fast lookup for indices. */ member
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
HDsarray.h138 struct sindex** indices; member
217 indices[x.off.ioffset]-> in sarray_get()
226 indices[indx / INDEX_CAPACITY]-> in sarray_get()
/dragonfly/crypto/openssh/
HDsftp.c977 u_int i, j, nentries, *indices = NULL, c = 1; in do_globbed_ls() local
1030 indices = xcalloc(nentries, sizeof(*indices)); in do_globbed_ls()
1032 indices[i] = i; in do_globbed_ls()
1037 qsort(indices, nentries, sizeof(*indices), sglob_comp); in do_globbed_ls()
1043 i = indices[j]; in do_globbed_ls()
1074 free(indices); in do_globbed_ls()
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
HDMakefile.headers373 vec-perm-indices.h \
/dragonfly/sys/kern/
HDbus_if.m143 # indices in the resource required. flags is a set of sharing flags
/dragonfly/contrib/gdb-7/bfd/
HDelflink.c7510 long *indices; member
9339 for (isym = isymbuf, pindex = flinfo->indices, ppsection = flinfo->sections; in elf_link_input_bfd()
9546 if (flinfo->indices[symndx] == -1) in elf_link_input_bfd()
9573 flinfo->indices[symndx] = indx; in elf_link_input_bfd()
9578 = flinfo->indices[symndx]; in elf_link_input_bfd()
9971 if (flinfo->indices[r_symndx] == -1) in elf_link_input_bfd()
10022 flinfo->indices[r_symndx] = indx; in elf_link_input_bfd()
10027 r_symndx = flinfo->indices[r_symndx]; in elf_link_input_bfd()
10470 if (flinfo->indices != NULL) in elf_final_link_free()
10471 free (flinfo->indices); in elf_final_link_free()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
HDelflink.c7692 long *indices; member
9874 for (isym = isymbuf, pindex = flinfo->indices, ppsection = flinfo->sections; in elf_link_input_bfd()
10090 if (flinfo->indices[symndx] == -1) in elf_link_input_bfd()
10118 flinfo->indices[symndx] = indx; in elf_link_input_bfd()
10123 = flinfo->indices[symndx]; in elf_link_input_bfd()
10543 if (flinfo->indices[r_symndx] == -1) in elf_link_input_bfd()
10595 flinfo->indices[r_symndx] = indx; in elf_link_input_bfd()
10600 r_symndx = flinfo->indices[r_symndx]; in elf_link_input_bfd()
11050 if (flinfo->indices != NULL) in elf_final_link_free()
11051 free (flinfo->indices); in elf_final_link_free()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dutility287 // Stores a tuple of indices. Used by tuple and pair, and by bind() to
/dragonfly/sys/dev/drm/amd/amdgpu/
HDgfx_v8_0.c4011 int indices; in gfx_v8_0_parse_ind_reg_list() local
4031 for (indices = 0; in gfx_v8_0_parse_ind_reg_list()
4032 indices < *indices_count; in gfx_v8_0_parse_ind_reg_list()
4033 indices++) { in gfx_v8_0_parse_ind_reg_list()
4034 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list()
4039 if (indices >= *indices_count) { in gfx_v8_0_parse_ind_reg_list()
4042 indices = *indices_count; in gfx_v8_0_parse_ind_reg_list()
4047 register_list_format[ind_offset] = indices; in gfx_v8_0_parse_ind_reg_list()
/dragonfly/contrib/binutils-2.34/bfd/
HDelflink.c8270 long *indices; member
10496 for (isym = isymbuf, pindex = flinfo->indices, ppsection = flinfo->sections; in elf_link_input_bfd()
10715 if (flinfo->indices[symndx] == -1) in elf_link_input_bfd()
10743 flinfo->indices[symndx] = indx; in elf_link_input_bfd()
10748 = flinfo->indices[symndx]; in elf_link_input_bfd()
11169 if (flinfo->indices[r_symndx] == -1) in elf_link_input_bfd()
11226 flinfo->indices[r_symndx] = indx; in elf_link_input_bfd()
11231 r_symndx = flinfo->indices[r_symndx]; in elf_link_input_bfd()
11775 if (flinfo->indices != NULL) in elf_final_link_free()
11776 free (flinfo->indices); in elf_final_link_free()
[all …]

123