| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 854 const struct tune_params *current_tune; 1061 const struct tune_params *tune; 1840 const struct tune_params arm_slowmul_tune = 1852 tune_params::PREF_CONST_POOL_TRUE, 1853 tune_params::PREF_LDRD_FALSE, 1854 tune_params::LOG_OP_NON_SHORT_CIRCUIT_TRUE, /* Thumb. */ 1855 tune_params::LOG_OP_NON_SHORT_CIRCUIT_TRUE, /* ARM. */ 1856 tune_params::DISPARAGE_FLAGS_NEITHER, 1857 tune_params::PREF_NEON_STRINGOPS_FALSE, 1858 tune_params::FUSE_NOTHING, [all …]
|
| H A D | arm-protos.h | 306 struct tune_params struct 361 #define FUSE_OPS(x) ((tune_params::fuse_ops) (x)) argument 363 extern const struct tune_params *current_tune; 370 extern bool arm_fusion_enabled_p (tune_params::fuse_ops); 505 const struct tune_params *tune;
|
| H A D | crypto.md | 59 && arm_fusion_enabled_p (tune_params::FUSE_AES_AESMC)" 80 && arm_fusion_enabled_p (tune_params::FUSE_AES_AESMC)"
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 854 const struct tune_params *current_tune; 1065 const struct tune_params *tune; 1872 const struct tune_params arm_slowmul_tune = 1884 tune_params::PREF_CONST_POOL_TRUE, 1885 tune_params::PREF_LDRD_FALSE, 1886 tune_params::LOG_OP_NON_SHORT_CIRCUIT_TRUE, /* Thumb. */ 1887 tune_params::LOG_OP_NON_SHORT_CIRCUIT_TRUE, /* ARM. */ 1888 tune_params::DISPARAGE_FLAGS_NEITHER, 1889 tune_params::PREF_NEON_STRINGOPS_FALSE, 1890 tune_params::FUSE_NOTHING, [all …]
|
| H A D | arm-protos.h | 318 struct tune_params struct 373 #define FUSE_OPS(x) ((tune_params::fuse_ops) (x)) argument 375 extern const struct tune_params *current_tune; 382 extern bool arm_fusion_enabled_p (tune_params::fuse_ops); 516 const struct tune_params *tune;
|
| H A D | crypto.md | 145 && arm_fusion_enabled_p (tune_params::FUSE_AES_AESMC)" 164 && arm_fusion_enabled_p (tune_params::FUSE_AES_AESMC)" 184 && arm_fusion_enabled_p (tune_params::FUSE_AES_AESMC)" 201 && arm_fusion_enabled_p (tune_params::FUSE_AES_AESMC)"
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 957 static const struct tune_params generic_tunings = 978 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 986 static const struct tune_params cortexa35_tunings = 1008 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1013 static const struct tune_params cortexa53_tunings = 1035 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1040 static const struct tune_params cortexa57_tunings = 1062 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1067 static const struct tune_params cortexa72_tunings = 1089 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ [all …]
|
| H A D | aarch64-protos.h | 266 struct tune_params struct 426 extern struct tune_params aarch64_tune_params;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 1329 static const struct tune_params generic_tunings = 1356 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1364 static const struct tune_params cortexa35_tunings = 1392 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1397 static const struct tune_params cortexa53_tunings = 1425 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1430 static const struct tune_params cortexa57_tunings = 1458 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ 1463 static const struct tune_params cortexa72_tunings = 1491 tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */ [all …]
|
| H A D | aarch64-protos.h | 522 struct tune_params struct 683 extern struct tune_params aarch64_tune_params;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2015 | 6365 * config/aarch64/aarch64-protos.h (tune_params): Add new members 6370 members in "tune_params". 10686 (struct tune_params): Add autoprefetcher_model field. 26049 * config/aarch64/aarch64-protos.h (tune_params): Remove 26087 * config/aarch64/aarch64-protos.h (tune_params): Add 27976 * config/arm/arm-protos.h (struct tune_params): Rename 30613 * config/arm/arm-protos.h (tune_params): Rename fuseable_ops 30621 * config/aarch64/aarch64-protos.h (tune_params): Rename 33243 (tune_params): Re-organize, use enums for flag values. 34103 (tune_params): Add field branch_costs. [all …]
|
| H A D | ChangeLog-2014 | 1057 * config/aarch64/aarch64-protos.h (tune_params): Add align field. 3599 * config/aarch64/aarch64-protos.h (struct tune_params): Add 19328 (struct tune_params): Likewise for params 1 and 3 of the 20215 * config/arm/arm-protos.h (struct tune_params): New fields. 31515 * config/arm/arm-protos.h (struct tune_params): New fields. 42456 * config/arm/arm-protos.h (tune_params): New struct members. 42457 * config/arm/arm.c: Initialise tune_params per processor. 42459 for speed, based on new tune_params. 48681 * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
|
| H A D | ChangeLog-2013 | 9195 * config/aarch64/aarch64-protos.h (tune_params): Use cpu_cost_table for 16312 * config/arm/arm-protos.h (tune_params): Add insn_extra_cost field. 26420 (tune_params): New member 'const vec_costs'. 27009 (tune_params): Update comment. 35626 * config/arm/arm-protos.h (tune_params): Add 38102 (struct tune_params): Add vec_costs field.
|
| H A D | ChangeLog-2016 | 6650 * config/arm/arm-protos.h (struct tune_params): Delete rtx_costs field. 17002 * config/arm/arm-protos.h (struct tune_params): Likewise. 20807 (tune_params): New member "approx_modes". 20823 "tune_params".
|
| H A D | ChangeLog-2010 | 631 * config/arm/arm.c (arm_fa726te_tune): New tune_params for fa726te 3097 * config/arm/arm-protos.h (struct tune_params): Add fields for 18465 * config/arm/arm-protos.h (struct tune_params): New field 34339 * arm-protos.h (tune_params): New structure.
|
| H A D | ChangeLog-2017 | 5250 (struct tune_params): Add field addr_mode_costs. 6206 tune_params::AUTOPREFETCHER_WEAK. 27509 (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size. 27515 (tune_params *_tunings): Update all tunings (no functional change).
|
| H A D | ChangeLog-2012 | 2468 * config/arm/arm-protos.h (tune_params): Add 2475 (arm_v6m_tune): New tune_params struct. 18118 * config/arm/arm-protos.h (tune_params): Add prefer_ldrd_strd.
|
| H A D | ChangeLog-2011 | 23454 * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field. 23539 * config/arm/arm-protos.h (tune_params): Add branch_cost hook. 23555 * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
|
| H A D | ChangeLog | 8390 (struct tune_params): Change type of memmov_cost to use cpu_memmov_cost.
|
| H A D | ChangeLog-2018 | 1544 * config/aarch64/aarch64-protos.h (struct tune_params): Add sve_width 17281 * config/aarch64/aarch64-protos.h (struct tune_params): Change
|
| H A D | ChangeLog-2019 | 16309 (tune_params): Remove PREF_NEON_64_FALSE uses. 16312 * config/arm/arm-protos.h (tune_params): Remove
|
| H A D | ChangeLog-2021 | 18116 * config/aarch64/aarch64-protos.h (tune_params::sve_width): Turn
|