Searched defs:cpu_vector_cost (Results 1 – 1 of 1) sorted by relevance
196 struct cpu_vector_cost struct198 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 …]