Searched refs:build_and_insert_binop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1476 build_and_insert_binop (gimple_stmt_iterator *gsi, location_t loc, function
1836 fract_res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
1848 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
1853 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR,
1858 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR,
1863 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
2036 powi_cbrt_x = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
2043 result = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
2048 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR,
2079 addend1 = build_and_insert_binop (gs
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1610 build_and_insert_binop (gimple_stmt_iterator *gsi, location_t loc, function
1970 fract_res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
1982 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
1987 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR,
1992 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR,
1997 res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
2170 powi_cbrt_x = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
2177 result = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
2182 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR,
2213 addend1 = build_and_insert_binop (gs
[all...]

Completed in 113 milliseconds