Searched refs:BLOCK_OP_NORMAL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | expr.c | 1162 case BLOCK_OP_NORMAL: in emit_block_move() 2507 gcc_assert (method == BLOCK_OP_NORMAL || method == BLOCK_OP_TAILCALL); in clear_storage() 4182 emit_block_move (to_rtx, value, expr_size (from), BLOCK_OP_NORMAL); in expand_assignment() 4449 : BLOCK_OP_NORMAL)); in store_expr() 4466 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in store_expr() 4485 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in store_expr() 4515 clear_storage (target, size, BLOCK_OP_NORMAL); in store_expr() 4529 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in store_expr() 4912 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL); in store_constructor() 4940 clear_storage (target, GEN_INT (size), BLOCK_OP_NORMAL); in store_constructor() [all …]
|
| HD | expr.h | 369 BLOCK_OP_NORMAL, enumerator
|
| HD | builtins.c | 1426 emit_block_move (dest, src, argsize, BLOCK_OP_NORMAL); in expand_builtin_apply() 2893 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL); in expand_builtin_memcpy() 3502 ? BLOCK_OP_TAILCALL : BLOCK_OP_NORMAL); in expand_builtin_memset() 4508 emit_block_move (dstb, srcb, size, BLOCK_OP_NORMAL); in expand_builtin_va_copy() 5273 GEN_INT (TRAMPOLINE_SIZE), BLOCK_OP_NORMAL); in expand_builtin_init_trampoline()
|
| HD | function.c | 2642 BLOCK_OP_NORMAL); in assign_parm_setup_block() 2896 BLOCK_OP_NORMAL); in assign_parm_setup_stack()
|