Searched refs:expr_size (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-w65.c | 172 int expr_size; variable 180 expr_size = 0; 188 expr_size = 1;
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | langhooks.h | 347 tree (*expr_size) PARAMS ((tree));
|
H A D | explow.c | 292 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 D | expr.h | 543 extern rtx expr_size PARAMS ((tree));
|
H A D | expr.c | 4242 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 D | calls.c | 1287 rtx size_rtx = expr_size (TREE_VALUE (p)); 4452 expr_size (arg->tree_value),
|
H A D | function.c | 4972 (expr_size (parm), NULL_RTX,
|
H A D | ChangeLog | 16299 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 D | ChangeLog.5 | 1123 * explow.c (expr_size): If DECL and size specified, use it.
|
H A D | FSFChangeLog.11 | 4053 * explow.c (expr_size): Call expand_expr with appropriate flag.
|
H A D | ChangeLog.6 | 2885 * explow.c (expr_size): Likewise.
|
/openbsd/gnu/gcc/gcc/ |
H A D | langhooks.h | 405 tree (*expr_size) (tree); member
|
H A 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()
|
H A D | expr.h | 553 extern rtx expr_size (tree);
|
H A D | dojump.c | 1047 ? expr_size (TREE_OPERAND (exp, 0)) : NULL_RTX), in do_compare_and_jump()
|
H A D | expr.c | 4186 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 D | calls.c | 1034 rtx size_rtx = expr_size (TREE_VALUE (p)); in initialize_argument_information()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
H A D | gdb_c_test.c | 3185 t_expr->expr_size = length; in handle_format()
|