Home
last modified time | relevance | path

Searched refs:fold_binary (Results 1 – 25 of 838) sorted by relevance

12345678910>>...34

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-general.c546 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
548 n1last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
549 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
559 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
561 n2last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
562 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
613 = fold_binary (PLUS_EXPR, itype, n1, in omp_extract_for_data()
616 = fold_binary (PLUS_EXPR, itype, n2, in omp_extract_for_data()
635 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
649 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
[all …]
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-general.c546 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
548 n1last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
549 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
559 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
561 n2last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
562 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
613 = fold_binary (PLUS_EXPR, itype, n1, in omp_extract_for_data()
616 = fold_binary (PLUS_EXPR, itype, n2, in omp_extract_for_data()
635 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
649 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
[all …]
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-general.c546 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
548 n1last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
549 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
559 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
561 n2last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
562 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
613 = fold_binary (PLUS_EXPR, itype, n1, in omp_extract_for_data()
616 = fold_binary (PLUS_EXPR, itype, n2, in omp_extract_for_data()
635 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
649 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-general.c564 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
566 n1last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
567 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
577 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
579 n2last = fold_binary (PLUS_EXPR, itype, in omp_extract_for_data()
580 fold_binary (MULT_EXPR, itype, in omp_extract_for_data()
631 = fold_binary (PLUS_EXPR, itype, n1, in omp_extract_for_data()
634 = fold_binary (PLUS_EXPR, itype, n2, in omp_extract_for_data()
653 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
667 t3 = fold_binary (loop->cond_code, in omp_extract_for_data()
[all …]
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/email/
H A Dpolicy.pyi34 def fold_binary(self, name: str, value: str) -> bytes: ...
42 def fold_binary(self, name: str, value: str) -> bytes: ...
56 def fold_binary(self, name: str, value: str) -> bytes: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/email/
H A Dpolicy.pyi34 def fold_binary(self, name: str, value: str) -> bytes: ...
42 def fold_binary(self, name: str, value: str) -> bytes: ...
56 def fold_binary(self, name: str, value: str) -> bytes: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/email/
H A Dpolicy.pyi28 def fold_binary(self, name: str, value: str) -> bytes: ...
35 def fold_binary(self, name: str, value: str) -> bytes: ...
48 def fold_binary(self, name: str, value: str) -> bytes: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/email/
H A Dpolicy.pyi28 def fold_binary(self, name: str, value: str) -> bytes: ...
35 def fold_binary(self, name: str, value: str) -> bytes: ...
48 def fold_binary(self, name: str, value: str) -> bytes: ...
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dsvalue.cc674 = fold_binary (op, boolean_type_node, lhs_const, rhs_const); in eval_condition()
1053 tree iter_gt_base = fold_binary (GT_EXPR, boolean_type_node, in get_direction()
1058 tree iter_lt_base = fold_binary (LT_EXPR, boolean_type_node, in get_direction()
1094 tree base_op_rhs = fold_binary (op, boolean_type_node, in eval_condition_without_cm()
1108 tree base_op_rhs = fold_binary (op, boolean_type_node, in eval_condition_without_cm()
1121 tree base_le_rhs = fold_binary (LE_EXPR, boolean_type_node, in eval_condition_without_cm()
1134 tree base_le_rhs = fold_binary (LE_EXPR, boolean_type_node, in eval_condition_without_cm()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dsvalue.cc674 = fold_binary (op, boolean_type_node, lhs_const, rhs_const); in eval_condition()
1053 tree iter_gt_base = fold_binary (GT_EXPR, boolean_type_node, in get_direction()
1058 tree iter_lt_base = fold_binary (LT_EXPR, boolean_type_node, in get_direction()
1094 tree base_op_rhs = fold_binary (op, boolean_type_node, in eval_condition_without_cm()
1108 tree base_op_rhs = fold_binary (op, boolean_type_node, in eval_condition_without_cm()
1121 tree base_le_rhs = fold_binary (LE_EXPR, boolean_type_node, in eval_condition_without_cm()
1134 tree base_le_rhs = fold_binary (LE_EXPR, boolean_type_node, in eval_condition_without_cm()
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dsvalue.cc674 = fold_binary (op, boolean_type_node, lhs_const, rhs_const); in eval_condition()
1053 tree iter_gt_base = fold_binary (GT_EXPR, boolean_type_node, in get_direction()
1058 tree iter_lt_base = fold_binary (LT_EXPR, boolean_type_node, in get_direction()
1094 tree base_op_rhs = fold_binary (op, boolean_type_node, in eval_condition_without_cm()
1108 tree base_op_rhs = fold_binary (op, boolean_type_node, in eval_condition_without_cm()
1121 tree base_le_rhs = fold_binary (LE_EXPR, boolean_type_node, in eval_condition_without_cm()
1134 tree base_le_rhs = fold_binary (LE_EXPR, boolean_type_node, in eval_condition_without_cm()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A DChangeLog.ptr26 (fold_binary): Fix spelling/grammer mistakes.
267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second
290 (fold_binary <case MINUS_EXPR>): Fold (PTR0 p+ A) - (PTR1 p+ B)
399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
401 (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
423 (fold_binary <case POINTER_PLUS_EXR>): Remove code argument.
424 (fold_binary <case PLUS_EXPR>): Don't call try_move_mult_to_index.
425 (fold_binary <case MINUS_EXPR>): Likewise.
479 (fold_binary): Handle simple POINTER_PLUS_EXPR cases.

12345678910>>...34