Home
last modified time | relevance | path

Searched refs:sqrt_arg0 (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-math-opts.c1111 tree type, sqrtfn, cbrtfn, sqrt_arg0, sqrt_sqrt, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1161 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1164 return build_and_insert_call (gsi, loc, sqrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1180 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1183 sqrt_sqrt = build_and_insert_call (gsi, loc, sqrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1187 sqrt_arg0, sqrt_sqrt); in gimple_expand_builtin_pow()
1219 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1222 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1258 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1261 result = sqrt_arg0; in gimple_expand_builtin_pow()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-math-opts.c1111 tree type, sqrtfn, cbrtfn, sqrt_arg0, sqrt_sqrt, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1161 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1164 return build_and_insert_call (gsi, loc, sqrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1180 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1183 sqrt_sqrt = build_and_insert_call (gsi, loc, sqrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1187 sqrt_arg0, sqrt_sqrt); in gimple_expand_builtin_pow()
1219 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1222 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1258 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1261 result = sqrt_arg0; in gimple_expand_builtin_pow()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-math-opts.c1146 tree type, sqrtfn, cbrtfn, sqrt_arg0, sqrt_sqrt, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1196 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1199 return build_and_insert_call (gsi, loc, sqrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1215 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1218 sqrt_sqrt = build_and_insert_call (gsi, loc, sqrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1222 sqrt_arg0, sqrt_sqrt); in gimple_expand_builtin_pow()
1254 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1257 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
1293 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1296 result = sqrt_arg0; in gimple_expand_builtin_pow()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-math-opts.c1683 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1762 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1765 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-math-opts.c1882 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1961 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1964 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1683 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1762 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1765 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1683 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1762 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1765 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-math-opts.c1888 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1967 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1970 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1683 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1762 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1765 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1683 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1762 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1765 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-math-opts.c1682 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1761 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1764 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-math-opts.c1882 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1961 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1964 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-math-opts.c1882 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1961 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1964 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-math-opts.c1888 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1967 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1970 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-math-opts.c1888 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1967 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1970 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c1525 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1604 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1607 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c1525 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
1604 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
1607 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-math-opts.c2010 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
2089 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
2092 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-math-opts.c2010 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
2089 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
2092 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c2010 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
2089 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
2092 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c2010 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local
2089 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0); in gimple_expand_builtin_pow()
2092 return build_and_insert_call (gsi, loc, cbrtfn, sqrt_arg0); in gimple_expand_builtin_pow()