Home
last modified time | relevance | path

Searched refs:mark_addressable (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-expr.h57 extern void mark_addressable (tree);
H A Dgimple-harden-conditionals.cc161 mark_addressable (temp); in detach_value()
H A Dgimple-expr.cc907 mark_addressable (tree x) in mark_addressable() function
H A Dtsan.cc605 mark_addressable (t); in instrument_builtin_call()
H A Dubsan.cc157 mark_addressable (var); in ubsan_encode_value()
2248 mark_addressable (base); in instrument_object_size()
H A Dgimplify.cc1820 mark_addressable (decl); in gimple_add_padding_init_for_auto_var()
4605 mark_addressable (from); in gimplify_modify_expr_to_memcpy()
4609 mark_addressable (to); in gimplify_modify_expr_to_memcpy()
5773 mark_addressable (*to_p); in gimplify_modify_expr_rhs()
6512 mark_addressable (TREE_OPERAND (expr, 0)); in gimplify_addr_expr()
6607 mark_addressable (TREE_VALUE (link)); in gimplify_asm_expr()
6808 mark_addressable (TREE_VALUE (link)); in gimplify_asm_expr()
15070 mark_addressable (*expr_p); in gimplify_expr()
15085 mark_addressable (*expr_p); in gimplify_expr()
15392 mark_addressable (*expr_p); in gimplify_expr()
H A Dtree-ssa-loop-manip.cc115 mark_addressable (TREE_OPERAND (base, 0)); in create_iv()
H A Dcalls.cc1393 mark_addressable (args[i].tree_value); in initialize_argument_information()
4264 mark_addressable (val_expr); in emit_library_call_value_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-expr.h57 extern void mark_addressable (tree);
H A Dgimple-expr.c921 mark_addressable (tree x) in mark_addressable() function
H A Dtsan.c591 mark_addressable (t); in instrument_builtin_call()
H A Dubsan.c156 mark_addressable (var); in ubsan_encode_value()
2219 mark_addressable (base); in instrument_object_size()
H A Dcfgexpand.c3114 mark_addressable (val); in expand_asm_stmt()
3129 mark_addressable (input_tvec[i]); in expand_asm_stmt()
6197 mark_addressable (gimple_call_arg (call, 0)); in discover_nonconstant_array_refs()
6201 mark_addressable (gimple_call_lhs (call)); in discover_nonconstant_array_refs()
H A Dgimplify.c4338 mark_addressable (from); in gimplify_modify_expr_to_memcpy()
4342 mark_addressable (to); in gimplify_modify_expr_to_memcpy()
5475 mark_addressable (*to_p); in gimplify_modify_expr_rhs()
6197 mark_addressable (TREE_OPERAND (expr, 0)); in gimplify_addr_expr()
6292 mark_addressable (TREE_VALUE (link)); in gimplify_asm_expr()
6491 mark_addressable (TREE_VALUE (link)); in gimplify_asm_expr()
13609 mark_addressable (*expr_p); in gimplify_expr()
13624 mark_addressable (*expr_p); in gimplify_expr()
13930 mark_addressable (*expr_p); in gimplify_expr()
H A Dtree-ssa-loop-manip.c115 mark_addressable (TREE_OPERAND (base, 0)); in create_iv()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h625 bool mark_addressable (location *loc);
H A Djit-playback.c1265 mark_addressable (location *loc) in mark_addressable() function
1322 if (mark_addressable (loc)) in get_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-tree.cc74 mark_addressable (v); in gcn_global_lock_addr()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h726 bool mark_addressable (location *loc);
H A Djit-playback.cc1647 mark_addressable (location *loc) in mark_addressable() function in gcc::jit::playback::lvalue
1704 if (mark_addressable (loc)) in get_address()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-tree.c193 mark_addressable (v); in gcn_global_lock_addr()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2639 mark_addressable (dst_expr); in visium_expand_block_move()
2641 mark_addressable (src_expr); in visium_expand_block_move()
2685 mark_addressable (dst_expr); in visium_expand_block_set()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2637 mark_addressable (dst_expr); in visium_expand_block_move()
2639 mark_addressable (src_expr); in visium_expand_block_move()
2683 mark_addressable (dst_expr); in visium_expand_block_set()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1997319 * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
742 * typeck.c (mark_addressable): Lose ancient code that unsets
956 (mark_addressable): Templates whose address is taken are marked
1923 (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
H A DChangeLog-1996373 * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
377 * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
1692 * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
2458 * typeck.c (mark_addressable, convert_for_assignment,
3567 * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.

1234