Home
last modified time | relevance | path

Searched refs:newpat (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dcombine.c1949 newpat = p2; in try_combine()
2388 newpat = subst (newpat, i1dest, i1src, 0, 0); in try_combine()
2405 || (GET_CODE (newpat) == SET && GET_CODE (SET_SRC (newpat)) == MULT in try_combine()
2431 rtx old = newpat; in try_combine()
2514 newpat = set0; in try_combine()
2527 newpat = set1; in try_combine()
2895 newpat = XVECEXP (newpat, 0, 1); in try_combine()
2944 newpat = XVECEXP (newpat, 0, 1); in try_combine()
2950 newpat = XVECEXP (newpat, 0, 0); in try_combine()
3120 newpat = copy_rtx_if_shared (newpat); in try_combine()
[all …]
H A Drecog.c270 rtx newpat; in insn_invalid_p() local
276 XVECEXP (newpat, 0, 0) = pat; in insn_invalid_p()
277 add_clobbers (newpat, icode); in insn_invalid_p()
346 rtx newpat; in verify_changes() local
349 newpat = XVECEXP (pat, 0, 0); in verify_changes()
354 newpat in verify_changes()
711 rtx newpat = NULL; in validate_simplify_insn() local
718 if (newpat && !rtx_equal_p (SET_SRC (pat), newpat)) in validate_simplify_insn()
721 if (newpat && !rtx_equal_p (SET_DEST (pat), newpat)) in validate_simplify_insn()
732 if (newpat && !rtx_equal_p (SET_SRC (s), newpat)) in validate_simplify_insn()
[all …]
H A Dpostreload.c1351 rtx newpat = gen_rtx_SET (VOIDmode, in reload_cse_move2add() local
1358 newpat, 0); in reload_cse_move2add()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcombine.c1689 newpat = p2;
2044 newpat = subst (newpat, i1dest, i1src, 0, 0);
2062 || (GET_CODE (newpat) == SET && GET_CODE (SET_SRC (newpat)) == MULT
2088 rtx old = newpat;
2141 newpat = XVECEXP (newpat, 0, 0);
2154 newpat = XVECEXP (newpat, 0, 1);
2420 newpat = XVECEXP (newpat, 0, 1);
2498 newpat = XVECEXP (newpat, 0, 1);
2504 newpat = XVECEXP (newpat, 0, 0);
2612 newpat = copy_rtx_if_shared (newpat);
[all …]
H A Drecog.c287 rtx newpat; local
292 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (num_clobbers + 1));
293 XVECEXP (newpat, 0, 0) = pat;
294 add_clobbers (newpat, icode);
295 PATTERN (insn) = pat = newpat;
363 rtx newpat; in apply_change_group() local
366 newpat = XVECEXP (pat, 0, 0); in apply_change_group()
371 newpat in apply_change_group()
374 for (j = 0; j < XVECLEN (newpat, 0); j++) in apply_change_group()
375 XVECEXP (newpat, 0, j) = XVECEXP (pat, 0, j); in apply_change_group()
[all …]
H A Dloop.c1911 rtx newpat, i1;
1918 newpat = gen_move_insn (SET_DEST (PATTERN (m->insn)),
1920 i1 = loop_insn_hoist (loop, newpat);
H A DChangeLog.35823 newi2pat before newpat.
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.c898 char *p, *newpat; in S_compile_runtime_code() local
909 Newx(newpat, newlen, char); in S_compile_runtime_code()
910 p = newpat; in S_compile_runtime_code()
957 PL_colors[4], PL_colors[5], newpat); in S_compile_runtime_code()
960 sv = newSVpvn_flags(newpat, p-newpat-1, RExC_utf8 ? SVf_UTF8 : 0); in S_compile_runtime_code()
961 Safefree(newpat); in S_compile_runtime_code()