Home
last modified time | relevance | path

Searched defs:INSN (Results 1 – 25 of 25) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-int.h114 #define SET_INSN_LUID(INSN, LUID) \ argument
871 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument
897 #define INSN_CACHED_COND(INSN) (HDID (INSN)->cond) argument
900 #define CANT_MOVE(INSN) (HDID (INSN)->cant_move) argument
908 #define TODO_SPEC(INSN) (HID (INSN)->todo_spec) argument
909 #define DONE_SPEC(INSN) (HID (INSN)->done_spec) argument
910 #define CHECK_SPEC(INSN) (HID (INSN)->check_spec) argument
912 #define ORIG_PAT(INSN) (HID (INSN)->orig_pat) argument
916 #define IS_SPECULATION_CHECK_P(INSN) \ argument
921 #define IS_SPECULATION_SIMPLE_CHECK_P(INSN) \ argument
[all …]
H A Dsel-sched-ir.h773 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument
774 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument
776 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument
782 #define INSN_EXPR(INSN) (&SID (INSN)->expr) argument
783 #define INSN_LIVE(INSN) (SID (INSN)->live) argument
788 #define INSN_LHS(INSN) (VINSN_LHS (INSN_VINSN (INSN))) argument
789 #define INSN_RHS(INSN) (VINSN_RHS (INSN_VINSN (INSN))) argument
794 #define INSN_SEQNO(INSN) (SID (INSN)->seqno) argument
803 #define INSN_WS_LEVEL(INSN) (SID (INSN)->ws_level) argument
808 #define AV_SET(INSN) (get_av_set (INSN)) argument
[all …]
H A Drtl.h439 #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
797 #define PATTERN(INSN) XEXP (INSN, 4) argument
809 #define INSN_CODE(INSN) XINT (INSN, 6) argument
868 #define REG_NOTES(INSN) XEXP(INSN, 7) argument
954 #define INSN_VAR_LOCATION_DECL(INSN) \ argument
956 #define INSN_VAR_LOCATION_LOC(INSN) \ argument
958 #define INSN_VAR_LOCATION_STATUS(INSN) \ argument
[all …]
H A Ddf.h723 #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 Dbasic-block.h385 #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 Dhaifa-sched.c210 #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 Dsched-rgn.c75 #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 Dreorg.c143 #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 Dpostreload-gcse.c168 #define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)]) argument
H A Dfinal.c557 #define INSN_LENGTH_ALIGNMENT(INSN) length_unit_log argument
560 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) argument
H A Dcombine.c322 #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
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h112 #define SET_INSN_LUID(INSN, LUID) \ argument
946 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument
960 #define INSN_AUTOPREF_MULTIPASS_DATA(INSN) \ argument
969 #define HDID(INSN) (&h_d_i_d[INSN_LUID (INSN)]) argument
980 #define CANT_MOVE(INSN) (HDID (INSN)->cant_move) argument
987 #define TODO_SPEC(INSN) (HID (INSN)->todo_spec) argument
988 #define DONE_SPEC(INSN) (HID (INSN)->done_spec) argument
991 #define ORIG_PAT(INSN) (HID (INSN)->orig_pat) argument
995 #define IS_SPECULATION_CHECK_P(INSN) \ argument
1000 #define IS_SPECULATION_SIMPLE_CHECK_P(INSN) \ argument
[all …]
H A Dsel-sched-ir.h783 #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
791 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument
797 #define INSN_EXPR(INSN) (&SID (INSN)->expr) argument
798 #define INSN_LIVE(INSN) (SID (INSN)->live) argument
803 #define INSN_LHS(INSN) (VINSN_LHS (INSN_VINSN (INSN))) argument
809 #define INSN_SEQNO(INSN) (SID (INSN)->seqno) argument
818 #define INSN_WS_LEVEL(INSN) (SID (INSN)->ws_level) argument
823 #define AV_SET(INSN) (get_av_set (INSN)) argument
[all …]
H A Ddf.h747 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (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
771 #define FOR_EACH_INSN_INFO_DEF(ITER, INSN) \ argument
774 #define FOR_EACH_INSN_INFO_USE(ITER, INSN) \ argument
777 #define FOR_EACH_INSN_INFO_EQ_USE(ITER, INSN) \ argument
780 #define FOR_EACH_INSN_INFO_MW(ITER, INSN) \ argument
783 #define FOR_EACH_INSN_DEF(ITER, INSN) \ argument
786 #define FOR_EACH_INSN_USE(ITER, INSN) \ argument
[all …]
H A Drtl.h1504 #define INSN_CODE(INSN) XINT (INSN, 5) argument
1589 #define REG_NOTES(INSN) XEXP(INSN, 6) argument
1650 #define NOTE_INSN_BASIC_BLOCK_P(INSN) \ argument
1655 #define NOTE_MARKER_P(INSN) \ argument
1681 #define DEBUG_BIND_INSN_P(INSN) \ argument
1687 #define DEBUG_MARKER_INSN_P(INSN) \ argument
1711 #define INSN_VAR_LOCATION(INSN) \ argument
1714 #define INSN_VAR_LOCATION_PTR(INSN) \ argument
1718 #define INSN_VAR_LOCATION_DECL(INSN) \ argument
1720 #define INSN_VAR_LOCATION_LOC(INSN) \ argument
[all …]
H A Dbasic-block.h226 #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 Dgentarget-def.c327 #define DEF_TARGET_INSN(INSN, ARGS) \ in main() argument
H A Dhaifa-sched.c221 #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
243 #define INSN_LAST_RFS_WIN(INSN) (HID (INSN)->last_rfs_win) argument
339 #define QUEUE_INDEX(INSN) (HID (INSN)->queue_index) argument
[all …]
H A Dsched-rgn.c73 #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 Ddefaults.h1190 #define INSN_SETS_ARE_DELAYED(INSN) false argument
1194 #define INSN_REFERENCES_ARE_DELAYED(INSN) false argument
H A Dpostreload-gcse.c210 #define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)]) argument
H A Dfinal.c531 #define INSN_LENGTH_ALIGNMENT(INSN) length_unit_log argument
534 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) argument
H A Dcombine.c342 #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
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched-atom.c132 #define INSN_TICK(INSN) (HID (INSN)->tick) in swap_top_of_ready_list() argument
H A Di386.h2255 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \ argument