Home
last modified time | relevance | path

Searched refs:INSN_FROM_TARGET_P (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dreorg.c654 INSN_FROM_TARGET_P (insn) = 0; in delete_from_delay_slot()
801 INSN_FROM_TARGET_P (trial) = 1; in optimize_skip()
1275 && ! INSN_FROM_TARGET_P (trial))) in steal_delay_list_from_target()
1302 INSN_FROM_TARGET_P (temp) = 1; in steal_delay_list_from_target()
1768 && INSN_FROM_TARGET_P (candidate))) in redundant_insn()
1771 INSN_FROM_TARGET_P (candidate) = 0; in redundant_insn()
1861 if (INSN_FROM_TARGET_P (insn)) in update_block()
2687 INSN_FROM_TARGET_P (temp) = 1; in fill_slots_from_thread()
2865 INSN_FROM_TARGET_P (ninsn) = 1; in fill_slots_from_thread()
3371 INSN_FROM_TARGET_P (slot) = ! INSN_FROM_TARGET_P (slot); in relax_delay_slots()
[all …]
H A Dresource.c182 && INSN_FROM_TARGET_P (next)) in next_insn_no_annul()
546 INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i)) in find_dead_or_set_registers()
547 = ! INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i)); in find_dead_or_set_registers()
554 INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i)) in find_dead_or_set_registers()
555 = ! INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i)); in find_dead_or_set_registers()
722 && INSN_FROM_TARGET_P (XVECEXP (x, 0, i)))) in mark_set_resources()
1016 && INSN_FROM_TARGET_P (insn)) in mark_target_live_regs()
H A Drtl.h776 #define INSN_FROM_TARGET_P(RTX) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreorg.c628 INSN_FROM_TARGET_P (insn) = 0;
779 INSN_FROM_TARGET_P (trial) = 1;
1327 && ! INSN_FROM_TARGET_P (trial)))
1354 INSN_FROM_TARGET_P (temp) = 1;
1829 && INSN_FROM_TARGET_P (candidate)))
1832 INSN_FROM_TARGET_P (candidate) = 0;
1927 if (INSN_FROM_TARGET_P (insn))
2766 INSN_FROM_TARGET_P (temp) = 1;
2940 INSN_FROM_TARGET_P (ninsn) = 1;
3453 INSN_FROM_TARGET_P (slot) = ! INSN_FROM_TARGET_P (slot);
[all …]
H A Dresource.c188 && INSN_FROM_TARGET_P (next))
561 INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i))
562 = ! INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i));
569 INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i))
570 = ! INSN_FROM_TARGET_P (XVECEXP (PATTERN (insn), 0, i));
740 && INSN_FROM_TARGET_P (XVECEXP (x, 0, i))))
1018 && INSN_FROM_TARGET_P (insn))
H A Drtl.h601 #define INSN_FROM_TARGET_P(RTX) \ macro
H A DChangeLog.77920 (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
7925 or INSN_FROM_TARGET_P if the code is appropriate.
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.c1647 fputs (INSN_FROM_TARGET_P (delay) ? ".jd" : ".nd", file); in arc_print_operand()
1667 if (INSN_FROM_TARGET_P (insn)) in arc_print_operand()
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c1629 fputs (INSN_FROM_TARGET_P (delay) ? ".jd" : ".nd", file);
1649 if (INSN_FROM_TARGET_P (insn))
/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.c1797 annultrue = INSN_ANNULLED_BRANCH_P (seq) && ! INSN_FROM_TARGET_P (delay); in c4x_output_cbranch()
1798 annulfalse = INSN_ANNULLED_BRANCH_P (seq) && INSN_FROM_TARGET_P (delay); in c4x_output_cbranch()
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c1821 annultrue = INSN_ANNULLED_BRANCH_P (seq) && ! INSN_FROM_TARGET_P (delay);
1822 annulfalse = INSN_ANNULLED_BRANCH_P (seq) && INSN_FROM_TARGET_P (delay);
/openbsd/gnu/gcc/gcc/doc/
H A Drtl.texi595 @findex INSN_FROM_TARGET_P
600 @item INSN_FROM_TARGET_P (@var{x})
606 @code{INSN_FROM_TARGET_P} clear, the insn will be executed only if the
2716 @code{INSN_FROM_TARGET_P} indicates that the insn is from the target of
H A Dgccint.info8999 `INSN_FROM_TARGET_P (X)'
9004 branches with `INSN_FROM_TARGET_P' clear, the insn will be
10726 `INSN_FROM_TARGET_P' indicates that the insn is from the target of
32720 * INSN_FROM_TARGET_P: Flags. (line 34)
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi433 @findex INSN_FROM_TARGET_P
438 @item INSN_FROM_TARGET_P (@var{x})
444 @code{INSN_FROM_TARGET_P} clear, the insn will be executed only if the
2487 @code{INSN_FROM_TARGET_P} indicates that the insn is from the target of