Home
last modified time | relevance | path

Searched refs:vec_len (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-lang.c166 int vec_len, i; in fold_cplus_constants() local
171 vec_len = TREE_VEC_LENGTH (elems); in fold_cplus_constants()
178 for (i = 0; i < vec_len; ++i) in fold_cplus_constants()
183 if (i == vec_len) in fold_cplus_constants()
186 folded_elems = make_tree_vec (vec_len); in fold_cplus_constants()
187 for (i = 0; i < vec_len; ++i) in fold_cplus_constants()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-lang.cc180 int vec_len, i; in fold_cplus_constants() local
185 vec_len = TREE_VEC_LENGTH (elems); in fold_cplus_constants()
192 for (i = 0; i < vec_len; ++i) in fold_cplus_constants()
197 if (i == vec_len) in fold_cplus_constants()
200 folded_elems = make_tree_vec (vec_len); in fold_cplus_constants()
201 for (i = 0; i < vec_len; ++i) in fold_cplus_constants()
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/
H A Dvchi.h81 int32_t vec_len; member
88 int32_t vec_len; member
95 uint32_t vec_len; member
H A Dvchi_common.h151 int32_t vec_len; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c2371 int vec_len; in gen_mnemonic_setattr() local
2448 vec_len = 0; in gen_mnemonic_setattr()
2450 vec_len = XVECLEN (insn, 4); in gen_mnemonic_setattr()
2452 new_vec = rtvec_alloc (vec_len + 1); in gen_mnemonic_setattr()
2453 for (i = 0; i < vec_len; i++) in gen_mnemonic_setattr()
2455 RTVEC_ELT (new_vec, vec_len) = set_attr; in gen_mnemonic_setattr()
H A Dtree-ssa-reassoc.c5806 unsigned i, j, vec_len; in attempt_builtin_powi() local
5886 vec_len = repeat_factor_vec.length (); in attempt_builtin_powi()
5904 if (j < vec_len) in attempt_builtin_powi()
5917 for (elt = j; elt < vec_len; elt++) in attempt_builtin_powi()
5921 if (elt < vec_len - 1) in attempt_builtin_powi()
5944 for (elt = j; elt < vec_len; elt++) in attempt_builtin_powi()
5948 if (elt < vec_len - 1) in attempt_builtin_powi()
5968 if (j >= vec_len) in attempt_builtin_powi()
5978 for (elt = j; elt < vec_len; elt++) in attempt_builtin_powi()
5982 if (elt < vec_len - 1) in attempt_builtin_powi()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgensupport.cc2368 int vec_len; in gen_mnemonic_setattr() local
2445 vec_len = 0; in gen_mnemonic_setattr()
2447 vec_len = XVECLEN (insn, 4); in gen_mnemonic_setattr()
2449 new_vec = rtvec_alloc (vec_len + 1); in gen_mnemonic_setattr()
2450 for (i = 0; i < vec_len; i++) in gen_mnemonic_setattr()
2452 RTVEC_ELT (new_vec, vec_len) = set_attr; in gen_mnemonic_setattr()
H A Dtree-ssa-reassoc.cc6190 unsigned i, j, vec_len; in attempt_builtin_powi() local
6270 vec_len = repeat_factor_vec.length (); in attempt_builtin_powi()
6288 if (j < vec_len) in attempt_builtin_powi()
6301 for (elt = j; elt < vec_len; elt++) in attempt_builtin_powi()
6305 if (elt < vec_len - 1) in attempt_builtin_powi()
6347 for (elt = j; elt < vec_len; elt++) in attempt_builtin_powi()
6351 if (elt < vec_len - 1) in attempt_builtin_powi()
6371 if (j >= vec_len) in attempt_builtin_powi()
6381 for (elt = j; elt < vec_len; elt++) in attempt_builtin_powi()
6385 if (elt < vec_len - 1) in attempt_builtin_powi()
[all …]
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_shim.c368 vchiq_static_assert(offsetof(VCHI_MSG_VECTOR_T, vec_len) ==
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c7431 unsigned int vec_len; in evax_bfd_print_typspec() local
7438 vec_len = (buf[0] + 1 + 7) / 8; in evax_bfd_print_typspec()
7439 for (i = 0; i < vec_len; i++) in evax_bfd_print_typspec()
7449 vs = buf + 1 + vec_len; in evax_bfd_print_typspec()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c7262 unsigned int vec_len; in evax_bfd_print_typspec() local
7269 vec_len = (buf[0] + 1 + 7) / 8; in evax_bfd_print_typspec()
7270 for (i = 0; i < vec_len; i++) in evax_bfd_print_typspec()
7280 vs = buf + 1 + vec_len; in evax_bfd_print_typspec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c7928 unsigned int vec_len = 0; in ix86_expand_call() local
8055 vec[vec_len++] = call; in ix86_expand_call()
8061 vec[vec_len++] = pop; in ix86_expand_call()
8135 if (vec_len > 1) in ix86_expand_call()
8136 call = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (vec_len, vec)); in ix86_expand_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9167 unsigned int vec_len = 0; in ix86_expand_call() local
9294 vec[vec_len++] = call; in ix86_expand_call()
9300 vec[vec_len++] = pop; in ix86_expand_call()
9374 if (vec_len > 1) in ix86_expand_call()
9375 call = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (vec_len, vec)); in ix86_expand_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c21020 poly_int64 vec_len = d->perm.length (); in aarch64_evpc_sel() local
21024 && !known_eq (d->perm[i], vec_len + i)) in aarch64_evpc_sel()
21029 && !d->perm.series_p (i, n_patterns, vec_len + i, n_patterns)) in aarch64_evpc_sel()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc24202 poly_int64 vec_len = d->perm.length (); in aarch64_evpc_sel() local
24206 && !known_eq (d->perm[i], vec_len + i)) in aarch64_evpc_sel()
24211 && !d->perm.series_p (i, n_patterns, vec_len + i, n_patterns)) in aarch64_evpc_sel()