Searched refs:use_set (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_write_format_mtree.c | 72 test_write_format_mtree_sub(int use_set, int dironly) in test_write_format_mtree_sub() argument 82 if (use_set) in test_write_format_mtree_sub() 111 if (use_set) { in test_write_format_mtree_sub() 159 test_write_format_mtree_sub2(int use_set, int dironly) in test_write_format_mtree_sub2() argument 170 if (use_set) in test_write_format_mtree_sub2() 199 if (use_set) { in test_write_format_mtree_sub2()
|
H A D | test_write_format_mtree_fflags.c | 51 test_write_format_mtree_sub(int use_set) in test_write_format_mtree_sub() argument 61 if (use_set) in test_write_format_mtree_sub() 82 if (use_set) { in test_write_format_mtree_sub()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fwprop.cc | 475 if (rtx use_set = single_set (use_rtl)) in try_fwprop_subst_pattern() local 479 auto old_cost = set_src_cost (SET_SRC (use_set), in try_fwprop_subst_pattern() 480 GET_MODE (SET_DEST (use_set)), speed); in try_fwprop_subst_pattern() 482 auto new_cost = set_src_cost (SET_SRC (use_set), in try_fwprop_subst_pattern() 483 GET_MODE (SET_DEST (use_set)), speed); in try_fwprop_subst_pattern() 769 rtx use_set = single_set (use_rtl); in forward_propagate_and_simplify() local 770 if (need_single_set && !use_set) in forward_propagate_and_simplify() 777 if (use_set && GET_MODE (SET_DEST (use_set)) == VOIDmode) in forward_propagate_and_simplify() 808 rtx *loc = need_single_set ? &use_set : &PATTERN (use_rtl); in forward_propagate_and_simplify()
|
H A D | loop-invariant.cc | 899 rtx *pos = DF_REF_REAL_LOC (use), def_set, use_set; in inv_can_prop_to_addr_use() local 917 if (!ok && (use_set = single_set (use_insn)) != NULL_RTX) in inv_can_prop_to_addr_use() 921 src = SET_SRC (use_set); in inv_can_prop_to_addr_use() 922 dest = SET_DEST (use_set); in inv_can_prop_to_addr_use()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fwprop.c | 1312 rtx use_set = single_set (use_insn); in forward_propagate_and_simplify() local 1321 if (!use_set && asm_use < 0 && !DEBUG_INSN_P (use_insn)) in forward_propagate_and_simplify() 1325 if (use_set && GET_MODE (SET_DEST (use_set)) == VOIDmode) in forward_propagate_and_simplify() 1360 if (x != src && use_set) in forward_propagate_and_simplify() 1363 rtx old_rtx = note ? XEXP (note, 0) : SET_SRC (use_set); in forward_propagate_and_simplify() 1378 loc = &SET_DEST (use_set); in forward_propagate_and_simplify() 1381 else if (!use_set) in forward_propagate_and_simplify() 1392 loc = &SET_SRC (use_set); in forward_propagate_and_simplify() 1407 && REG_P (SET_DEST (use_set)) in forward_propagate_and_simplify() 1411 && !reg_mentioned_p (SET_DEST (use_set), in forward_propagate_and_simplify() [all …]
|
H A D | loop-invariant.c | 900 rtx *pos = DF_REF_REAL_LOC (use), def_set, use_set; in inv_can_prop_to_addr_use() local 918 if (!ok && (use_set = single_set (use_insn)) != NULL_RTX) in inv_can_prop_to_addr_use() 922 src = SET_SRC (use_set); in inv_can_prop_to_addr_use() 923 dest = SET_DEST (use_set); in inv_can_prop_to_addr_use()
|