Searched defs:cpu_vec_costs (Results 1 – 1 of 1) sorted by relevance
260 struct cpu_vec_costs { struct261 const int scalar_stmt_cost; /* Cost of any scalar operation, excluding263 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, excluding268 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 …]