Lines Matching defs:INSN
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
784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument
789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument
790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument
791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument
792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument
793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument
794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument
796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument
798 #define INSN_EXPR(INSN) (&SID (INSN)->expr) argument
799 #define INSN_LIVE(INSN) (SID (INSN)->live) argument
800 #define INSN_LIVE_VALID_P(INSN) (SID (INSN)->live_valid_p) argument
801 #define INSN_VINSN(INSN) (EXPR_VINSN (INSN_EXPR (INSN))) argument
802 #define INSN_TYPE(INSN) (VINSN_TYPE (INSN_VINSN (INSN))) argument
803 #define INSN_SIMPLEJUMP_P(INSN) (INSN_TYPE (INSN) == PC) argument
804 #define INSN_LHS(INSN) (VINSN_LHS (INSN_VINSN (INSN))) argument
805 #define INSN_RHS(INSN) (VINSN_RHS (INSN_VINSN (INSN))) argument
806 #define INSN_REG_SETS(INSN) (VINSN_REG_SETS (INSN_VINSN (INSN))) argument
807 #define INSN_REG_CLOBBERS(INSN) (VINSN_REG_CLOBBERS (INSN_VINSN (INSN))) argument
808 #define INSN_REG_USES(INSN) (VINSN_REG_USES (INSN_VINSN (INSN))) argument
809 #define INSN_SCHED_TIMES(INSN) (EXPR_SCHED_TIMES (INSN_EXPR (INSN))) argument
810 #define INSN_SEQNO(INSN) (SID (INSN)->seqno) argument
811 #define INSN_AFTER_STALL_P(INSN) (SID (INSN)->after_stall_p) argument
812 #define INSN_SCHED_CYCLE(INSN) (SID (INSN)->sched_cycle) argument
813 #define INSN_READY_CYCLE(INSN) (SID (INSN)->ready_cycle) argument
814 #define INSN_SPEC_CHECKED_DS(INSN) (SID (INSN)->spec_checked_ds) argument
819 #define INSN_WS_LEVEL(INSN) (SID (INSN)->ws_level) argument
824 #define AV_SET(INSN) (get_av_set (INSN)) argument
825 #define AV_LEVEL(INSN) (get_av_level (INSN)) argument
826 #define AV_SET_VALID_P(INSN) (AV_LEVEL (INSN) == global_level) argument
849 #define INSN_NOP_P(INSN) (PATTERN (INSN) == nop_pattern) argument
855 #define INSN_IN_STREAM_P(INSN) (PREV_INSN (INSN) && NEXT_INSN (INSN)) argument
858 #define IN_CURRENT_FENCE_P(INSN) (flist_lookup (fences, INSN) != NULL) argument
1467 #define FOR_EACH_SUCC_1(SUCC, ITER, INSN, FLAGS) \ argument
1472 #define FOR_EACH_SUCC(SUCC, ITER, INSN) \ argument