Searched defs:cpu_vec_costs (Results 1 – 2 of 2) sorted by relevance
259 struct cpu_vec_costs { struct260 const int scalar_stmt_cost; /* Cost of any scalar operation, excluding262 const int scalar_load_cost; /* Cost of scalar load. */263 const int scalar_store_cost; /* Cost of scalar store. */264 const int vec_stmt_cost; /* Cost of any vector operation, excluding267 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */268 const int scalar_to_vec_cost; /* Cost of scalar-to-vector operation. */269 const int vec_align_load_cost; /* Cost of aligned vector load. */270 const int vec_unalign_load_cost; /* Cost of unaligned vector load. */271 const int vec_unalign_store_cost; /* Cost of unaligned vector load. */[all …]
271 struct cpu_vec_costs { struct272 const int scalar_stmt_cost; /* Cost of any scalar operation, excluding274 const int scalar_load_cost; /* Cost of scalar load. */275 const int scalar_store_cost; /* Cost of scalar store. */276 const int vec_stmt_cost; /* Cost of any vector operation, excluding279 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */280 const int scalar_to_vec_cost; /* Cost of scalar-to-vector operation. */281 const int vec_align_load_cost; /* Cost of aligned vector load. */282 const int vec_unalign_load_cost; /* Cost of unaligned vector load. */283 const int vec_unalign_store_cost; /* Cost of unaligned vector load. */[all …]