Searched refs:can_split (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-split.cc | 868 bool can_split = true; in visit_bb() local 892 can_split = false; in visit_bb() 898 can_split = false; in visit_bb() 922 can_split = false; in visit_bb() 928 can_split = false; in visit_bb() 943 can_split = false; in visit_bb() 952 can_split &= !walk_stmt_load_store_addr_ops (stmt, non_ssa_vars, in visit_bb() 973 can_split &= !walk_stmt_load_store_addr_ops (stmt, non_ssa_vars, in visit_bb() 994 can_split &= !mark_nonssa_use (stmt, op, op, non_ssa_vars); in visit_bb() 997 return can_split; in visit_bb() [all …]
|
H A D | ChangeLog-2013 | 1383 * ipa-split.c (find_split_points): Initialize first.can_split
|
H A D | ChangeLog-2004 | 37264 (arm_init_cumulative_args): Initialize can_split.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-split.c | 867 bool can_split = true; in visit_bb() local 892 can_split = false; in visit_bb() 898 can_split = false; in visit_bb() 918 can_split = false; in visit_bb() 923 can_split = false; in visit_bb() 933 can_split &= !walk_stmt_load_store_addr_ops (stmt, non_ssa_vars, in visit_bb() 954 can_split &= !walk_stmt_load_store_addr_ops (stmt, non_ssa_vars, in visit_bb() 975 can_split &= !mark_nonssa_use (stmt, op, op, non_ssa_vars); in visit_bb() 978 return can_split; in visit_bb() 1010 bool can_split; variable [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | lv_manip.c | 984 uint32_t areas_size, unsigned can_split, in _find_parallel_space() argument 1107 ((!can_split && !ah->log_count) || in _find_parallel_space() 1179 } while (!contiguous && *allocated != needed && can_split); in _find_parallel_space() 1193 unsigned can_split, in _allocate() argument 1211 can_split = 0; in _allocate() 1251 areas_size, can_split, in _allocate() 1255 (!can_split && (allocated != old_allocated))) in _allocate() 1262 can_split ? "" : "contiguous ", in _allocate()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.h | 395 char can_split; member
|
H A D | msp430.c | 605 ca->can_split = 1; in msp430_init_cumulative_args() 669 if (!ca->reg_used[3] && ca->can_split) in msp430_evaluate_arg() 679 ca->can_split = 0; in msp430_evaluate_arg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.h | 406 char can_split; member
|
H A D | msp430.cc | 598 ca->can_split = 1; in msp430_init_cumulative_args() 662 if (!ca->reg_used[3] && ca->can_split) in msp430_evaluate_arg() 672 ca->can_split = 0; in msp430_evaluate_arg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.h | 1591 int can_split; /* Argument can be split between core regs member
|
H A D | arm.c | 6874 pcum->can_split = false; in aapcs_layout_arg() 6879 gcc_assert (pcum->can_split == false); in aapcs_layout_arg() 6925 if (ncrn < NUM_ARG_REGS && pcum->can_split) in aapcs_layout_arg() 6964 pcum->can_split = true; in arm_init_cumulative_args() 6984 pcum->can_split = true; in arm_init_cumulative_args() 7107 pcum->can_split = false; in arm_function_arg() 7131 if (pcum->can_split) in arm_function_arg() 7176 && pcum->can_split) in arm_arg_partial_bytes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.h | 1684 int can_split; /* Argument can be split between core regs member
|
H A D | arm.cc | 6985 pcum->can_split = false; in aapcs_layout_arg() 6990 gcc_assert (pcum->can_split == false); in aapcs_layout_arg() 7036 if (ncrn < NUM_ARG_REGS && pcum->can_split) in aapcs_layout_arg() 7075 pcum->can_split = true; in arm_init_cumulative_args() 7095 pcum->can_split = true; in arm_init_cumulative_args() 7218 pcum->can_split = false; in arm_function_arg() 7242 if (pcum->can_split) in arm_function_arg() 7287 && pcum->can_split) in arm_arg_partial_bytes()
|