Home
last modified time | relevance | path

Searched refs:build_and_insert_binop (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1476 build_and_insert_binop (gimple_stmt_iterator *gsi, location_t loc, in build_and_insert_binop() function
1836 fract_res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in expand_pow_as_sqrts()
1848 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in expand_pow_as_sqrts()
1853 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1858 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1863 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in expand_pow_as_sqrts()
2036 powi_cbrt_x = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in gimple_expand_builtin_pow()
2043 result = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in gimple_expand_builtin_pow()
2048 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
2079 addend1 = build_and_insert_binop (gsi, loc, "cabs", MULT_EXPR, in gimple_expand_builtin_cabs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1610 build_and_insert_binop (gimple_stmt_iterator *gsi, location_t loc, in build_and_insert_binop() function
1970 fract_res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in expand_pow_as_sqrts()
1982 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in expand_pow_as_sqrts()
1987 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1992 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1997 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in expand_pow_as_sqrts()
2170 powi_cbrt_x = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in gimple_expand_builtin_pow()
2177 result = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR, in gimple_expand_builtin_pow()
2182 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
2213 addend1 = build_and_insert_binop (gsi, loc, "cabs", MULT_EXPR, in gimple_expand_builtin_cabs()
[all …]
H A DChangeLog.gimple-classes1286 (build_and_insert_binop): Likewise.
3136 (build_and_insert_binop): Likewise for "stmt".
H A DChangeLog-201124007 (build_and_insert_binop): New.
24009 build_and_insert_call; use build_and_insert_binop; add more
H A DChangeLog-201215155 (build_and_insert_binop): Likewise.
H A DChangeLog-20142852 powi_as_mults, build_and_insert_binop, build_and_insert_cast,