Searched refs:INSN_FROM_TARGET_P (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | reorg.c | 654 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 D | resource.c | 182 && 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 D | rtl.h | 776 #define INSN_FROM_TARGET_P(RTX) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | reorg.c | 628 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 D | resource.c | 188 && 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 D | rtl.h | 601 #define INSN_FROM_TARGET_P(RTX) \ macro
|
H A D | ChangeLog.7 | 7920 (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 D | arc.c | 1647 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 D | arc.c | 1629 fputs (INSN_FROM_TARGET_P (delay) ? ".jd" : ".nd", file); 1649 if (INSN_FROM_TARGET_P (insn))
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.c | 1797 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 D | c4x.c | 1821 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 D | rtl.texi | 595 @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 D | gccint.info | 8999 `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 D | rtl.texi | 433 @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
|