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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
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.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-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...]
  /src/external/gpl3/gcc.old/dist/gcc/
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-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...]
  /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

Completed in 82 milliseconds