| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.md | 2755 "optimize_size" 2767 "!optimize_size" 2806 "optimize_size 2840 "!optimize_size 20053 "!optimize_size 20067 "!optimize_size 20081 "!optimize_size 20426 "optimize_size" 20462 "optimize_size" 20558 "optimize_size" [all …]
|
| H A D | i386.c | 2054 if (optimize_size) in override_options() 2307 && !optimize_size) in override_options() 5436 if (!optimize_size in ix86_compute_frame_layout() 9428 if (optimize_size) in ix86_expand_vector_move_misalign() 9510 if (optimize_size) in ix86_expand_vector_move_misalign() 10835 && (!optimize_size in ix86_expand_branch() 12531 if (optimize_size) in ix86_split_long_move() 12692 if (optimize_size) in ix86_split_ashl() 13295 if (!optimize_size) in ix86_expand_clrmem() 13492 && !optimize_size in ix86_expand_strlen() [all …]
|
| H A D | i386.h | 1812 #define MOVE_RATIO (optimize_size ? 3 : ix86_cost->move_ratio) 1817 #define CLEAR_RATIO (optimize_size ? 2 \
|
| H A D | predicates.md | 639 if (!TARGET_USE_INCDEC && !optimize_size) 753 if (TARGET_MEMORY_MISMATCH_STALL && !optimize_size)
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | opts.c | 757 optimize_size = 0; in decode_options() 766 optimize_size = 1; in decode_options() 777 optimize_size = 0; in decode_options() 818 if (!optimize_size) in decode_options() 858 if (!optimize_size) in decode_options() 872 if (optimize_size) in decode_options() 890 if (optimize_size) in decode_options() 916 OPTIMIZATION_OPTIONS (optimize, optimize_size); in decode_options()
|
| H A D | flags.h | 112 extern int optimize_size;
|
| H A D | regs.h | 93 #define REG_FREQ_FROM_BB(bb) (optimize_size \
|
| H A D | expr.h | 73 #define MOVE_RATIO (optimize_size ? 3 : 15) 85 #define CLEAR_RATIO (optimize_size ? 3 : 15)
|
| H A D | tree-ssa-math-opts.c | 447 return optimize && !optimize_size && flag_unsafe_math_optimizations; in gate_cse_reciprocals()
|
| H A D | bb-reorder.c | 650 && copy_bb_p (best_edge->dest, !optimize_size)) in find_traces_1_round() 1104 !optimize_size in connect_traces() 1978 return (optimize > 0 && flag_expensive_optimizations && !optimize_size); in gate_duplicate_computed_gotos()
|
| H A D | toplev.c | 230 int optimize_size = 0; variable 1860 if (flag_prefetch_loop_arrays && optimize_size) in process_options()
|
| H A D | tree-ssa-threadupdate.c | 731 if (optimize_size in thread_block()
|
| H A D | cfgcleanup.c | 1256 && !optimize_size in condjump_equiv_p() 1392 && !optimize_size in outgoing_edges_match() 1835 if (!optimize_size in try_crossjump_bb()
|
| H A D | c-cppbuiltin.c | 512 if (optimize_size) in c_cpp_builtins()
|
| H A D | local-alloc.c | 1689 && !optimize_size in block_alloc() 1709 && !optimize_size in block_alloc()
|
| H A D | postreload-gcse.c | 1059 || (optimize_size && npred_ok > 1) in eliminate_partially_redundant_load()
|
| H A D | builtins.c | 2549 && ! optimize_size in expand_builtin_pow() 2598 || (! optimize_size in expand_builtin_powi() 3461 && !(optimize_size && tree_low_cst (len, 1) > 1) in expand_builtin_memset() 3485 && !(optimize_size && tree_low_cst (len, 1) > 1) in expand_builtin_memset() 3965 if (!optimize_size) in expand_builtin_strcat() 6999 && optimize && !optimize_size) in fold_builtin_cabs() 8286 if (optimize_size) in fold_builtin_strcpy() 9910 if (optimize_size) in fold_builtin_fputs()
|
| H A D | stmt.c | 2472 (optimize_size ? 3 : 10) * count) > 0 in expand_case() 2540 if (! optimize_size in expand_case()
|
| H A D | struct-equiv.c | 442 info->cur.input_count += optimize_size ? 2 : 1; in rtx_equiv_p()
|
| H A D | tree-vect-analyze.c | 1199 do_versioning = flag_tree_vect_loop_version && (!optimize_size); in vect_enhance_data_refs_alignment()
|
| H A D | gcse.c | 727 if (optimize_size) in gcse_main() 762 if (optimize_size) in gcse_main() 811 if (!optimize_size && flag_gcse_sm) in gcse_main()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | constraints.md | 153 && !(optimize_size || arm_ld_sched)")))
|
| H A D | arm.c | 1042 if (optimize_size) in arm_override_options() 1320 if (optimize_size) in arm_override_options() 4136 if (optimize_size && offset >= 0 in thumb_legitimize_address() 4422 return optimize_size ? COSTS_N_INSNS (2) : 100; in arm_rtx_costs_1() 5823 return (optimize_size && (REGNO (reg0) == REGNO (reg1)) in adjacent_mem_locations() 6277 if (arm_tune_xscale && count <= 2 && ! optimize_size) in arm_gen_load_multiple() 6340 if (arm_tune_xscale && count <= 2 && ! optimize_size) in arm_gen_store_multiple() 8104 if (optimize_size || arm_ld_sched) in arm_const_double_by_parts() 9395 && optimize_size in arm_compute_save_reg_mask() 11830 && !optimize_size) in arm_final_prescan_insn() [all …]
|
| H A D | arm.h | 657 if (TARGET_THUMB && optimize_size) \
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.h | 2076 #define MOVE_RATIO (optimize_size ? 3 : 8)
|