Home
last modified time | relevance | path

Searched refs:RDIV_EXPR (Results 1 – 25 of 1568) sorted by relevance

12345678910>>...63

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dd-longdouble.cc141 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
164 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dd-longdouble.cc147 real_arithmetic (&x.rv (), RDIV_EXPR, &this->rv (), &r.rv ()); in div()
170 real_arithmetic (&q, RDIV_EXPR, &this->rv (), &r.rv ()); in mod()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-math-opts.c278 && TREE_CODE (TREE_OPERAND (use_stmt, 1)) == RDIV_EXPR in is_division_by()
336 fold_build2 (RDIV_EXPR, type, get_constant_one (type), in insert_reciprocals()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-math-opts.c331 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
369 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
412 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
962 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
977 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
1018 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1423 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1855 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1860 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
2006 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
370 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
413 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
963 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
978 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
1019 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1429 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1861 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1866 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
2012 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-math-opts.c331 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
369 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
412 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
962 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
977 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
1018 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1423 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1855 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1860 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
2006 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-math-opts.c331 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
369 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
412 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
962 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
977 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
1018 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1423 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1855 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1860 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
2006 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
370 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
413 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
963 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
978 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
1019 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1429 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1861 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1866 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
2012 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
370 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
413 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
963 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
978 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
1019 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1429 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1861 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1866 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
2012 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-math-opts.c318 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
351 new_stmt = gimple_build_assign_with_ops (RDIV_EXPR, recip_def, in insert_reciprocals()
562 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute_cse_reciprocals()
600 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute_cse_reciprocals()
1002 div_stmt = gimple_build_assign_with_ops (RDIV_EXPR, target, in powi_as_mults()
1268 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
1287 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1331 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-math-opts.c318 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
351 new_stmt = gimple_build_assign_with_ops (RDIV_EXPR, recip_def, in insert_reciprocals()
562 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute_cse_reciprocals()
600 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute_cse_reciprocals()
1002 div_stmt = gimple_build_assign_with_ops (RDIV_EXPR, target, in powi_as_mults()
1268 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
1287 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1331 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-math-opts.c335 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
368 new_stmt = gimple_build_assign_with_ops (RDIV_EXPR, recip_def, in insert_reciprocals()
579 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute_cse_reciprocals()
617 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute_cse_reciprocals()
1037 div_stmt = gimple_build_assign_with_ops (RDIV_EXPR, target, in powi_as_mults()
1303 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
1322 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1366 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
362 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
405 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
773 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
814 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1224 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1656 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1661 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1807 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1851 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
362 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
405 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
773 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
814 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1224 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1656 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1661 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1807 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1851 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
362 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
405 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
773 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
814 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1224 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1656 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1661 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1807 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1851 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
362 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
405 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
773 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
814 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1224 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1656 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1661 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1807 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1851 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c332 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by()
362 && gimple_assign_rhs_code (use_stmt) == RDIV_EXPR in is_division_by_square()
405 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR, in insert_reciprocals()
773 && gimple_assign_rhs_code (stmt) == RDIV_EXPR) in execute()
814 || gimple_assign_rhs_code (stmt2) != RDIV_EXPR in execute()
1224 div_stmt = gimple_build_assign (target, RDIV_EXPR, in powi_as_mults()
1656 res = build_and_insert_binop (gsi, loc, "powrootrecip", RDIV_EXPR, in expand_pow_as_sqrts()
1661 res = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in expand_pow_as_sqrts()
1807 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
1851 result = build_and_insert_binop (gsi, loc, "powroot", RDIV_EXPR, in gimple_expand_builtin_pow()

12345678910>>...63