HomeSort by: relevance | last modified time | path
    Searched defs:other_loop_vinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 976 auto other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo); local
983 GET_MODE_NAME (other_loop_vinfo->vector_mode),
984 vect_vf_for_cost (other_loop_vinfo));
1011 else if (riscv_v_ext_vector_mode_p (other_loop_vinfo->vector_mode))
1013 if (LOOP_VINFO_NITERS_KNOWN_P (other_loop_vinfo))
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 1887 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo);
1890 poly_int64 other_vf = LOOP_VINFO_VECT_FACTOR (other_loop_vinfo);
1916 if (LOOP_VINFO_USING_PARTIAL_VECTORS_P (other_loop_vinfo)
1941 if (!LOOP_VINFO_USING_PARTIAL_VECTORS_P (other_loop_vinfo))
1969 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo);
1972 gcc_assert (LOOP_VINFO_LOOP (other_loop_vinfo) == loop);
1975 poly_int64 other_vf = LOOP_VINFO_VECT_FACTOR (other_loop_vinfo);
1994 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
2016 /* When other_loop_vinfo uses a variable vectorization factor,
2023 and if other_loop_vinfo is 1 unit worse than this_loop_vinf
1885 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo); local
1967 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 1854 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo);
1857 poly_int64 other_vf = LOOP_VINFO_VECT_FACTOR (other_loop_vinfo);
1883 if (LOOP_VINFO_USING_PARTIAL_VECTORS_P (other_loop_vinfo)
1908 if (!LOOP_VINFO_USING_PARTIAL_VECTORS_P (other_loop_vinfo))
1936 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo);
1939 gcc_assert (LOOP_VINFO_LOOP (other_loop_vinfo) == loop);
1942 poly_int64 other_vf = LOOP_VINFO_VECT_FACTOR (other_loop_vinfo);
1959 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
1981 /* When other_loop_vinfo uses a variable vectorization factor,
1988 and if other_loop_vinfo is 1 unit worse than this_loop_vinf
1852 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo); local
1934 loop_vec_info other_loop_vinfo = as_a<loop_vec_info> (other->m_vinfo); local
    [all...]

Completed in 16 milliseconds