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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 1214 unsigned int body_stmts = 0; local
1217 body_stmts += num_vectors_m1 + 1; local
1219 add_stmt_cost (body_stmts, scalar_stmt, NULL, NULL, NULL_TREE, 0,
riscv-vector-costs.cc 1214 unsigned int body_stmts = 0; local
1217 body_stmts += num_vectors_m1 + 1; local
1219 add_stmt_cost (body_stmts, scalar_stmt, NULL, NULL, NULL_TREE, 0,
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 4910 unsigned int body_stmts = 0; local
4939 body_stmts += 1;
4953 body_stmts += length_update_cost * num_vectors;
4958 (void) add_stmt_cost (target_cost_data, body_stmts,
tree-vect-loop.cc 4910 unsigned int body_stmts = 0; local
4939 body_stmts += 1;
4953 body_stmts += length_update_cost * num_vectors;
4958 (void) add_stmt_cost (target_cost_data, body_stmts,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 4155 unsigned int body_stmts = 0; local
4184 body_stmts += 1;
4189 body_stmts += 3 * num_vectors;
4194 (void) add_stmt_cost (target_cost_data, body_stmts,
tree-vect-loop.cc 4155 unsigned int body_stmts = 0; local
4184 body_stmts += 1;
4189 body_stmts += 3 * num_vectors;
4194 (void) add_stmt_cost (target_cost_data, body_stmts,

Completed in 100 milliseconds