HomeSort by: relevance | last modified time | path
    Searched refs:m_costs (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 1652 unsigned int m_costs[3]; member in class:vector_costs
1668 m_costs (),
1680 return m_costs[vect_prologue];
1689 return m_costs[vect_body];
1698 return m_costs[vect_epilogue];
tree-vectorizer.cc 1835 m_costs[where] += cost;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 1530 unsigned int m_costs[3]; member in class:vector_costs
1546 m_costs (),
1558 return m_costs[vect_prologue];
1567 return m_costs[vect_body];
1576 return m_costs[vect_epilogue];
tree-vectorizer.cc 1802 m_costs[where] += cost;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 25160 m_costs[where] += retval;
25176 m_costs[i] += gpr_spill_cost * (m_num_gpr_needed[i] - target_avail_regs);
25179 m_costs[i] += sse_spill_cost * (m_num_sse_needed[i] - target_avail_sse);
25202 m_costs[vect_body] = INT_MAX;
25210 m_costs[i] = INT_MAX;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5197 int vec_cost = m_costs[vect_body], not_vec_cost = 0;
5224 m_costs[vect_body] = vec_cost * (100 + rs6000_density_penalty) / 100;
5252 m_costs[vect_body] += m_extra_ctor_cost;
5414 m_costs[where] += retval;
5545 m_costs[vect_body] += 10000;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 5253 int vec_cost = m_costs[vect_body], not_vec_cost = 0;
5280 m_costs[vect_body] = vec_cost * (100 + rs6000_density_penalty) / 100;
5308 m_costs[vect_body] += m_extra_ctor_cost;
5445 m_costs[where] += retval;
5492 m_costs[vect_body] += 10000;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 17657 m_costs[vect_body] = adjust_body_cost (loop_vinfo, scalar_costs,
17658 m_costs[vect_body]);
17675 m_costs[vect_prologue] = 0;
17677 m_costs[vect_body] = 2 * scalar_costs->total_cost ();
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 17141 m_costs[vect_body] = adjust_body_cost (loop_vinfo, scalar_costs,
17142 m_costs[vect_body]);
17159 m_costs[vect_prologue] = 0;
17161 m_costs[vect_body] = 2 * scalar_costs->total_cost ();
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 4244 m_costs[where] += retval;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 23480 m_costs[where] += retval;

Completed in 165 milliseconds