Searched refs:is_store (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dasan.c559 bool is_store = true, got_reference_p = false; local
620 is_store = false;
863 *dst_is_store = is_store;
1409 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, argument
1434 return builtin_decl_implicit (report[recover_p][is_store][5]);
1438 return builtin_decl_implicit (report[recover_p][is_store][size_log2]);
1445 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, argument
1470 return builtin_decl_implicit (check[recover_p][is_store][5]);
1474 return builtin_decl_implicit (check[recover_p][is_store][size_log2]);
1691 bool is_non_zero_len, bool before_p, bool is_store,
1689 build_check_stmt(location_t loc, tree base, tree len, HOST_WIDE_INT size_in_bytes, gimple_stmt_iterator *iter, bool is_non_zero_len, bool before_p, bool is_store, bool is_scalar_access, unsigned int align = 0) argument
1763 instrument_derefs(gimple_stmt_iterator *iter, tree t, location_t location, bool is_store) argument
1882 instrument_mem_region_access(tree base, tree len, gimple_stmt_iterator *iter, location_t location, bool is_store) argument
1990 bool is_store, is_instrumented = false; local
2555 bool is_store = (flags & ASAN_CHECK_STORE) != 0; local
[all...]
H A Dtree-vect-slp.c2521 bool constant_p, is_store; local
2586 is_store = true;
2590 is_store = false;
2627 if (is_store)
3202 bool grouped_store, is_store; local
3276 is_store = vect_transform_stmt (stmt, &si, &grouped_store, node, instance);
3277 return is_store;
3329 bool is_store = false; local
3345 is_store = vect_schedule_slp_instance (SLP_INSTANCE_TREE (instance),
3386 return is_store;
[all...]
H A Dtree-ssa-loop-im.c588 simple_mem_ref_in_stmt (gimple stmt, bool *is_store) argument
601 *is_store = false;
607 *is_store = true;
H A Dtree-vect-stmts.c1790 bool is_store; local
1802 is_store = gimple_call_internal_fn (stmt) == IFN_MASK_STORE;
1867 || !can_vec_mask_load_store_p (TYPE_MODE (vectype), !is_store))
1877 if (is_store)
1888 if (is_store)
2072 else if (is_store)
2181 if (!is_store)
7263 bool is_store = false; local
7315 is_store = true;
7318 is_store
[all...]
H A Dtree-vect-loop.c6045 bool is_store; local
6203 is_store = vect_transform_stmt (stmt, &si, &grouped_store, NULL, NULL);
6204 if (is_store)
H A Dhaifa-sched.c448 may_trap_exp (const_rtx x, int is_store)
455 if (is_store)
490 int tmp_class = may_trap_exp (XEXP (x, i), is_store);
498 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store);
446 may_trap_exp(const_rtx x, int is_store) argument
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-ldmstm.ml140 let can_thumb addrmode update is_store =
141 match addrmode, update, is_store with
H A Darm.c13614 multiple_operation_profitable_p (bool is_store ATTRIBUTE_UNUSED,
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c4257 ea_load_store (rtx mem, bool is_store, rtx ea_addr, rtx data_addr)
4259 if (is_store)
4291 ea_load_store_inline (rtx mem, bool is_store, rtx ea_addr, rtx data_addr)
4401 ea_load_store (mem, is_store, ea_addr, data_addr);
4408 if (is_store)
4451 expand_ea_mem (rtx mem, bool is_store)
4459 ea_load_store (mem, is_store, ea_addr, data_addr);
4461 ea_load_store_inline (mem, is_store, ea_addr, data_addr);
4247 ea_load_store(rtx mem, bool is_store, rtx ea_addr, rtx data_addr) argument
4281 ea_load_store_inline(rtx mem, bool is_store, rtx ea_addr, rtx data_addr) argument
4441 expand_ea_mem(rtx mem, bool is_store) argument
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c433 is_store (INSTR_T x) function
482 if (is_store (dsp16_grp1) && is_store (dsp16_grp2))
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y387 is_store (INSTR_T x)
436 if (is_store (dsp16_grp1) && is_store (dsp16_grp2))
/haiku-buildtools/legacy/gcc/gcc/
H A Dhaifa-sched.c2557 may_trap_exp (x, is_store)
2559 int is_store;
2566 if (is_store)
2602 int tmp_class = may_trap_exp (XEXP (x, i), is_store);
2610 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store);
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c34237 unsigned int is_store : 1;
34239 or a permuting load or store (test is_load and is_store for this). */
[all...]

Completed in 550 milliseconds