Home
last modified time | relevance | path

Searched refs:out_set (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Drecog.c3354 rtx out_set, in_set; in store_data_bypass_p() local
3362 out_set = single_set (out_insn); in store_data_bypass_p()
3363 if (out_set) in store_data_bypass_p()
3365 if (reg_mentioned_p (SET_DEST (out_set), SET_DEST (in_set))) in store_data_bypass_p()
3401 rtx out_set, in_set; in if_test_bypass_p() local
3414 out_set = single_set (out_insn); in if_test_bypass_p()
3415 if (out_set) in if_test_bypass_p()
3417 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1)) in if_test_bypass_p()
3418 || reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 2))) in if_test_bypass_p()
3438 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1)) in if_test_bypass_p()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drecog.c3413 rtx out_set, in_set; local
3422 out_set = single_set (out_insn);
3423 if (out_set)
3425 if (reg_mentioned_p (SET_DEST (out_set), SET_DEST (in_set)))
3464 rtx out_set, in_set; local
3478 out_set = single_set (out_insn);
3479 if (out_set)
3481 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1))
3482 || reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 2)))
3504 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1))
[all …]