Searched refs:ninsn (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | reorg.c | 2715 rtx_insn *ninsn; in fill_slots_from_thread() local 2727 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread() 2729 if (recog_memoized (ninsn) < 0 in fill_slots_from_thread() 2730 || (extract_insn (ninsn), in fill_slots_from_thread() 2731 !constrain_operands (1, get_preferred_alternatives (ninsn)))) in fill_slots_from_thread() 2733 delete_related_insns (ninsn); in fill_slots_from_thread() 2751 ninsn = own_thread ? trial : copy_delay_slot_insn (trial); in fill_slots_from_thread() 2753 INSN_FROM_TARGET_P (ninsn) = 1; in fill_slots_from_thread() 2755 add_to_delay_list (ninsn, delay_list); in fill_slots_from_thread()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | reorg.c | 2967 rtx ninsn; in fill_slots_from_thread() local 2979 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread() 2982 if (recog_memoized (ninsn) < 0 in fill_slots_from_thread() 2983 || (extract_insn (ninsn), ! constrain_operands (1))) in fill_slots_from_thread() 2985 delete_related_insns (ninsn); in fill_slots_from_thread() 3003 ninsn = own_thread ? trial : copy_rtx (trial); in fill_slots_from_thread() 3005 INSN_FROM_TARGET_P (ninsn) = 1; in fill_slots_from_thread() 3007 delay_list = add_to_delay_list (ninsn, NULL_RTX); in fill_slots_from_thread()
|