| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-costs.h | 55 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind,
|
| riscv-vector-costs.cc | 1135 costs::add_stmt_cost (int count, vect_cost_for_stmt kind, function in class:riscv_vector::costs 1219 add_stmt_cost (body_stmts, scalar_stmt, NULL, NULL, NULL_TREE, 0,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vectorizer.h | 1601 virtual unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 1873 /* Alias targetm.vectorize.add_stmt_cost. */ 1876 add_stmt_cost (vector_costs *costs, int count, function 1882 unsigned cost = costs->add_stmt_cost (count, kind, stmt_info, node, vectype, 1891 add_stmt_cost (vector_costs *costs, int count, enum vect_cost_for_stmt kind, function 1896 return add_stmt_cost (costs, count, kind, NULL, NULL, NULL_TREE, 0, where); 1899 /* Alias targetm.vectorize.add_stmt_cost. */ 1902 add_stmt_cost (vector_costs *costs, stmt_info_for_cost *i) function 1904 return add_stmt_cost (costs, i->count, i->kind, i->stmt_info, i->node, 1929 add_stmt_cost (costs, cost->count, cost->kind, cost->stmt_info [all...] |
| tree-vect-loop.cc | 4636 (void) add_stmt_cost (target_cost_data, len, scalar_stmt, vect_prologue); 4648 (void) add_stmt_cost (target_cost_data, len, scalar_stmt, vect_prologue); 4652 (void) add_stmt_cost (target_cost_data, len * 2 - 1, 4663 (void) add_stmt_cost (target_cost_data, nstmts, 4676 (void) add_stmt_cost (target_cost_data, 1, vector_stmt, 4685 (void) add_stmt_cost (target_cost_data, 1, cond_branch_taken, 4772 (void) add_stmt_cost (target_cost_data, 4782 (void) add_stmt_cost (target_cost_data, 4791 (void) add_stmt_cost (target_cost_data, 1, cond_branch_taken, 4795 (void) add_stmt_cost (target_cost_data, 1 [all...] |
| tree-vectorizer.cc | 1806 vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind, 1804 vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind, function in class:vector_costs
|
| tree-vect-slp.cc | 7309 add_stmt_cost (scalar_target_cost_data, li_scalar_costs[si].second); 7322 add_stmt_cost (vect_target_cost_data, li_vector_costs[vi].second);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vectorizer.h | 1479 virtual unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 1751 /* Alias targetm.vectorize.add_stmt_cost. */ 1754 add_stmt_cost (vector_costs *costs, int count, function 1760 unsigned cost = costs->add_stmt_cost (count, kind, stmt_info, node, vectype, 1769 add_stmt_cost (vector_costs *costs, int count, enum vect_cost_for_stmt kind, function 1774 return add_stmt_cost (costs, count, kind, NULL, NULL, NULL_TREE, 0, where); 1777 /* Alias targetm.vectorize.add_stmt_cost. */ 1780 add_stmt_cost (vector_costs *costs, stmt_info_for_cost *i) function 1782 return add_stmt_cost (costs, i->count, i->kind, i->stmt_info, i->node, 1807 add_stmt_cost (costs, cost->count, cost->kind, cost->stmt_info [all...] |
| tree-vect-loop.cc | 3937 (void) add_stmt_cost (target_cost_data, len, scalar_stmt, vect_prologue); 3949 (void) add_stmt_cost (target_cost_data, len, scalar_stmt, vect_prologue); 3953 (void) add_stmt_cost (target_cost_data, len * 2 - 1, 3964 (void) add_stmt_cost (target_cost_data, nstmts, 3977 (void) add_stmt_cost (target_cost_data, 1, vector_stmt, 3986 (void) add_stmt_cost (target_cost_data, 1, cond_branch_taken, 4073 (void) add_stmt_cost (target_cost_data, 4083 (void) add_stmt_cost (target_cost_data, 4092 (void) add_stmt_cost (target_cost_data, 1, cond_branch_taken, 4096 (void) add_stmt_cost (target_cost_data, 1 [all...] |
| tree-vectorizer.cc | 1773 vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind, 1771 vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind, function in class:vector_costs
|
| tree-vect-slp.cc | 5508 add_stmt_cost (scalar_target_cost_data, li_scalar_costs[si].second); 5521 add_stmt_cost (vect_target_cost_data, li_vector_costs[vi].second);
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch.cc | 4092 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 4215 loongarch_vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind, function in class:loongarch_vector_costs
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 5149 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 5298 /* Helper function for add_stmt_cost. Check each statement cost 5397 rs6000_cost_data::add_stmt_cost (int count, vect_cost_for_stmt kind, 5441 add_stmt_cost (shift_cnt, scalar_stmt, NULL, NULL, 5387 rs6000_cost_data::add_stmt_cost (int count, vect_cost_for_stmt kind, function in class:rs6000_cost_data
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 5212 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 5354 /* Helper function for add_stmt_cost. Check each statement cost 5428 rs6000_cost_data::add_stmt_cost (int count, vect_cost_for_stmt kind, 5472 add_stmt_cost (shift_cnt, scalar_stmt, NULL, NULL, 5418 rs6000_cost_data::add_stmt_cost (int count, vect_cost_for_stmt kind, function in class:rs6000_cost_data
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386.cc | 22834 GPR -> XMM move is accounted for in add_stmt_cost. */ 23233 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 23248 ix86_vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind,
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 16176 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 17000 /* COUNT, KIND and STMT_INFO are the same as for vector_costs::add_stmt_cost 17153 The arguments are a subset of those passed to add_stmt_cost. */ 17228 aarch64_vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind,
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386.cc | 24471 GPR -> XMM move is accounted for in add_stmt_cost. */ 24876 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 24913 ix86_vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 15789 unsigned int add_stmt_cost (int count, vect_cost_for_stmt kind, 16537 /* COUNT, KIND and STMT_INFO are the same as for vector_costs::add_stmt_cost 16678 The arguments are a subset of those passed to add_stmt_cost. */ 16753 aarch64_vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind,
|