Searched refs:have_insn_for (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | targhooks.c | 168 return have_insn_for (DIV, mode) ? 3 : 2; in default_min_divisions_for_recip_mul()
|
| D | expr.h | 272 extern int have_insn_for (enum rtx_code, enum machine_mode);
|
| D | combine.c | 6026 && have_insn_for (STRICT_LOW_PART, tmode)))) in make_extraction() 6520 && !have_insn_for (LSHIFTRT, mode) in make_compound_operation() 6521 && have_insn_for (ASHIFTRT, mode) in make_compound_operation() 6562 if (have_insn_for (ASHIFTRT, mode) in make_compound_operation() 6563 && ! have_insn_for (LSHIFTRT, mode) in make_compound_operation() 6856 && have_insn_for (code, mode)) in force_to_mode() 10672 && ! have_insn_for (COMPARE, mode)) in simplify_comparison() 10677 if (have_insn_for (COMPARE, tmode)) in simplify_comparison() 10705 && !have_insn_for (AND, mode)) in simplify_comparison()
|
| D | stmt.c | 2493 && ! have_insn_for (COMPARE, GET_MODE (index))) in expand_case() 2498 if (have_insn_for (COMPARE, wider_mode)) in expand_case()
|
| D | postreload.c | 1279 if (have_insn_for (STRICT_LOW_PART, narrow_mode) in reload_cse_move2add()
|
| D | loop-unroll.c | 1578 if (!have_insn_for (GET_CODE (src), GET_MODE (src))) in analyze_insn_to_expand_var()
|
| D | simplify-rtx.c | 4660 || ! have_insn_for (SET, innermode)) in simplify_subreg()
|
| D | optabs.c | 4873 have_insn_for (enum rtx_code code, enum machine_mode mode) in have_insn_for() function
|
| D | ChangeLog-2001 | 13514 cmp_optab RTX codes so have_insn_for can find them. 13517 have_insn_for, gen_sub3_insn): New interfaces.
|
| D | ChangeLog-2005 | 8748 force_operand will work later on using have_insn_for.
|