Home
last modified time | relevance | path

Searched refs:body_cost_vec (Results 1 – 25 of 115) sorted by relevance

12345

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-slp.c181 stmt_vector_for_cost *body_cost_vec) in vect_get_and_check_slp_defs() argument
327 body_cost_vec); in vect_get_and_check_slp_defs()
336 prologue_cost_vec, body_cost_vec); in vect_get_and_check_slp_defs()
734 body_cost_vec)) in vect_build_slp_tree()
834 prologue_cost_vec, body_cost_vec); in vect_build_slp_tree()
913 body_cost_vec)) in vect_build_slp_tree()
1598 body_cost_vec.create (10); in vect_analyze_slp_instance()
1622 body_cost_vec.release (); in vect_analyze_slp_instance()
1688 body_cost_vec.release (); in vect_analyze_slp_instance()
2080 stmt_vector_for_cost body_cost_vec; in vect_bb_vectorization_profitable_p() local
[all …]
H A Dtree-vect-data-refs.c1273 NULL, body_cost_vec, false); in vect_get_data_access_cost()
1377 body_cost_vec.create (2); in vect_peeling_hash_get_lowest_cost()
1393 &body_cost_vec); in vect_peeling_hash_get_lowest_cost()
1416 min->body_cost_vec = body_cost_vec; in vect_peeling_hash_get_lowest_cost()
1421 body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1456 *body_cost_vec = res.body_cost_vec; in vect_peeling_hash_choose_best_peeling()
1841 &body_cost_vec); in vect_enhance_data_refs_alignment()
1922 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
1959 if (body_cost_vec.exists ()) in vect_enhance_data_refs_alignment()
1968 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
[all …]
H A Dtree-vect-stmts.c79 if (body_cost_vec) in record_stmt_cost()
82 add_stmt_info_to_vec (body_cost_vec, count, kind, in record_stmt_cost()
813 stmt_vector_for_cost *body_cost_vec) in vect_model_simple_cost() argument
912 stmt_vector_for_cost *body_cost_vec) in vect_model_store_cost() argument
982 stmt_vector_for_cost *body_cost_vec) in vect_get_store_cost() argument
992 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, in vect_get_store_cost()
1005 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, in vect_get_store_cost()
1042 stmt_vector_for_cost *body_cost_vec) in vect_model_load_cost() argument
1089 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_load_cost()
1100 prologue_cost_vec, body_cost_vec, true); in vect_model_load_cost()
[all …]
H A Dtree-vectorizer.h132 stmt_vector_for_cost body_cost_vec; member
151 #define SLP_INSTANCE_BODY_COST_VEC(S) (S)->body_cost_vec
191 stmt_vector_for_cost body_cost_vec; member
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-slp.c181 stmt_vector_for_cost *body_cost_vec) in vect_get_and_check_slp_defs() argument
327 body_cost_vec); in vect_get_and_check_slp_defs()
336 prologue_cost_vec, body_cost_vec); in vect_get_and_check_slp_defs()
734 body_cost_vec)) in vect_build_slp_tree()
834 prologue_cost_vec, body_cost_vec); in vect_build_slp_tree()
913 body_cost_vec)) in vect_build_slp_tree()
1598 body_cost_vec.create (10); in vect_analyze_slp_instance()
1622 body_cost_vec.release (); in vect_analyze_slp_instance()
1688 body_cost_vec.release (); in vect_analyze_slp_instance()
2012 stmt_vector_for_cost body_cost_vec; in vect_bb_vectorization_profitable_p() local
[all …]
H A Dtree-vect-data-refs.c1266 NULL, body_cost_vec, false); in vect_get_data_access_cost()
1370 body_cost_vec.create (2); in vect_peeling_hash_get_lowest_cost()
1386 &body_cost_vec); in vect_peeling_hash_get_lowest_cost()
1409 min->body_cost_vec = body_cost_vec; in vect_peeling_hash_get_lowest_cost()
1414 body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1449 *body_cost_vec = res.body_cost_vec; in vect_peeling_hash_choose_best_peeling()
1834 &body_cost_vec); in vect_enhance_data_refs_alignment()
1915 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
1952 if (body_cost_vec.exists ()) in vect_enhance_data_refs_alignment()
1961 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
[all …]
H A Dtree-vect-stmts.c79 if (body_cost_vec) in record_stmt_cost()
82 add_stmt_info_to_vec (body_cost_vec, count, kind, in record_stmt_cost()
813 stmt_vector_for_cost *body_cost_vec) in vect_model_simple_cost() argument
912 stmt_vector_for_cost *body_cost_vec) in vect_model_store_cost() argument
982 stmt_vector_for_cost *body_cost_vec) in vect_get_store_cost() argument
992 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, in vect_get_store_cost()
1005 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, in vect_get_store_cost()
1042 stmt_vector_for_cost *body_cost_vec) in vect_model_load_cost() argument
1089 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_load_cost()
1100 prologue_cost_vec, body_cost_vec, true); in vect_model_load_cost()
[all …]
H A Dtree-vectorizer.h132 stmt_vector_for_cost body_cost_vec; member
151 #define SLP_INSTANCE_BODY_COST_VEC(S) (S)->body_cost_vec
191 stmt_vector_for_cost body_cost_vec; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-data-refs.c1050 NULL, body_cost_vec, false); in vect_get_data_access_cost()
1132 body_cost_vec.create (2); in vect_peeling_hash_get_lowest_cost()
1148 &body_cost_vec); in vect_peeling_hash_get_lowest_cost()
1171 min->body_cost_vec = body_cost_vec; in vect_peeling_hash_get_lowest_cost()
1176 body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1213 *body_cost_vec = res.body_cost_vec; in vect_peeling_hash_choose_best_peeling()
1601 &body_cost_vec); in vect_enhance_data_refs_alignment()
1682 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
1744 if (body_cost_vec.exists ()) in vect_enhance_data_refs_alignment()
1753 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
[all …]
H A Dtree-vect-slp.c1359 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1365 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1376 record_stmt_cost (body_cost_vec, group_size, vec_perm, in vect_analyze_slp_cost_1()
1411 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
1423 body_cost_vec.create (10); in vect_analyze_slp_cost()
1424 SLP_INSTANCE_BODY_COST_VEC (instance) = body_cost_vec; in vect_analyze_slp_cost()
2034 stmt_vector_for_cost body_cost_vec; in vect_bb_vectorization_profitable_p() local
2040 body_cost_vec = SLP_INSTANCE_BODY_COST_VEC (instance); in vect_bb_vectorization_profitable_p()
2042 FOR_EACH_VEC_ELT (body_cost_vec, j, ci) in vect_bb_vectorization_profitable_p()
2303 stmt_vector_for_cost body_cost_vec; in vect_update_slp_costs_according_to_vf() local
[all …]
H A Dtree-vect-stmts.c97 if (body_cost_vec) in record_stmt_cost()
100 add_stmt_info_to_vec (body_cost_vec, count, kind, in record_stmt_cost()
834 stmt_vector_for_cost *body_cost_vec) in vect_model_simple_cost() argument
933 stmt_vector_for_cost *body_cost_vec) in vect_model_store_cost() argument
1003 stmt_vector_for_cost *body_cost_vec) in vect_get_store_cost() argument
1013 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, in vect_get_store_cost()
1026 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, in vect_get_store_cost()
1063 stmt_vector_for_cost *body_cost_vec) in vect_model_load_cost() argument
1110 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_load_cost()
1121 prologue_cost_vec, body_cost_vec, true); in vect_model_load_cost()
[all …]
H A Dtree-vectorizer.h130 stmt_vector_for_cost body_cost_vec; member
145 #define SLP_INSTANCE_BODY_COST_VEC(S) (S)->body_cost_vec
215 stmt_vector_for_cost body_cost_vec; member
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-data-refs.c1109 NULL, body_cost_vec, false); in vect_get_data_access_cost()
1228 body_cost_vec.create (2); in vect_peeling_hash_get_lowest_cost()
1250 &body_cost_vec); in vect_peeling_hash_get_lowest_cost()
1271 min->body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1272 min->body_cost_vec = body_cost_vec; in vect_peeling_hash_get_lowest_cost()
1277 body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1313 *body_cost_vec = res.body_cost_vec; in vect_peeling_hash_choose_best_peeling()
1717 &body_cost_vec); in vect_enhance_data_refs_alignment()
1799 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
1880 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
[all …]
H A Dtree-vect-slp.c1479 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1492 body_cost_vec, ncopies_for_cost); in vect_analyze_slp_cost_1()
1502 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1525 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1535 record_stmt_cost (body_cost_vec, ncopies_for_cost, vector_stmt, in vect_analyze_slp_cost_1()
1537 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
1587 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
1625 body_cost_vec.create (10); in vect_analyze_slp_cost()
1627 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
1641 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
H A Dtree-vect-stmts.c90 if (body_cost_vec) in record_stmt_cost()
96 body_cost_vec->safe_push (si); in record_stmt_cost()
774 stmt_vector_for_cost *body_cost_vec) in vect_model_simple_cost() argument
873 stmt_vector_for_cost *body_cost_vec) in vect_model_store_cost() argument
932 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_store_cost()
940 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_store_cost()
955 stmt_vector_for_cost *body_cost_vec) in vect_get_store_cost() argument
1015 stmt_vector_for_cost *body_cost_vec) in vect_model_load_cost() argument
1061 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_load_cost()
1070 prologue_cost_vec, body_cost_vec, true); in vect_model_load_cost()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-data-refs.c1109 NULL, body_cost_vec, false); in vect_get_data_access_cost()
1228 body_cost_vec.create (2); in vect_peeling_hash_get_lowest_cost()
1250 &body_cost_vec); in vect_peeling_hash_get_lowest_cost()
1271 min->body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1272 min->body_cost_vec = body_cost_vec; in vect_peeling_hash_get_lowest_cost()
1277 body_cost_vec.release (); in vect_peeling_hash_get_lowest_cost()
1313 *body_cost_vec = res.body_cost_vec; in vect_peeling_hash_choose_best_peeling()
1717 &body_cost_vec); in vect_enhance_data_refs_alignment()
1799 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
1880 body_cost_vec.release (); in vect_enhance_data_refs_alignment()
[all …]
H A Dtree-vect-slp.c1479 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1492 body_cost_vec, ncopies_for_cost); in vect_analyze_slp_cost_1()
1502 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1525 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1535 record_stmt_cost (body_cost_vec, ncopies_for_cost, vector_stmt, in vect_analyze_slp_cost_1()
1537 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
1587 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
1625 body_cost_vec.create (10); in vect_analyze_slp_cost()
1627 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
1641 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
H A Dtree-vect-stmts.c90 if (body_cost_vec) in record_stmt_cost()
96 body_cost_vec->safe_push (si); in record_stmt_cost()
774 stmt_vector_for_cost *body_cost_vec) in vect_model_simple_cost() argument
873 stmt_vector_for_cost *body_cost_vec) in vect_model_store_cost() argument
932 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_store_cost()
940 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_store_cost()
955 stmt_vector_for_cost *body_cost_vec) in vect_get_store_cost() argument
1015 stmt_vector_for_cost *body_cost_vec) in vect_model_load_cost() argument
1061 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_load_cost()
1070 prologue_cost_vec, body_cost_vec, true); in vect_model_load_cost()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-slp.c1805 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1826 body_cost_vec, ncopies_for_cost, visited); in vect_analyze_slp_cost_1()
1840 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1855 record_stmt_cost (body_cost_vec, n_perms, vec_perm, in vect_analyze_slp_cost_1()
1889 body_cost_vec); in vect_analyze_slp_cost_1()
1923 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
2011 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
2051 body_cost_vec.create (10); in vect_analyze_slp_cost()
2053 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
2067 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
H A Dtree-vect-stmts.c100 if (body_cost_vec) in record_stmt_cost()
106 body_cost_vec->safe_push (si); in record_stmt_cost()
823 stmt_vector_for_cost *body_cost_vec) in vect_model_simple_cost() argument
904 stmt_vector_for_cost *body_cost_vec) in vect_model_store_cost() argument
955 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_store_cost()
967 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_store_cost()
983 stmt_vector_for_cost *body_cost_vec) in vect_get_store_cost() argument
1044 stmt_vector_for_cost *body_cost_vec) in vect_model_load_cost() argument
1091 inside_cost += record_stmt_cost (body_cost_vec, in vect_model_load_cost()
1098 prologue_cost_vec, body_cost_vec, true); in vect_model_load_cost()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1805 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1826 body_cost_vec, ncopies_for_cost, visited); in vect_analyze_slp_cost_1()
1840 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1855 record_stmt_cost (body_cost_vec, n_perms, vec_perm, in vect_analyze_slp_cost_1()
1889 body_cost_vec); in vect_analyze_slp_cost_1()
1923 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
2011 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
2051 body_cost_vec.create (10); in vect_analyze_slp_cost()
2053 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
2067 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1805 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1826 body_cost_vec, ncopies_for_cost, visited); in vect_analyze_slp_cost_1()
1840 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1855 record_stmt_cost (body_cost_vec, n_perms, vec_perm, in vect_analyze_slp_cost_1()
1889 body_cost_vec); in vect_analyze_slp_cost_1()
1923 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
2011 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
2051 body_cost_vec.create (10); in vect_analyze_slp_cost()
2053 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
2067 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1805 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1826 body_cost_vec, ncopies_for_cost, visited); in vect_analyze_slp_cost_1()
1840 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1855 record_stmt_cost (body_cost_vec, n_perms, vec_perm, in vect_analyze_slp_cost_1()
1889 body_cost_vec); in vect_analyze_slp_cost_1()
1923 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
2011 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
2051 body_cost_vec.create (10); in vect_analyze_slp_cost()
2053 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
2067 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1805 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1826 body_cost_vec, ncopies_for_cost, visited); in vect_analyze_slp_cost_1()
1840 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1855 record_stmt_cost (body_cost_vec, n_perms, vec_perm, in vect_analyze_slp_cost_1()
1889 body_cost_vec); in vect_analyze_slp_cost_1()
1923 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
2011 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
2051 body_cost_vec.create (10); in vect_analyze_slp_cost()
2053 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
2067 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-slp.c1802 stmt_vector_for_cost *body_cost_vec, in vect_analyze_slp_cost_1() argument
1823 body_cost_vec, ncopies_for_cost, visited); in vect_analyze_slp_cost_1()
1837 node, prologue_cost_vec, body_cost_vec); in vect_analyze_slp_cost_1()
1852 record_stmt_cost (body_cost_vec, n_perms, vec_perm, in vect_analyze_slp_cost_1()
1886 body_cost_vec); in vect_analyze_slp_cost_1()
1920 record_stmt_cost (body_cost_vec, ncopies_for_cost, vec_perm, in vect_analyze_slp_cost_1()
2008 stmt_vector_for_cost body_cost_vec, prologue_cost_vec; in vect_analyze_slp_cost() local
2048 body_cost_vec.create (10); in vect_analyze_slp_cost()
2050 &prologue_cost_vec, &body_cost_vec, in vect_analyze_slp_cost()
2064 FOR_EACH_VEC_ELT (body_cost_vec, i, si) in vect_analyze_slp_cost()
[all …]

12345