Searched refs:n_elts (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | simplify-rtx.c | 892 rtvec v = rtvec_alloc (n_elts); in simplify_const_unary_operation() 896 for (i = 0; i < n_elts; i++) in simplify_const_unary_operation() 906 for (i = 0; i < n_elts; i++) in simplify_const_unary_operation() 924 for (i = 0; i < n_elts; i++) in simplify_const_unary_operation() 2567 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1() 2647 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1() 2701 for (i = 0; i < n_elts; i++) in simplify_const_binary_operation() 2721 gcc_assert (n_elts >= 2); in simplify_const_binary_operation() 2722 if (n_elts == 2) in simplify_const_binary_operation() 4181 int mask = (1 << n_elts) - 1; in simplify_ternary_operation() [all …]
|
| H A D | expr.c | 5331 unsigned n_elts; in store_constructor() local 5335 n_elts = TYPE_VECTOR_SUBPARTS (type); in store_constructor() 5345 vector = rtvec_alloc (n_elts); in store_constructor() 5346 for (i = 0; i < n_elts; i++) in store_constructor() 5377 need_to_clear = (count < n_elts || 4 * zero_count >= 3 * count); in store_constructor()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | predicates.md | 666 unsigned n_elts; 672 n_elts = 675 for (n_elts--; n_elts > 0; n_elts--) 677 rtx elt = CONST_VECTOR_ELT (op, n_elts);
|
| H A D | i386.c | 19184 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local 19189 n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init_general() 19191 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general() 19247 int n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init() local 19253 for (i = 0; i < n_elts; ++i) in ix86_expand_vector_init()
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 8042 tree n_elts = NULL_TREE; in sparc_handle_vis_mul8x16() local 8054 n_elts = tree_cons (NULL_TREE, in sparc_handle_vis_mul8x16() 8056 n_elts); in sparc_handle_vis_mul8x16() 8070 n_elts); in sparc_handle_vis_mul8x16() 8084 n_elts); in sparc_handle_vis_mul8x16() 8092 return nreverse (n_elts); in sparc_handle_vis_mul8x16() 8121 tree n_elts = NULL_TREE; in sparc_fold_builtin() local 8128 n_elts); in sparc_fold_builtin() 8164 tree n_elts = NULL_TREE; in sparc_fold_builtin() local 8169 n_elts = tree_cons (NULL_TREE, TREE_VALUE (elts0), n_elts); in sparc_fold_builtin() [all …]
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 2380 int n_elts = GET_MODE_NUNITS (mode); in rs6000_expand_vector_init() local 2386 for (i = 0; i < n_elts; ++i) in rs6000_expand_vector_init() 2452 XVECEXP (copy, 0, one_var) = XVECEXP (vals, 0, (one_var + 1) % n_elts); in rs6000_expand_vector_init() 2463 for (i = 0; i < n_elts; i++) in rs6000_expand_vector_init()
|