Home
last modified time | relevance | path

Searched refs:expr_size (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dlanghooks.h415 tree (*expr_size) (tree); member
Dexplow.c241 expr_size (tree exp) in expr_size() function
248 size = SUBSTITUTE_PLACEHOLDER_IN_EXPR (lang_hooks.expr_size (exp), exp); in expr_size()
264 size = lang_hooks.expr_size (exp); in int_expr_size()
Dexpr.h552 extern rtx expr_size (tree);
Dexpr.c4182 emit_block_move (to_rtx, value, expr_size (from), BLOCK_OP_NORMAL); in expand_assignment()
4232 size = expr_size (from); in expand_assignment()
4431 && expr_size (exp) != const0_rtx) in store_expr()
4446 emit_block_move (target, temp, expr_size (exp), in store_expr()
4460 rtx size = expr_size (exp); in store_expr()
4527 emit_block_move (target, temp, expr_size (exp), in store_expr()
4912 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL); in store_constructor()
7140 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL); in expand_expr_real_1()
Ddojump.c1047 ? expr_size (TREE_OPERAND (exp, 0)) : NULL_RTX), in do_compare_and_jump()
Dcalls.c1034 rtx size_rtx = expr_size (TREE_VALUE (p)); in initialize_argument_information()
DChangeLog-200210591 generated in TARGET, move call to expr_size last.
11316 * langhooks.h (struct lang_hooks): Add expr_size.
11317 * explow.c (expr_size): Call it.
11319 (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
DChangeLog-200423025 * explow.c (expr_size, int_expr_size): Handle WITH_SIZE_EXPR.
37694 * explow.c (expr_size): Likewise.
38266 * explow.c (expr_size, int_expr_size): Likewise.
DChangeLog-20012885 * explow.c (expr_size): Likewise.
20330 * explow.c (expr_size): If DECL and size specified, use it.
DFSFChangeLog.114053 * explow.c (expr_size): Call expand_expr with appropriate flag.
DChangeLog-200321815 * explow.c (expr_size): Likewise.