| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vectorizer.h | 1630 unsigned int body_cost () const; 1686 vector_costs::body_cost () const function in class:vector_costs 1715 return body_cost () + outside_cost (); 1912 unsigned *prologue_cost, unsigned *body_cost, 1917 *body_cost = costs->body_cost ();
|
| tree-vectorizer.h | 1630 unsigned int body_cost () const; 1686 vector_costs::body_cost () const function in class:vector_costs 1715 return body_cost () + outside_cost (); 1912 unsigned *prologue_cost, unsigned *body_cost, 1917 *body_cost = costs->body_cost ();
|
| tree-vectorizer.cc | 1950 other_cost = other->body_cost () * other_factor; 1951 this_cost = this->body_cost () * this_factor; 1992 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf; 1994 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
|
| tree-vectorizer.cc | 1950 other_cost = other->body_cost () * other_factor; 1951 this_cost = this->body_cost () * this_factor; 1992 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf; 1994 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vectorizer.h | 1508 unsigned int body_cost () const; 1564 vector_costs::body_cost () const function in class:vector_costs 1593 return body_cost () + outside_cost (); 1790 unsigned *prologue_cost, unsigned *body_cost, 1795 *body_cost = costs->body_cost ();
|
| tree-vectorizer.h | 1508 unsigned int body_cost () const; 1564 vector_costs::body_cost () const function in class:vector_costs 1593 return body_cost () + outside_cost (); 1790 unsigned *prologue_cost, unsigned *body_cost, 1795 *body_cost = costs->body_cost ();
|
| tree-vectorizer.cc | 1917 other_cost = other->body_cost () * other_factor; 1918 this_cost = this->body_cost () * this_factor; 1957 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf; 1959 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
|
| tree-vectorizer.cc | 1917 other_cost = other->body_cost () * other_factor; 1918 this_cost = this->body_cost () * this_factor; 1957 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf; 1959 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 17393 *BODY_COST is the current value of the adjusted cost. *SHOULD_DISPARAGE 17400 unsigned int orig_body_cost, unsigned int *body_cost, 17424 if (*body_cost < min_cost) 17432 *body_cost = min_cost; 17502 /* BODY_COST is the cost of a vector loop body. Adjust the cost as necessary 17508 unsigned int body_cost) 17511 return body_cost; 17516 unsigned int orig_body_cost = body_cost; 17521 "Original vector body cost = %d\n", body_cost); 17548 orig_body_cost, &body_cost, &should_disparage) [all...] |
| aarch64.cc | 17393 *BODY_COST is the current value of the adjusted cost. *SHOULD_DISPARAGE 17400 unsigned int orig_body_cost, unsigned int *body_cost, 17424 if (*body_cost < min_cost) 17432 *body_cost = min_cost; 17502 /* BODY_COST is the cost of a vector loop body. Adjust the cost as necessary 17508 unsigned int body_cost) 17511 return body_cost; 17516 unsigned int orig_body_cost = body_cost; 17521 "Original vector body cost = %d\n", body_cost); 17548 orig_body_cost, &body_cost, &should_disparage) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 16895 *BODY_COST is the current value of the adjusted cost. *SHOULD_DISPARAGE 16902 unsigned int orig_body_cost, unsigned int *body_cost, 16926 if (*body_cost < min_cost) 16934 *body_cost = min_cost; 17004 /* BODY_COST is the cost of a vector loop body. Adjust the cost as necessary 17010 unsigned int body_cost) 17013 return body_cost; 17018 unsigned int orig_body_cost = body_cost; 17023 "Original vector body cost = %d\n", body_cost); 17050 orig_body_cost, &body_cost, &should_disparage) [all...] |
| aarch64.cc | 16895 *BODY_COST is the current value of the adjusted cost. *SHOULD_DISPARAGE 16902 unsigned int orig_body_cost, unsigned int *body_cost, 16926 if (*body_cost < min_cost) 16934 *body_cost = min_cost; 17004 /* BODY_COST is the cost of a vector loop body. Adjust the cost as necessary 17010 unsigned int body_cost) 17013 return body_cost; 17018 unsigned int orig_body_cost = body_cost; 17023 "Original vector body cost = %d\n", body_cost); 17050 orig_body_cost, &body_cost, &should_disparage) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu.c | 6711 unsigned *body_cost, unsigned *epilogue_cost) 6715 *body_cost = cost[vect_body];
|
| spu.c | 6711 unsigned *body_cost, unsigned *epilogue_cost) 6715 *body_cost = cost[vect_body];
|