| /openbsd-src/gnu/gcc/gcc/ |
| H A D | web.c | 217 REG_POINTER (newreg) = REG_POINTER (reg); in entry_register()
|
| H A D | regclass.c | 2043 else if ((code0 == REG && REG_POINTER (arg0)) in record_address_regs() 2049 else if ((code1 == REG && REG_POINTER (arg1)) in record_address_regs() 2454 && ! REG_POINTER (SET_DEST (x)) in reg_scan_mark_refs() 2456 && REG_POINTER (SET_SRC (x))) in reg_scan_mark_refs() 2461 && REG_POINTER (XEXP (SET_SRC (x), 0))) in reg_scan_mark_refs() 2478 REG_POINTER (SET_DEST (x)) = 1; in reg_scan_mark_refs()
|
| H A D | emit-rtl.c | 1044 if (! REG_POINTER (reg)) in mark_reg_pointer() 1046 REG_POINTER (reg) = 1; in mark_reg_pointer() 4999 REG_POINTER (stack_pointer_rtx) = 1; in init_emit() 5000 REG_POINTER (frame_pointer_rtx) = 1; in init_emit() 5001 REG_POINTER (hard_frame_pointer_rtx) = 1; in init_emit() 5002 REG_POINTER (arg_pointer_rtx) = 1; in init_emit() 5004 REG_POINTER (virtual_incoming_args_rtx) = 1; in init_emit() 5005 REG_POINTER (virtual_stack_vars_rtx) = 1; in init_emit() 5006 REG_POINTER (virtual_stack_dynamic_rtx) = 1; in init_emit() 5007 REG_POINTER (virtual_outgoing_args_rtx) = 1; in init_emit() [all …]
|
| H A D | alias.c | 857 if (REG_P (src_0) && REG_POINTER (src_0)) in find_base_value() 859 if (REG_P (src_1) && REG_POINTER (src_1)) in find_base_value() 1439 if (REG_P (tmp1) && REG_POINTER (tmp1)) in find_base_term() 1442 if (REG_P (tmp2) && REG_POINTER (tmp2)) in find_base_term()
|
| H A D | explow.c | 352 if ((SUBREG_PROMOTED_VAR_P (x) || REG_POINTER (SUBREG_REG (x))) in convert_memory_address() 737 REG_POINTER (temp) = 1; in force_not_mem()
|
| H A D | predict.c | 804 && ((REG_P (XEXP (cond, 0)) && REG_POINTER (XEXP (cond, 0))) in bb_estimate_probability_locally() 805 || (REG_P (XEXP (cond, 1)) && REG_POINTER (XEXP (cond, 1))))) in bb_estimate_probability_locally()
|
| H A D | rtlanal.c | 3449 && REG_POINTER (x)) in nonzero_bits1() 3687 && REG_P (XEXP (x, 0)) && REG_POINTER (XEXP (x, 0))) in nonzero_bits1() 3958 && REG_POINTER (x)) in num_sign_bit_copies1() 4137 && REG_P (XEXP (x, 0)) && REG_POINTER (XEXP (x, 0))) in num_sign_bit_copies1()
|
| H A D | cfg.c | 579 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i])) in dump_flow_info()
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | predicates.md | 166 /* Until problems with management of the REG_POINTER flag are resolved, 230 /* Until problems with management of the REG_POINTER flag are resolved, 265 /* Until problems with management of the REG_POINTER flag are resolved, 288 /* Until problems with management of the REG_POINTER flag are resolved,
|
| H A D | pa.h | 1413 || REG_POINTER (base)) \ 1416 || !REG_POINTER (index)))) \
|
| H A D | pa.c | 533 if (REG_POINTER (from)) in copy_reg_pointer() 845 && REG_POINTER (XEXP (x, 0)) in hppa_legitimize_address() 846 && !REG_POINTER (XEXP (x, 1))) in hppa_legitimize_address() 983 && REG_POINTER (reg1)) in hppa_legitimize_address() 994 && REG_POINTER (reg2)) in hppa_legitimize_address() 1592 if (REG_POINTER (operand1) in emit_move_sequence() 1593 && !REG_POINTER (operand0) in emit_move_sequence() 1596 else if (REG_POINTER (operand0) in emit_move_sequence() 1597 && !REG_POINTER (operand1) in emit_move_sequence() 1607 && !REG_POINTER (operand0)) in emit_move_sequence()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | regclass.c | 2050 else if ((code0 == REG && REG_POINTER (arg0)) 2056 else if ((code1 == REG && REG_POINTER (arg1)) 2508 && ! REG_POINTER (SET_DEST (x)) 2510 && REG_POINTER (SET_SRC (x))) 2515 && REG_POINTER (XEXP (SET_SRC (x), 0))) 2532 REG_POINTER (SET_DEST (x)) = 1;
|
| H A D | emit-rtl.c | 871 if (! REG_POINTER (reg)) 873 REG_POINTER (reg) = 1; 5275 REG_POINTER (stack_pointer_rtx) = 1; in init_emit() 5276 REG_POINTER (frame_pointer_rtx) = 1; in init_emit() 5277 REG_POINTER (hard_frame_pointer_rtx) = 1; in init_emit() 5278 REG_POINTER (arg_pointer_rtx) = 1; in init_emit() 5280 REG_POINTER (virtual_incoming_args_rtx) = 1; in init_emit() 5281 REG_POINTER (virtual_stack_vars_rtx) = 1; in init_emit() 5282 REG_POINTER (virtual_stack_dynamic_rtx) = 1; in init_emit() 5283 REG_POINTER (virtual_outgoing_args_rtx) = 1; in init_emit() [all …]
|
| H A D | alias.c | 841 if (REG_P (src_0) && REG_POINTER (src_0)) 843 if (REG_P (src_1) && REG_POINTER (src_1)) 1430 if (REG_P (tmp1) && REG_POINTER (tmp1)) 1433 if (REG_P (tmp2) && REG_POINTER (tmp2))
|
| H A D | predict.c | 543 && ((REG_P (XEXP (cond, 0)) && REG_POINTER (XEXP (cond, 0))) 544 || (REG_P (XEXP (cond, 1)) && REG_POINTER (XEXP (cond, 1)))))
|
| H A D | cfg.c | 563 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i]))
|
| H A D | simplify-rtx.c | 742 && REG_POINTER (SUBREG_REG (op)) 755 && REG_POINTER (SUBREG_REG (op))
|
| H A D | integrate.c | 2065 if (REG_POINTER (map->x_regno_reg_rtx[regno])) 2104 && REG_POINTER (map->x_regno_reg_rtx[regno]))
|
| H A D | explow.c | 405 if ((SUBREG_PROMOTED_VAR_P (x) || REG_POINTER (SUBREG_REG (x)))
|
| H A D | loop.c | 4885 && REG_POINTER (v->dest_reg)) 4889 && REG_POINTER (v->src_reg)) 4902 && REG_POINTER (v->add_val)) 8930 && REG_POINTER (v->add_val)))) 8995 && REG_POINTER (v->add_val)))
|
| H A D | rtl.h | 1010 #define REG_POINTER(RTX) \ macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
| H A D | pa.c | 1101 && REG_POINTER (reg1)) 1112 && REG_POINTER (reg2)) 1749 REG_POINTER (operand0) = 1; 1751 REG_POINTER (temp) = 1; 7382 && REG_POINTER (op)
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | predicates.md | 589 return REG_P (op) && REG_POINTER (op);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/ |
| H A D | s390.c | 1753 || (REG_P (base) && REG_POINTER (base)); 1755 || (REG_P (indx) && REG_POINTER (indx)); 2003 if ((addr.base && REG_P (addr.base) && REG_POINTER (addr.base)) 2004 || (addr.indx && REG_P (addr.indx) && REG_POINTER (addr.indx)))
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390.c | 1721 && (indx_ptr || (!REG_POINTER (base) && REG_POINTER (indx)))) in s390_decompose_address() 2814 if ((addr.base && REG_P (addr.base) && REG_POINTER (addr.base)) in preferred_la_operand_p() 2815 || (addr.indx && REG_P (addr.indx) && REG_POINTER (addr.indx))) in preferred_la_operand_p()
|