Searched refs:is_store (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | asan.cc | 940 bool is_store = true, got_reference_p = false; in get_mem_refs_of_builtin_call() local 1029 is_store = false; in get_mem_refs_of_builtin_call() 1066 is_store = false; in get_mem_refs_of_builtin_call() 1103 is_store = false; in get_mem_refs_of_builtin_call() 1140 is_store = false; in get_mem_refs_of_builtin_call() 1177 is_store = false; in get_mem_refs_of_builtin_call() 1266 *dst_is_store = is_store; in get_mem_refs_of_builtin_call() 2311 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in report_error_func() argument 2338 return builtin_decl_implicit (report[recover_p][is_store][5]); in report_error_func() 2342 return builtin_decl_implicit (report[recover_p][is_store][size_log2]); in report_error_func() [all …]
|
| D | tree-ssa-loop-im.cc | 695 simple_mem_ref_in_stmt (gimple *stmt, bool *is_store) in simple_mem_ref_in_stmt() argument 708 *is_store = false; in simple_mem_ref_in_stmt() 714 *is_store = true; in simple_mem_ref_in_stmt()
|
| D | haifa-sched.cc | 431 may_trap_exp (const_rtx x, int is_store) in may_trap_exp() argument 438 if (is_store) in may_trap_exp() 473 int tmp_class = may_trap_exp (XEXP (x, i), is_store); in may_trap_exp() 481 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); in may_trap_exp()
|
| D | tree-vect-stmts.cc | 11326 bool is_store = false; in vect_transform_stmt() local 11389 is_store = true; in vect_transform_stmt() 11392 is_store = true; in vect_transform_stmt() 11466 return is_store; in vect_transform_stmt()
|
| D | ChangeLog.tree-ssa | 881 * tree-dfa.c (struct walk_state): Remove fields 'is_store' and 894 Add new argument 'is_store'. Set to true if the 11941 walk_state->is_store if the function may clobber and create a
|
| D | ChangeLog-2012 | 4170 (report_error_func): Change is_store argument to bool, don't append 4173 (build_check_stmt): Change is_store argument to bool. Emit GIMPLE 4176 (instrument_derefs): Change is_store argument to bool. Use
|
| D | ChangeLog-2016 | 18944 (vectorizable_mask_load_store): Likewise. Replace is_store
|
| D | ChangeLog-2018 | 34673 (vect_transform_stmt): Don't set is_store for call_vec_info_type.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-p8swap.cc | 158 unsigned int is_store : 1; member in swap_web_entry 432 if (!insn_entry[uid].is_swap || !insn_entry[uid].is_store) in quad_aligned_store_p() 468 || insn_entry[uid2].is_store) in quad_aligned_store_p() 901 if (insn_entry[i].is_store) in insn_is_swappable_p() 1030 || insn_entry[uid].is_store) in chain_contains_only_swaps() 1111 else if (insn_entry[i].is_store) in mark_swaps_for_removal() 1630 gcc_assert (insn_entry[uid].is_swap && insn_entry[uid].is_store); in replace_swapped_aligned_store() 1663 && !insn_entry[uid2].is_store); in replace_swapped_aligned_store() 2018 if (insn_entry[i].is_store) in dump_swap_insn_table() 2519 insn_entry[uid].is_store = insn_is_store_p (insn); in rs6000_analyze_swaps() [all …]
|
| D | rs6000-string.cc | 2718 bool is_store = MEM_P (dest); in gen_lxvl_stxvl_move() local 2722 if (is_store) in gen_lxvl_stxvl_move() 2731 if (is_store) in gen_lxvl_stxvl_move()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | interrupts.h | 76 int is_store);
|
| D | interrupts.c | 156 int is_store) in data_storage_interrupt() argument 167 spreg direction = (is_store ? dsisr_store_operation : 0); in data_storage_interrupt()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm-ldmstm.ml | 151 let can_thumb addrmode update is_store = 152 match addrmode, update, is_store with
|
| D | arm.cc | 14328 multiple_operation_profitable_p (bool is_store ATTRIBUTE_UNUSED, in multiple_operation_profitable_p()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | bfin-parse.y | 390 is_store (INSTR_T x) in is_store() function 439 if (is_store (dsp16_grp1) && is_store (dsp16_grp2)) in gen_multi_instr_1()
|
| D | bfin-parse.c | 441 is_store (INSTR_T x) in is_store() function 490 if (is_store (dsp16_grp1) && is_store (dsp16_grp2)) in gen_multi_instr_1()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2010 | 690 * config/bfin-parse.y (is_store): New function.
|