Searched refs:expr_size (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | langhooks.h | 415 tree (*expr_size) (tree); member
|
| D | explow.c | 241 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()
|
| D | expr.h | 552 extern rtx expr_size (tree);
|
| D | expr.c | 4182 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()
|
| D | dojump.c | 1047 ? expr_size (TREE_OPERAND (exp, 0)) : NULL_RTX), in do_compare_and_jump()
|
| D | calls.c | 1034 rtx size_rtx = expr_size (TREE_VALUE (p)); in initialize_argument_information()
|
| D | ChangeLog-2002 | 10591 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
|
| D | ChangeLog-2004 | 23025 * 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.
|
| D | ChangeLog-2001 | 2885 * explow.c (expr_size): Likewise. 20330 * explow.c (expr_size): If DECL and size specified, use it.
|
| D | FSFChangeLog.11 | 4053 * explow.c (expr_size): Call expand_expr with appropriate flag.
|
| D | ChangeLog-2003 | 21815 * explow.c (expr_size): Likewise.
|