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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 698 class vector_costs *scalar_costs; member in class:_loop_vec_info
1610 If the costs describe vector code, SCALAR_COSTS gives the costs
1612 virtual void finish_cost (const vector_costs *scalar_costs);
1911 finish_cost (vector_costs *costs, const vector_costs *scalar_costs,
1915 costs->finish_cost (scalar_costs);
tree-vect-slp.cc 7225 stmt_vector_for_cost scalar_costs = vNULL; local
7234 record_stmt_cost (&scalar_costs,
7240 &life, &scalar_costs, vectorized_scalar_stmts,
7258 li_scalar_costs (scalar_costs.length ());
7262 FOR_EACH_VEC_ELT (scalar_costs, i, cost)
7366 FOR_EACH_VEC_ELT (scalar_costs, i, cost)
7369 scalar_costs.release ();
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 5424 stmt_vector_for_cost scalar_costs = vNULL; local
5433 record_stmt_cost (&scalar_costs,
5439 &life, &scalar_costs, vectorized_scalar_stmts,
5457 li_scalar_costs (scalar_costs.length ());
5461 FOR_EACH_VEC_ELT (scalar_costs, i, cost)
5565 FOR_EACH_VEC_ELT (scalar_costs, i, cost)
5568 scalar_costs.release ();
tree-vectorizer.h 645 class vector_costs *scalar_costs; member in class:_loop_vec_info
1488 If the costs describe vector code, SCALAR_COSTS gives the costs
1490 virtual void finish_cost (const vector_costs *scalar_costs);
1789 finish_cost (vector_costs *costs, const vector_costs *scalar_costs,
1793 costs->finish_cost (scalar_costs);

Completed in 44 milliseconds