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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 1813 return record_stmt_cost (stmt_info, where, cost);
1830 vector_costs::record_stmt_cost (stmt_vec_info stmt_info,
1828 vector_costs::record_stmt_cost (stmt_vec_info stmt_info, function in class:vector_costs
tree-vect-stmts.cc 95 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
117 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
122 return record_stmt_cost (body_cost_vec, count, kind, stmt_info, NULL,
127 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
132 return record_stmt_cost (body_cost_vec, count, kind, NULL, node,
137 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
143 return record_stmt_cost (body_cost_vec, count, kind, NULL, NULL,
901 prologue_cost += record_stmt_cost (cost_vec, 1, scalar_to_vec,
905 inside_cost += record_stmt_cost (cost_vec, ncopies, kind,
935 inside_cost += record_stmt_cost (cost_vec, ncopies
    [all...]
tree-vectorizer.h 1637 unsigned int record_stmt_cost (stmt_vec_info, vect_cost_model_location,
2260 extern unsigned record_stmt_cost (stmt_vector_for_cost *, int,
2263 extern unsigned record_stmt_cost (stmt_vector_for_cost *, int,
2266 extern unsigned record_stmt_cost (stmt_vector_for_cost *, int,
2270 /* Overload of record_stmt_cost with VECTYPE derived from STMT_INFO. */
2273 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
2277 return record_stmt_cost (body_cost_vec, count, kind, stmt_info,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 1780 return record_stmt_cost (stmt_info, where, cost);
1797 vector_costs::record_stmt_cost (stmt_vec_info stmt_info,
1795 vector_costs::record_stmt_cost (stmt_vec_info stmt_info, function in class:vector_costs
tree-vect-stmts.cc 93 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
115 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
120 return record_stmt_cost (body_cost_vec, count, kind, stmt_info, NULL,
125 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
130 return record_stmt_cost (body_cost_vec, count, kind, NULL, node,
135 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
141 return record_stmt_cost (body_cost_vec, count, kind, NULL, NULL,
853 prologue_cost += record_stmt_cost (cost_vec, 1, scalar_to_vec,
857 inside_cost += record_stmt_cost (cost_vec, ncopies, kind,
887 inside_cost += record_stmt_cost (cost_vec, ncopies
    [all...]
tree-vectorizer.h 1515 unsigned int record_stmt_cost (stmt_vec_info, vect_cost_model_location,
2132 extern unsigned record_stmt_cost (stmt_vector_for_cost *, int,
2135 extern unsigned record_stmt_cost (stmt_vector_for_cost *, int,
2138 extern unsigned record_stmt_cost (stmt_vector_for_cost *, int,
2142 /* Overload of record_stmt_cost with VECTYPE derived from STMT_INFO. */
2145 record_stmt_cost (stmt_vector_for_cost *body_cost_vec, int count, function
2149 return record_stmt_cost (body_cost_vec, count, kind, stmt_info,

Completed in 58 milliseconds