Home
last modified time | relevance | path

Searched refs:tmp_class (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-rgn.c1780 int tmp_class = may_trap_exp (XEXP (x, i), is_store); local
1781 insn_class = WORST_CLASS (insn_class, tmp_class);
1788 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); local
1789 insn_class = WORST_CLASS (insn_class, tmp_class);
1815 int tmp_class = TRAP_FREE; local
1830 tmp_class = may_trap_exp (XEXP (XVECEXP (pat, 0, i), 0), 1);
1834 tmp_class = may_trap_exp (SET_DEST (XVECEXP (pat, 0, i)), 1);
1835 if (tmp_class == TRAP_RISKY)
1838 tmp_class
1839 = WORST_CLASS (tmp_class,
[all …]
H A Dhaifa-sched.c849 int tmp_class, tmp2_class, depend_count1, depend_count2; local
876 tmp_class = 3;
878 tmp_class = 1;
880 tmp_class = 2;
890 if ((val = tmp2_class - tmp_class))
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c390 int tmp_class = may_trap_exp (XEXP (x, i), is_store); in may_trap_exp() local
391 insn_class = WORST_CLASS (insn_class, tmp_class); in may_trap_exp()
398 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); in may_trap_exp() local
399 insn_class = WORST_CLASS (insn_class, tmp_class); in may_trap_exp()
424 int tmp_class = TRAP_FREE; in haifa_classify_insn() local
439 tmp_class = may_trap_exp (XEXP (XVECEXP (pat, 0, i), 0), 1); in haifa_classify_insn()
443 tmp_class = may_trap_exp (SET_DEST (XVECEXP (pat, 0, i)), 1); in haifa_classify_insn()
444 if (tmp_class == TRAP_RISKY) in haifa_classify_insn()
447 tmp_class in haifa_classify_insn()
448 = WORST_CLASS (tmp_class, in haifa_classify_insn()
[all …]
/openbsd-src/lib/libcrypto/asn1/
H A Dasn1_gen.c283 int tmp_tag, tmp_class; in asn1_cb()
329 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class)) in asn1_cb()
331 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0)) in asn1_cb()
281 int tmp_tag, tmp_class; asn1_cb() local