| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-builtins.c | 43 bool fallback_p; member 49 if (both_p && fallback_p) in get_asm_name()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-builtins.cc | 43 bool fallback_p; member 49 if (both_p && fallback_p) in get_asm_name()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expmed.c | 743 rtx value, bool reverse, bool fallback_p) in store_bit_field_1() argument 861 if (!fallback_p) in store_bit_field_1() 867 reverse, fallback_p); in store_bit_field_1() 877 fieldmode, value, reverse, fallback_p); in store_bit_field_1() 892 rtx value, bool reverse, bool fallback_p) in store_integral_bit_field() argument 992 value_word, reverse, fallback_p)) in store_integral_bit_field() 1030 if (!fallback_p) in store_integral_bit_field() 1091 if (!fallback_p) in store_integral_bit_field() 1626 machine_mode tmode, bool reverse, bool fallback_p, in extract_bit_field_1() argument 1855 target, mode, tmode, reverse, fallback_p); in extract_bit_field_1() [all …]
|
| H A D | tree-vect-patterns.c | 2042 bool fallback_p = false; in vect_recog_average_pattern() local 2051 fallback_p = true; in vect_recog_average_pattern() 2066 if (fallback_p) in vect_recog_average_pattern()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | expmed.cc | 747 rtx value, bool reverse, bool fallback_p) in store_bit_field_1() argument 866 if (!fallback_p) in store_bit_field_1() 872 reverse, fallback_p); in store_bit_field_1() 882 fieldmode, value, reverse, fallback_p); in store_bit_field_1() 897 rtx value, bool reverse, bool fallback_p) in store_integral_bit_field() argument 997 value_word, reverse, fallback_p)) in store_integral_bit_field() 1035 if (!fallback_p) in store_integral_bit_field() 1096 if (!fallback_p) in store_integral_bit_field() 1635 machine_mode tmode, bool reverse, bool fallback_p, in extract_bit_field_1() argument 1867 target, mode, tmode, reverse, fallback_p); in extract_bit_field_1() [all …]
|
| H A D | tree-vect-patterns.cc | 2395 bool fallback_p = false; in vect_recog_average_pattern() local 2404 fallback_p = true; in vect_recog_average_pattern() 2419 if (fallback_p) in vect_recog_average_pattern()
|
| H A D | ChangeLog-2007 | 13512 Take a fallback_p argument and return true if the operation succeeded. 13513 Only use store_fixed_bit_field if fallback_p. Don't recompute 13516 (store_bit_field): Use store_bit_field_1 with fallback_p true. 13520 (extract_bit_field_1): Likewise. Take a fallback_p argument 13522 extract_fixed_bit_field if fallback_p. Only calculate one 13525 (extract_bit_field): Use extract_bit_field_1 with fallback_p true.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-builtins.cc | 752 tree fntype, bool both_p, bool fallback_p, in do_build_builtin_fn() argument 761 gcc_assert ((!both_p && !fallback_p) in do_build_builtin_fn() 767 fallback_p ? libname : NULL, fnattrs); in do_build_builtin_fn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-builtins.cc | 736 tree fntype, bool both_p, bool fallback_p, in do_build_builtin_fn() argument 745 gcc_assert ((!both_p && !fallback_p) in do_build_builtin_fn() 752 fallback_p ? libname : NULL, fnattrs); in do_build_builtin_fn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
| H A D | brig-lang.c | 643 bool both_p ATTRIBUTE_UNUSED, bool fallback_p, in def_builtin_1() argument 655 (fallback_p ? libname : NULL), in def_builtin_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-lang.c | 638 bool both_p, bool fallback_p, bool nonansi_p, in def_builtin_1() argument 649 (fallback_p ? libname : NULL), in def_builtin_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-lang.cc | 638 bool both_p, bool fallback_p, bool nonansi_p, in def_builtin_1() argument 649 (fallback_p ? libname : NULL), in def_builtin_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 3523 bool both_p, bool fallback_p, bool nonansi_p, 4683 bool both_p, bool fallback_p, bool nonansi_p, in def_builtin_1() argument 4692 gcc_assert ((!both_p && !fallback_p) in def_builtin_1() 4698 (fallback_p ? libname : NULL), in def_builtin_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 3770 bool both_p, bool fallback_p, bool nonansi_p, 4930 bool both_p, bool fallback_p, bool nonansi_p, in def_builtin_1() argument 4939 gcc_assert ((!both_p && !fallback_p) in def_builtin_1() 4944 (fallback_p ? libname : NULL), in def_builtin_1()
|