Searched refs:INSN_FROM_TARGET_P (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| 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() 1111 && INSN_FROM_TARGET_P (XVECEXP (pat, 0, i))) in redirect_with_delay_slots_safe_p() 1117 && ! INSN_FROM_TARGET_P (XVECEXP (pat, 0, i))) in redirect_with_delay_slots_safe_p() 1145 && INSN_FROM_TARGET_P (XEXP (li, 0))) in redirect_with_delay_list_safe_p() 1150 && ! INSN_FROM_TARGET_P (XEXP (li, 0))) in redirect_with_delay_list_safe_p() 1174 if ((annul_true_p && INSN_FROM_TARGET_P (trial)) in check_annul_list_true_false() 1175 || (!annul_true_p && !INSN_FROM_TARGET_P (trial))) in check_annul_list_true_false() 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() [all …]
|
| 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()
|
| D | rtl.h | 781 #define INSN_FROM_TARGET_P(RTX) \ macro
|
| D | ChangeLog-2002 | 22367 (INSN_FROM_TARGET_P): Valid also for CALL_INSN. 22372 or INSN_FROM_TARGET_P if the code is appropriate.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| 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 2721 @code{INSN_FROM_TARGET_P} indicates that the insn is from the target of
|