Home
last modified time | relevance | path

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 Darm-protos.h267 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */ member
H A Darm.c12157 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 Darm-protos.h279 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */ member
H A Darm.cc12318 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 Daarch64-protos.h213 const int vec_to_scalar_cost; /* Cost of vec-to-scalar operation. */ member
H A Daarch64.c14012 return costs->vec_to_scalar_cost; in aarch64_builtin_vectorization_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-protos.h234 const int vec_to_scalar_cost; member
H A Daarch64.cc16067 return simd_costs->vec_to_scalar_cost; in aarch64_builtin_vectorization_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20077130 vec_stmt_cost, vec_to_scalar_cost, scalar_to_vec_cost,
7137 scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
H A DChangeLog-202130459 accordingly, using the vec_to_scalar_cost for the new fields.
H A DChangeLog-20193365 vec_to_scalar_cost.
H A DChangeLog-201710716 scalar_load_cost, scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
H A DChangeLog-201442832 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.