| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.h | 193 extern tree build_range_check (location_t, tree, tree, int, tree, tree);
|
| H A D | fold-const.c | 5363 build_range_check (location_t loc, tree type, tree exp, int in_p, in build_range_check() function 5377 value = build_range_check (loc, type, exp, 1, low, high); in build_range_check() 5414 return build_range_check (loc, type, exp, 1, 0, high); in build_range_check() 5452 return build_range_check (loc, type, in build_range_check() 5992 && (tem = (build_range_check (loc, type, in fold_range_test() 6028 if ((lhs = build_range_check (loc, type, common, in fold_range_test() 6031 && (rhs = build_range_check (loc, type, common, in fold_range_test()
|
| H A D | tree-ssa-reassoc.c | 2702 tree tem = build_range_check (loc, optype, unshare_expr (exp), in update_range_test() 3235 tree tem = build_range_check (loc, optype, unshare_expr (exp), in optimize_range_tests_to_bit_test()
|
| H A D | match.pd | 1586 { build_range_check (UNKNOWN_LOCATION, type, @0, code == EQ_EXPR,
|
| H A D | FSFChangeLog.11 | 10004 (range_binop, make_range, build_range_check): New functions.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.h | 214 extern tree build_range_check (location_t, tree, tree, int, tree, tree);
|
| H A D | ChangeLog.ptr | 476 * fold-const.c (build_range_check): Handle pointer types
|
| H A D | fold-const.cc | 5446 build_range_check (location_t loc, tree type, tree exp, int in_p, in build_range_check() function 5460 value = build_range_check (loc, type, exp, 1, low, high); in build_range_check() 5497 return build_range_check (loc, type, exp, 1, 0, high); in build_range_check() 5535 return build_range_check (loc, type, in build_range_check() 6074 && (tem = (build_range_check (loc, type, in fold_range_test() 6110 if ((lhs = build_range_check (loc, type, common, in fold_range_test() 6113 && (rhs = build_range_check (loc, type, common, in fold_range_test()
|
| H A D | tree-ssa-reassoc.cc | 2835 tree tem = build_range_check (loc, optype, unshare_expr (exp), in update_range_test() 3430 tem = build_range_check (loc, optype, unshare_expr (exp), in optimize_range_tests_to_bit_test()
|
| H A D | ChangeLog-2009 | 16158 build_range_check, maybe_fold_offset_to_address, round_up, 22700 * fold-const.c (make_range,build_range_check,merge_ranges): Move 22704 (build_range_check): Likewise. 22906 (build_range_check): Do not special-case subtypes. 28193 * fold-const.c (build_range_check): Properly deal with enumeral and
|
| H A D | match.pd | 1982 { build_range_check (UNKNOWN_LOCATION, type, @0, code == EQ_EXPR,
|
| H A D | ChangeLog-2005 | 380 optimize_bit_field_compare, make_range, build_range_check, 3982 * fold-const.c (build_range_check): Use proper type for subtraction 5182 * fold-const.c (build_range_check): Use unsigned when signed 8809 * fold-const.c (build_range_check): Disable optimization for function 11457 * fold-const.c (build_range_check): Convert high/low to etype
|
| H A D | ChangeLog-2007 | 17508 * fold-const.c (build_range_check): Handle pointer types 18126 (build_range_check): Likewise. 21009 (build_range_check): Likewise. 31087 (build_range_check): Likewise.
|
| H A D | ChangeLog-2017 | 13030 * fold-const.c (build_range_check): Use widest_int when comparing 22394 * fold-const.c (build_range_check): Compute pointer range check in 23365 (build_range_check): Use range_check_type. 27783 (build_range_check): Generate bittests if possible.
|
| H A D | ChangeLog-2006 | 17013 * fold-const.c (build_range_check): Make sure to use a valid type to 19438 * fold-const.c (fold_convert, build_range_check,
|
| H A D | ChangeLog-2004 | 29025 * fold-const.c (build_range_check): If !in_p and recursive call 32296 build_range_check, fold_range_test, fold_truthop, 38314 make_range, build_range_check, fold_range_test, unextend, 42656 decode_field_reference, make_range, build_range_check, unextend,
|
| H A D | ChangeLog-2011 | 14311 * fold-const.c (build_range_check): Negate using the original type. 18030 * fold-const.c (build_range_check): Likewise. 26185 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
|
| H A D | ChangeLog-2013 | 8134 (build_range_check): Moved to fold-const.h. 19038 * fold-const.c (build_range_check): If both low and high are NULL, 21663 * fold-const.c (sign_bit_p, build_range_check, fold_unary_loc,
|
| H A D | FSFChangeLog.11 | 10004 (range_binop, make_range, build_range_check): New functions.
|
| H A D | ChangeLog-2002 | 22323 * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) 26656 * fold-const.c (operand_equal_for_comparison_p, build_range_check,
|
| H A D | ChangeLog-2018 | 10658 * fold-const.c (build_range_check): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 272 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0); in warn_logical_operator() 287 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); in warn_logical_operator() 297 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in_p, low, high); in warn_logical_operator()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 274 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0); in warn_logical_operator() 289 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); in warn_logical_operator() 299 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in_p, low, high); in warn_logical_operator()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2009 | 1749 fold_call_expr, build_range_check, maybe_fold_offset_to_address,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2009 | 1790 build_range_check, maybe_fold_offset_to_address, round_up,
|