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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 975 auto this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo); local
981 GET_MODE_NAME (this_loop_vinfo->vector_mode),
982 vect_vf_for_cost (this_loop_vinfo),
1015 if (maybe_gt (LOOP_VINFO_INT_NITERS (this_loop_vinfo),
1016 LOOP_VINFO_VECT_FACTOR (this_loop_vinfo)))
1041 else if (!LOOP_VINFO_NITERS_KNOWN_P (this_loop_vinfo)
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 1886 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo);
1889 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1921 if (LOOP_VINFO_USING_PARTIAL_VECTORS_P (this_loop_vinfo)
1943 if (!LOOP_VINFO_USING_PARTIAL_VECTORS_P (this_loop_vinfo))
1968 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo);
1971 struct loop *loop = LOOP_VINFO_LOOP (this_loop_vinfo);
1974 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1992 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf;
2023 and if other_loop_vinfo is 1 unit worse than this_loop_vinfo
2024 for the estimated VF, we'd then choose this_loop_vinfo eve
1884 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo); local
1966 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 1853 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo);
1856 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1888 if (LOOP_VINFO_USING_PARTIAL_VECTORS_P (this_loop_vinfo)
1910 if (!LOOP_VINFO_USING_PARTIAL_VECTORS_P (this_loop_vinfo))
1935 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo);
1938 struct loop *loop = LOOP_VINFO_LOOP (this_loop_vinfo);
1941 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1957 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf;
1988 and if other_loop_vinfo is 1 unit worse than this_loop_vinfo
1989 for the estimated VF, we'd then choose this_loop_vinfo eve
1851 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo); local
1933 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo); local
    [all...]

Completed in 30 milliseconds