Home
last modified time | relevance | path

Searched defs:cpu_vec_costs (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/
H A Darm-protos.h260 struct cpu_vec_costs { struct
261 const int scalar_stmt_cost; /* Cost of any scalar operation, excluding
263 const int scalar_load_cost; /* Cost of scalar load. */
264 const int scalar_store_cost; /* Cost of scalar store. */
265 const int vec_stmt_cost; /* Cost of any vector operation, excluding
268 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */
269 const int scalar_to_vec_cost; /* Cost of scalar-to-vector operation. */
270 const int vec_align_load_cost; /* Cost of aligned vector load. */
271 const int vec_unalign_load_cost; /* Cost of unaligned vector load. */
272 const int vec_unalign_store_cost; /* Cost of unaligned vector load. */
[all …]