Searched refs:prologue_cost (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-vect-stmts.c868 int inside_cost = 0, prologue_cost = 0; local
877 prologue_cost += record_stmt_cost (prologue_cost_vec, 1, vector_stmt,
887 "prologue_cost = %d .\n", inside_cost, prologue_cost);
901 int inside_cost = 0, prologue_cost = 0; local
927 prologue_cost += add_stmt_cost (target_cost_data, 1, vector_stmt,
933 "prologue_cost = %d .\n", inside_cost, prologue_cost);
967 unsigned int inside_cost = 0, prologue_cost = 0; local
976 prologue_cost
1099 unsigned int inside_cost = 0, prologue_cost = 0; local
1164 vect_get_load_cost(struct data_reference *dr, int ncopies, bool add_realign_cost, unsigned int *inside_cost, unsigned int *prologue_cost, stmt_vector_for_cost *prologue_cost_vec, stmt_vector_for_cost *body_cost_vec, bool record_prologue_costs) argument
[all...]
H A Dtree-vectorizer.h902 finish_cost (void *data, unsigned *prologue_cost, argument
905 targetm.vectorize.finish_cost (data, prologue_cost, body_cost, epilogue_cost);
H A Dtarghooks.c1139 default_finish_cost (void *data, unsigned *prologue_cost, argument
1143 *prologue_cost = cost[vect_prologue];
H A Dtree-vect-loop.c3182 int prologue_cost = 0, epilogue_cost = 0; local
3240 prologue_cost += add_stmt_cost (target_cost_data, 1, scalar_to_vec,
3295 "prologue_cost = %d, epilogue_cost = %d .\n", inside_cost,
3296 prologue_cost, epilogue_cost);
3311 unsigned inside_cost, prologue_cost; local
3318 prologue_cost = add_stmt_cost (target_cost_data, 2, scalar_to_vec,
3324 "prologue_cost = %d .\n", inside_cost, prologue_cost);
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c6734 spu_finish_cost (void *data, unsigned *prologue_cost,
6738 *prologue_cost = cost[vect_prologue];
6723 spu_finish_cost(void *data, unsigned *prologue_cost, unsigned *body_cost, unsigned *epilogue_cost) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c4735 rs6000_finish_cost (void *data, unsigned *prologue_cost,
4743 *prologue_cost = cost_data->cost[vect_prologue];
4724 rs6000_finish_cost(void *data, unsigned *prologue_cost, unsigned *body_cost, unsigned *epilogue_cost) argument
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c51678 ix86_finish_cost(void *data, unsigned *prologue_cost, unsigned *body_cost, unsigned *epilogue_cost) argument
[all...]

Completed in 491 milliseconds