HomeSort by: relevance | last modified time | path
    Searched defs:fail_label (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genpeep.cc 120 match_rtx (rtx x, struct link *path, int fail_label)
149 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
159 XINT (x, 0), fail_label);
169 XINT (x, 0), fail_label);
176 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
193 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
199 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
213 printf (" if (GET_CODE (x) != PARALLEL) goto L%d;\n", fail_label);
217 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
223 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
174 match_rtx (XVECEXP (x, 1, i), &link, fail_label); local
197 match_rtx (XVECEXP (x, 2, i), &link, fail_label); local
221 match_rtx (XVECEXP (x, 2, i), &link, fail_label); local
251 match_rtx (XEXP (x, i), &link, fail_label); local
260 match_rtx (XVECEXP (x, i, j), &link, fail_label); local
    [all...]
genmatch.cc 2519 static char *fail_label; variable
2697 depth, fail_label);
2727 fprintf_indent (f, indent, " goto %s;\n", fail_label);
2732 fprintf_indent (f, indent, " goto %s;\n", fail_label);
3549 fail_label = local_fail_label;
3564 i, fail_label);
3580 "goto %s;\n", i, fail_label);
3625 fprintf_indent (f, indent, "if (UNLIKELY (!dbg_cnt (match))) goto %s;\n", fail_label);
3694 "goto %s;\n", fail_label);
3756 "goto %s;\n", i, fail_label);
    [all...]
expr.cc 1880 rtx_code_label *fail_label)
1884 m_fail_label = fail_label;
1967 rtx_code_label *fail_label = gen_label_rtx ();
1975 fail_label);
1982 emit_label (fail_label);
1964 rtx_code_label *fail_label = gen_label_rtx (); local
  /src/external/gpl3/gcc.old/dist/gcc/
genpeep.cc 120 match_rtx (rtx x, struct link *path, int fail_label)
149 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
159 XINT (x, 0), fail_label);
169 XINT (x, 0), fail_label);
176 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
193 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
199 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
213 printf (" if (GET_CODE (x) != PARALLEL) goto L%d;\n", fail_label);
217 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
223 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
174 match_rtx (XVECEXP (x, 1, i), &link, fail_label); local
197 match_rtx (XVECEXP (x, 2, i), &link, fail_label); local
221 match_rtx (XVECEXP (x, 2, i), &link, fail_label); local
251 match_rtx (XEXP (x, i), &link, fail_label); local
260 match_rtx (XVECEXP (x, i, j), &link, fail_label); local
    [all...]
genmatch.cc 2358 static char *fail_label; variable
2536 depth, fail_label);
2566 fprintf_indent (f, indent, " goto %s;\n", fail_label);
2571 fprintf_indent (f, indent, " goto %s;\n", fail_label);
3292 fail_label = local_fail_label;
3306 i, fail_label);
3321 "goto %s;\n", i, fail_label);
3364 fprintf_indent (f, indent, "if (__builtin_expect (!dbg_cnt (match), 0)) goto %s;\n", fail_label);
3439 "goto %s;\n", fail_label);
3497 "goto %s;\n", i, fail_label);
    [all...]
expr.cc 1661 rtx_code_label *fail_label)
1665 m_fail_label = fail_label;
1748 rtx_code_label *fail_label = gen_label_rtx ();
1756 fail_label);
1763 emit_label (fail_label);
1745 rtx_code_label *fail_label = gen_label_rtx (); local

Completed in 50 milliseconds