Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64-protos.h196 struct cpu_vector_cost struct
198 const int scalar_int_stmt_cost; /* Cost of any int scalar operation,
200 const int scalar_fp_stmt_cost; /* Cost of any fp scalar operation,
202 const int scalar_load_cost; /* Cost of scalar load. */
203 const int scalar_store_cost; /* Cost of scalar store. */
204 const int vec_int_stmt_cost; /* Cost of any int vector operation,
208 const int vec_fp_stmt_cost; /* Cost of any fp vector operation,
212 const int vec_permute_cost; /* Cost of permute operation. */
213 const int vec_to_scalar_cost; /* Cost of vec-to-scalar operation. */
214 const int scalar_to_vec_cost; /* Cost of scalar-to-vector
[all …]