/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | sched-int.h | 111 #define INSN_LUID(INSN) (VEC_index (int, sched_luids, INSN_UID (INSN))) argument 114 #define SET_INSN_LUID(INSN, LUID) \ argument 867 #define HID(INSN) (VEC_index (haifa_insn_data_def, h_i_d, INSN_UID (INSN))) argument 871 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 872 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 873 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 874 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 875 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument 876 #define INSN_REG_PRESSURE_EXCESS_COST_CHANGE(INSN) \ argument 878 #define INSN_PRIORITY_STATUS(INSN) (HID (INSN)->priority_status) argument [all …]
|
H A D | sel-sched-ir.h | 522 #define ilist_add(LP, INSN) (_xlist_add ((LP), (INSN))) argument 525 #define ilist_is_in_p(L, INSN) (_xlist_is_in_p ((L), (INSN))) argument 529 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH_X (INSN, I, L) argument 530 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_X_1 (INSN, I, LP) argument 768 #define SID(INSN) (VEC_index (sel_insn_data_def, s_i_d, INSN_LUID (INSN))) argument 773 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 774 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 775 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 776 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 777 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument [all …]
|
H A D | rtl.h | 439 #define JUMP_TABLE_DATA_P(INSN) \ argument 788 #define INSN_UID(INSN) XINT (INSN, 0) argument 791 #define PREV_INSN(INSN) XEXP (INSN, 1) argument 792 #define NEXT_INSN(INSN) XEXP (INSN, 2) argument 794 #define BLOCK_FOR_INSN(INSN) XBBDEF (INSN, 3) argument 797 #define PATTERN(INSN) XEXP (INSN, 4) argument 799 #define INSN_LOCATOR(INSN) XINT (INSN, 5) argument 809 #define INSN_CODE(INSN) XINT (INSN, 6) argument 868 #define REG_NOTES(INSN) XEXP(INSN, 7) argument 899 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 8) argument [all …]
|
H A D | df.h | 723 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID(INSN))]) argument 724 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 730 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET(INSN))) argument 731 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET(INSN))) argument 732 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET(INSN))) argument 733 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET(INSN))) argument 740 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET(INSN)->luid) argument 741 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET(INSN)->defs) argument 742 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET(INSN)->uses) argument 743 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET(INSN)->eq_uses) argument [all …]
|
H A D | basic-block.h | 385 #define FOR_BB_INSNS(BB, INSN) \ argument 392 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 397 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 402 #define FOR_BB_INSNS_REVERSE_SAFE(BB, INSN, CURR) \ argument 430 #define set_block_for_insn(INSN, BB) (BLOCK_FOR_INSN (INSN) = BB) argument
|
H A D | haifa-sched.c | 210 #define INSN_TICK(INSN) (HID (INSN)->tick) argument 211 #define INSN_EXACT_TICK(INSN) (HID (INSN)->exact_tick) argument 212 #define INSN_TICK_ESTIMATE(INSN) (HID (INSN)->tick_estimate) argument 213 #define INTER_TICK(INSN) (HID (INSN)->inter_tick) argument 214 #define FEEDS_BACKTRACK_INSN(INSN) (HID (INSN)->feeds_backtrack_insn) argument 215 #define SHADOW_P(INSN) (HID (INSN)->shadow_p) argument 216 #define MUST_RECOMPUTE_SPEC_P(INSN) (HID (INSN)->must_recompute_spec) argument 318 #define QUEUE_INDEX(INSN) (HID (INSN)->queue_index) argument 1254 #define INSN_COST(INSN) (HID (INSN)->cost) argument
|
H A D | sched-rgn.c | 75 #define FED_BY_SPEC_LOAD(INSN) (HID (INSN)->fed_by_spec_load) argument 76 #define IS_LOAD_INSN(INSN) (HID (insn)->is_load_insn) argument 155 #define IS_SPECULATIVE_INSN(INSN) \ argument 220 #define INSN_PROBABILITY(INSN) (SRC_PROB (BLOCK_TO_BB (BLOCK_NUM (INSN)))) argument
|
H A D | reorg.c | 143 #define eligible_for_annul_true(INSN, SLOTS, TRIAL, FLAGS) 0 argument 146 #define eligible_for_annul_false(INSN, SLOTS, TRIAL, FLAGS) 0 argument
|
H A D | postreload-gcse.c | 168 #define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)]) argument
|
H A D | final.c | 557 #define INSN_LENGTH_ALIGNMENT(INSN) length_unit_log argument 560 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) argument
|
H A D | combine.c | 322 #define INSN_COST(INSN) (uid_insn_cost[INSN_UID (INSN)]) argument 323 #define LOG_LINKS(INSN) (uid_log_links[INSN_UID (INSN)]) argument 325 #define FOR_EACH_LOG_LINK(L, INSN) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 946 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 950 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 951 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 952 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 953 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 954 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 955 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument 956 #define INSN_REG_PRESSURE_EXCESS_COST_CHANGE(INSN) \ argument [all …]
|
H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 783 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 788 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 789 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 790 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 791 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 792 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 793 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 795 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
H A D | df.h | 747 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 748 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 755 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 756 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 765 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 766 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 767 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 768 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
H A D | rtl.h | 865 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1504 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1589 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1620 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1625 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1634 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1635 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument 1636 #define SET_INSN_DELETED(INSN) set_insn_deleted (INSN); argument 1637 #define NOTE_BLOCK(INSN) XCTREE (INSN, 3, NOTE) argument 1638 #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 3, NOTE) argument [all …]
|
H A D | basic-block.h | 226 #define FOR_BB_INSNS(BB, INSN) \ argument 233 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 238 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 243 #define FOR_BB_INSNS_REVERSE_SAFE(BB, INSN, CURR) \ argument
|
H A D | gentarget-def.c | 327 #define DEF_TARGET_INSN(INSN, ARGS) \ in main() argument
|
H A D | haifa-sched.c | 221 #define INSN_TICK(INSN) (HID (INSN)->tick) argument 222 #define INSN_EXACT_TICK(INSN) (HID (INSN)->exact_tick) argument 223 #define INSN_TICK_ESTIMATE(INSN) (HID (INSN)->tick_estimate) argument 224 #define INTER_TICK(INSN) (HID (INSN)->inter_tick) argument 225 #define FEEDS_BACKTRACK_INSN(INSN) (HID (INSN)->feeds_backtrack_insn) argument 226 #define SHADOW_P(INSN) (HID (INSN)->shadow_p) argument 227 #define MUST_RECOMPUTE_SPEC_P(INSN) (HID (INSN)->must_recompute_spec) argument 230 #define INSN_COST(INSN) (HID (INSN)->cost) argument 240 #define INSN_RFS_DEBUG_ORIG_ORDER(INSN) (HID (INSN)->rfs_debug_orig_order) argument 243 #define INSN_LAST_RFS_WIN(INSN) (HID (INSN)->last_rfs_win) argument [all …]
|
H A D | sched-rgn.c | 73 #define FED_BY_SPEC_LOAD(INSN) (HID (INSN)->fed_by_spec_load) argument 74 #define IS_LOAD_INSN(INSN) (HID (insn)->is_load_insn) argument 161 #define IS_SPECULATIVE_INSN(INSN) \ argument 225 #define INSN_PROBABILITY(INSN) (SRC_PROB (BLOCK_TO_BB (BLOCK_NUM (INSN)))) argument
|
H A D | defaults.h | 1190 #define INSN_SETS_ARE_DELAYED(INSN) false argument 1194 #define INSN_REFERENCES_ARE_DELAYED(INSN) false argument
|
H A D | postreload-gcse.c | 210 #define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)]) argument
|
H A D | final.c | 531 #define INSN_LENGTH_ALIGNMENT(INSN) length_unit_log argument 534 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) argument
|
H A D | combine.c | 342 #define INSN_COST(INSN) (uid_insn_cost[insn_uid_check (INSN)]) argument 343 #define LOG_LINKS(INSN) (uid_log_links[insn_uid_check (INSN)]) argument 345 #define FOR_EACH_LOG_LINK(L, INSN) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | x86-tune-sched-atom.c | 132 #define INSN_TICK(INSN) (HID (INSN)->tick) in swap_top_of_ready_list() argument
|
H A D | i386.h | 2255 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \ argument
|