Searched refs:vec_to_scalar_cost (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-protos.h | 267 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */ member
|
H A D | arm.c | 12157 return current_tune->vec_costs->vec_to_scalar_cost; in arm_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-protos.h | 279 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */ member
|
H A D | arm.cc | 12318 return current_tune->vec_costs->vec_to_scalar_cost; in arm_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-protos.h | 213 const int vec_to_scalar_cost; /* Cost of vec-to-scalar operation. */ member
|
H A D | aarch64.c | 14012 return costs->vec_to_scalar_cost; in aarch64_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-protos.h | 234 const int vec_to_scalar_cost; member
|
H A D | aarch64.cc | 16067 return simd_costs->vec_to_scalar_cost; in aarch64_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 7130 vec_stmt_cost, vec_to_scalar_cost, scalar_to_vec_cost, 7137 scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
|
H A D | ChangeLog-2021 | 30459 accordingly, using the vec_to_scalar_cost for the new fields.
|
H A D | ChangeLog-2019 | 3365 vec_to_scalar_cost.
|
H A D | ChangeLog-2017 | 10716 scalar_load_cost, scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
|
H A D | ChangeLog-2014 | 42832 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
|