Searched refs:test_insn (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcse.c | 1198 static GTY(()) rtx test_insn; 1216 if (test_insn == 0) in can_assign_to_reg_p() 1218 test_insn in can_assign_to_reg_p() 1223 NEXT_INSN (test_insn) = PREV_INSN (test_insn) = 0; in can_assign_to_reg_p() 1228 PUT_MODE (SET_DEST (PATTERN (test_insn)), GET_MODE (x)); in can_assign_to_reg_p() 1229 SET_SRC (PATTERN (test_insn)) = x; in can_assign_to_reg_p() 1230 return ((icode = recog (PATTERN (test_insn), test_insn, &num_clobbers)) >= 0 in can_assign_to_reg_p()
|
| D | reload.c | 834 rtx dst, test_insn; in can_reload_into() local 856 test_insn = make_insn_raw (gen_rtx_SET (VOIDmode, dst, in)); in can_reload_into() 858 if (recog_memoized (test_insn) >= 0) in can_reload_into() 860 extract_insn (test_insn); in can_reload_into()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gcse.c | 1298 static GTY(()) rtx test_insn; 1328 if (test_insn == 0) 1330 test_insn 1335 NEXT_INSN (test_insn) = PREV_INSN (test_insn) = 0; 1340 PUT_MODE (SET_DEST (PATTERN (test_insn)), GET_MODE (x)); 1341 SET_SRC (PATTERN (test_insn)) = x; 1342 return ((icode = recog (PATTERN (test_insn), test_insn, &num_clobbers)) >= 0
|
| D | reload.c | 864 rtx dst, test_insn; local 886 test_insn = make_insn_raw (gen_rtx_SET (VOIDmode, dst, in)); 888 if (recog_memoized (test_insn) >= 0) 890 extract_insn (test_insn);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa.c | 7447 rtx test_insn = next_real_insn (PREV_INSN (PREV_INSN (insn))); local 7449 return (GET_CODE (PATTERN (test_insn)) == SEQUENCE 7450 && XVECEXP (PATTERN (test_insn), 0, 1) == insn);
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa.c | 8417 rtx test_insn = next_real_insn (PREV_INSN (PREV_INSN (insn))); in jump_in_call_delay() local 8419 return (GET_CODE (PATTERN (test_insn)) == SEQUENCE in jump_in_call_delay() 8420 && XVECEXP (PATTERN (test_insn), 0, 1) == insn); in jump_in_call_delay()
|