HomeSort by: relevance | last modified time | path
    Searched refs:index_elt_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2188 tree index_elt_type = TREE_TYPE (vec_type);
2190 if (!INTEGRAL_TYPE_P (index_elt_type) || !TYPE_UNSIGNED (index_elt_type))
2192 index_elt_type = build_nonstandard_integer_type
2193 (GET_MODE_BITSIZE (SCALAR_TYPE_MODE (index_elt_type)), true);
2194 index_vec_type = build_vector_type (index_elt_type, nunits);
2199 v.quick_push (build_int_cstu (index_elt_type, base + i * step));
2185 tree index_elt_type = TREE_TYPE (vec_type); local
tree-vect-loop.cc 5773 tree index_elt_type = TREE_TYPE (index_type); local
5778 tree index_mask = build_int_cst (index_elt_type, group_size - 1);
5818 tree compare_val = build_int_cst (index_elt_type, i);
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2172 tree index_elt_type = TREE_TYPE (vec_type);
2174 if (!INTEGRAL_TYPE_P (index_elt_type) || !TYPE_UNSIGNED (index_elt_type))
2176 index_elt_type = build_nonstandard_integer_type
2177 (GET_MODE_BITSIZE (SCALAR_TYPE_MODE (index_elt_type)), true);
2178 index_vec_type = build_vector_type (index_elt_type, nunits);
2183 v.quick_push (build_int_cstu (index_elt_type, base + i * step));
2169 tree index_elt_type = TREE_TYPE (vec_type); local
tree-vect-loop.cc 6579 tree index_elt_type = TREE_TYPE (index_type); local
6584 tree index_mask = build_int_cst (index_elt_type, group_size - 1);
6624 tree compare_val = build_int_cst (index_elt_type, i);

Completed in 106 milliseconds