Home
last modified time | relevance | path

Searched refs:REG_POINTER (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dweb.c217 REG_POINTER (newreg) = REG_POINTER (reg); in entry_register()
H A Dregclass.c2043 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 Demit-rtl.c1044 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 Dalias.c857 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 Dexplow.c352 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 Dpredict.c804 && ((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 Drtlanal.c3449 && 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 Dcfg.c579 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 Dpredicates.md166 /* 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 Dpa.h1413 || REG_POINTER (base)) \
1416 || !REG_POINTER (index)))) \
H A Dpa.c533 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 Dregclass.c2050 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 Demit-rtl.c871 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 Dalias.c841 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 Dpredict.c543 && ((REG_P (XEXP (cond, 0)) && REG_POINTER (XEXP (cond, 0)))
544 || (REG_P (XEXP (cond, 1)) && REG_POINTER (XEXP (cond, 1)))))
H A Dcfg.c563 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i]))
H A Dsimplify-rtx.c742 && REG_POINTER (SUBREG_REG (op))
755 && REG_POINTER (SUBREG_REG (op))
H A Dintegrate.c2065 if (REG_POINTER (map->x_regno_reg_rtx[regno]))
2104 && REG_POINTER (map->x_regno_reg_rtx[regno]))
H A Dexplow.c405 if ((SUBREG_PROMOTED_VAR_P (x) || REG_POINTER (SUBREG_REG (x)))
H A Dloop.c4885 && 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 Drtl.h1010 #define REG_POINTER(RTX) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.c1101 && 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 Dpredicates.md589 return REG_P (op) && REG_POINTER (op);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c1753 || (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 Ds390.c1721 && (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()

12