Home
last modified time | relevance | path

Searched refs:BLOCK_OP_CALL_PARM (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.h101 BLOCK_OP_CALL_PARM, enumerator
Dcalls.cc1101 GEN_INT (num_to_save), BLOCK_OP_CALL_PARM); in save_fixed_argument_area()
1136 BLOCK_OP_CALL_PARM); in restore_fixed_argument_area()
3865 BLOCK_OP_CALL_PARM); in expand_call()
4515 BLOCK_OP_CALL_PARM); in emit_library_call_value_1()
4798 BLOCK_OP_CALL_PARM); in emit_library_call_value_1()
4904 BLOCK_OP_CALL_PARM); in store_one_arg()
Dexpr.cc1809 case BLOCK_OP_CALL_PARM: in emit_block_move_hints()
1901 if (method == BLOCK_OP_CALL_PARM) in emit_block_move_hints()
4870 emit_block_move (target, xinner, size, BLOCK_OP_CALL_PARM); in emit_push_insn()
6191 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in store_expr()
6214 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in store_expr()
6267 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in store_expr()
11377 ? BLOCK_OP_CALL_PARM : BLOCK_OP_NORMAL)); in expand_expr_real_1()
11715 ? BLOCK_OP_CALL_PARM in expand_expr_real_1()
DChangeLog-200331894 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
DChangeLog-20029298 BLOCK_OP_CALL_PARM instead of move_by_pieces.