Searched refs:copy_to_reg (Results 1 – 24 of 24) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | rtlhooks.c | 53 result = gen_lowpart_common (mode, copy_to_reg (x)); in gen_lowpart_general()
|
| HD | explow.c | 456 y = gen_rtx_PLUS (GET_MODE (x), copy_to_reg (y), constant_term); in memory_address() 470 x = copy_to_reg (x); in memory_address() 598 copy_to_reg (rtx x) in copy_to_reg() function
|
| HD | targhooks.c | 503 return copy_to_reg (virtual_incoming_args_rtx); in default_internal_arg_pointer()
|
| HD | calls.c | 2188 structure_value_addr = copy_to_reg (structure_value_addr); in expand_call() 2490 argblock = copy_to_reg (argblock); in expand_call() 2876 copy_to_reg (valreg)); in expand_call() 2912 valreg = copy_to_reg (valreg); in expand_call() 2929 target = copy_to_reg (valreg); in expand_call() 2957 target = copy_to_reg (valreg); in expand_call()
|
| HD | expr.h | 665 extern rtx copy_to_reg (rtx);
|
| HD | stmt.c | 1385 value = copy_to_reg (value); in expand_expr_stmt() 1834 copy_to_reg (get_arg_pointer_save_area (cfun))); in expand_nl_goto_receiver() 2508 index = copy_to_reg (index); in expand_case()
|
| HD | except.c | 1997 dispatch = copy_to_reg (mem); in sjlj_emit_dispatch_table() 2964 cfun->eh->ehr_stackadj = copy_to_reg (tmp); in expand_builtin_eh_return() 2972 cfun->eh->ehr_handler = copy_to_reg (tmp); in expand_builtin_eh_return()
|
| HD | dojump.c | 598 temp = copy_to_reg (temp); in do_jump()
|
| HD | expr.c | 641 from = copy_to_reg (from); in convert_move() 1846 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), copy_to_reg (d), XEXP (e, 1)); in emit_group_move_into_temps() 3712 temp = copy_to_reg (temp); in emit_push_insn() 3773 x = copy_to_reg (x); in emit_push_insn() 6848 temp = copy_to_reg (temp); in expand_expr_real_1() 7103 ret = copy_to_reg (ret); in expand_expr_real_1()
|
| HD | builtins.c | 589 tem = copy_to_reg (tem); in expand_builtin_return_addr() 712 copy_to_reg (get_arg_pointer_save_area (cfun))); in expand_builtin_setjmp_receiver() 790 lab = copy_to_reg (lab); in expand_builtin_longjmp() 861 r_label = copy_to_reg (r_label); in expand_builtin_nonlocal_goto() 1307 tem = copy_to_reg (virtual_incoming_args_rtx); in expand_builtin_apply_args_1() 1325 copy_to_reg (struct_incoming_value)); in expand_builtin_apply_args_1()
|
| HD | expmed.c | 690 tempreg = copy_to_reg (op0); in store_bit_field() 1379 op0 = copy_to_reg (op0); in extract_bit_field()
|
| HD | emit-rtl.c | 1347 op = copy_to_reg (op); in operand_subword_force()
|
| HD | optabs.c | 2947 target = copy_to_reg (op0); in expand_copysign_absneg()
|
| HD | FSFChangeLog | 2674 * expr.c (get_push_address): Use copy_to_reg instead of force_operand.
|
| HD | ChangeLog-1997 | 1554 use copy_to_reg if address is not a general_operand.
|
| HD | FSFChangeLog.10 | 5005 * rs6000.h (RETURN_ADDR_RTX): Remove call to copy_to_reg. 5008 * sparc.h (RETURN_ADDR_RTX): Remove call to copy_to_reg.
|
| HD | FSFChangeLog.11 | 1010 use copy_to_reg if address is not a general_operand.
|
| HD | ChangeLog-2002 | 28685 * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
|
| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | i386.c | 5675 return copy_to_reg (cfun->machine->force_align_arg_pointer); in ix86_internal_arg_pointer() 16789 op0 = copy_to_reg (op0); in ix86_expand_builtin() 16832 op0 = copy_to_reg (op0); in ix86_expand_builtin() 16836 op1 = copy_to_reg (op1); in ix86_expand_builtin() 16859 op0 = copy_to_reg (op0); in ix86_expand_builtin() 17050 op0 = copy_to_reg (op0); in ix86_expand_builtin() 17055 op1 = copy_to_reg (op1); in ix86_expand_builtin() 19349 tmp = copy_to_reg (target); in ix86_expand_vector_set() 19362 tmp = copy_to_reg (target); in ix86_expand_vector_set() 19373 tmp = copy_to_reg (target); in ix86_expand_vector_set()
|
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | arm.md | 4115 ;; operands[1] = copy_to_reg (operands[1]); 4888 copy_to_reg (XEXP (operands[0], 0))); 4895 copy_to_reg (XEXP (operands[1], 0))); 5120 copy_to_reg (XEXP (operands[0], 0))); 5126 copy_to_reg (XEXP (operands[1], 0)));
|
| HD | arm.c | 6464 sreg = copy_to_reg (mem); in arm_gen_movmemqi()
|
| /freebsd-11-stable/contrib/gcc/config/ia64/ |
| HD | ia64.md | 6396 copy_to_reg (XEXP (operands[2], 0)), Pmode, 6449 copy_to_reg (XEXP (operands[1], 0)), Pmode);
|
| HD | ia64.c | 3807 copy_to_reg (plus_constant (addr, 16))); in ia64_initialize_trampoline()
|
| /freebsd-11-stable/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 13527 plus_constant (copy_to_reg in rs6000_return_addr()
|