Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-w65.c172 int expr_size; variable
180 expr_size = 0;
188 expr_size = 1;
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h347 tree (*expr_size) PARAMS ((tree));
H A Dexplow.c292 expr_size (exp) in expr_size() function
295 tree size = (*lang_hooks.expr_size) (exp);
311 tree t = (*lang_hooks.expr_size) (exp);
H A Dexpr.h543 extern rtx expr_size PARAMS ((tree));
H A Dexpr.c4242 emit_block_move (to_rtx, value, expr_size (from), BLOCK_OP_NORMAL);
4294 size = expr_size (from);
4603 && expr_size (exp) != const0_rtx)
4630 rtx size = expr_size (exp);
4696 emit_block_move (target, temp, expr_size (exp),
4891 clear_storage (target, expr_size (exp));
5410 clear_storage (target, expr_size (exp));
9291 emit_block_move (new, op0, expr_size (TREE_OPERAND (exp, 0)),
10796 ? expr_size (TREE_OPERAND (exp, 0)) : NULL_RTX),
H A Dcalls.c1287 rtx size_rtx = expr_size (TREE_VALUE (p));
4452 expr_size (arg->tree_value),
H A Dfunction.c4972 (expr_size (parm), NULL_RTX,
H A DChangeLog16299 generated in TARGET, move call to expr_size last.
17024 * langhooks.h (struct lang_hooks): Add expr_size.
17025 * explow.c (expr_size): Call it.
17027 (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
H A DChangeLog.51123 * explow.c (expr_size): If DECL and size specified, use it.
H A DFSFChangeLog.114053 * explow.c (expr_size): Call expand_expr with appropriate flag.
H A DChangeLog.62885 * explow.c (expr_size): Likewise.
/openbsd/gnu/gcc/gcc/
H A Dlanghooks.h405 tree (*expr_size) (tree); member
H A 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()
H A Dexpr.h553 extern rtx expr_size (tree);
H A Ddojump.c1047 ? expr_size (TREE_OPERAND (exp, 0)) : NULL_RTX), in do_compare_and_jump()
H A Dexpr.c4186 emit_block_move (to_rtx, value, expr_size (from), BLOCK_OP_NORMAL); in expand_assignment()
4236 size = expr_size (from); in expand_assignment()
4435 && expr_size (exp) != const0_rtx) in store_expr()
4459 rtx size = expr_size (exp); in store_expr()
4526 emit_block_move (target, temp, expr_size (exp), in store_expr()
4916 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL); in store_constructor()
7095 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL); in expand_expr_real_1()
H A Dcalls.c1034 rtx size_rtx = expr_size (TREE_VALUE (p)); in initialize_argument_information()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c3185 t_expr->expr_size = length; in handle_format()