Home
last modified time | relevance | path

Searched refs:arg_pointer_rtx (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h519 plus_constant (arg_pointer_rtx, -UNITS_PER_WORD) : \
520 plus_constant (arg_pointer_rtx, -STACK_POINTER_OFFSET))
H A Ds390.c1739 if (base != arg_pointer_rtx in s390_decompose_address()
1740 && indx != arg_pointer_rtx in s390_decompose_address()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h1380 && XEXP (X, 0) != arg_pointer_rtx) \
1384 && XEXP (X, 0) != arg_pointer_rtx \
H A Dia64.c8743 (REGNO (arg_pointer_rtx), REGNO (fp)) in ia64_dwarf2out_def_steady_cfa()
/freebsd-12.1/contrib/gcc/
H A Dalias.c837 && (XEXP (src, 0) == arg_pointer_rtx in find_base_value()
839 && XEXP (XEXP (src, 0), 0) == arg_pointer_rtx))) in find_base_value()
2374 = gen_rtx_ADDRESS (Pmode, arg_pointer_rtx); in init_alias_once()
H A Drtlanal.c116 || (x == arg_pointer_rtx && fixed_regs[ARG_POINTER_REGNUM])) in rtx_unstable_p()
193 || (x == arg_pointer_rtx && fixed_regs[ARG_POINTER_REGNUM])) in rtx_varies_p()
265 || (x == arg_pointer_rtx && fixed_regs[ARG_POINTER_REGNUM])) in rtx_addr_can_trap_p_1()
358 || (x == arg_pointer_rtx && fixed_regs[ARG_POINTER_REGNUM])) in nonzero_address_p()
3459 || x == arg_pointer_rtx) in nonzero_bits1()
H A Demit-rtl.c518 return arg_pointer_rtx; in gen_rtx_REG()
5005 REG_POINTER (arg_pointer_rtx) = 1; in init_emit()
5157 if (arg_pointer_rtx == 0) in init_emit_once()
5158 arg_pointer_rtx = gen_raw_REG (Pmode, ARG_POINTER_REGNUM); in init_emit_once()
H A Dfunction.c1254 new = arg_pointer_rtx, offset = in_arg_offset; in instantiate_new_reg()
1266 new = arg_pointer_rtx; in instantiate_new_reg()
H A Dreload1.c783 else if (x == frame_pointer_rtx || x == arg_pointer_rtx) in reload()
5151 if (x == frame_pointer_rtx || x == arg_pointer_rtx) in function_invariant_p()
5154 && (XEXP (x, 0) == frame_pointer_rtx || XEXP (x, 0) == arg_pointer_rtx) in function_invariant_p()
H A Drtl.h1876 #define arg_pointer_rtx (global_rtl[GR_ARG_POINTER]) macro
H A Dvar-tracking.c579 cfa = plus_constant (arg_pointer_rtx, adjustment); in adjust_stack_reference()
H A Dcse.c660 if (x == arg_pointer_rtx && fixed_regs[ARG_POINTER_REGNUM]) in fixed_base_plus_p()
2220 || x == arg_pointer_rtx in hash_rtx()
H A Ddwarf2out.c8792 if (reg == arg_pointer_rtx || reg == frame_pointer_rtx) in based_loc_descr()
10642 reg = arg_pointer_rtx; in compute_frame_pointer_to_fb_displacement()
H A Dreload.c5050 || operand == arg_pointer_rtx in find_reloads_address()
H A Dexpr.c7929 || DECL_RTL (TREE_OPERAND (exp, 1)) == arg_pointer_rtx)) in expand_expr_real_1()
H A DChangeLog-19971666 * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
H A DChangeLog-19997153 (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
7524 arg_pointer_rtx fixed if the argument pointer register is
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h1920 || (X) == arg_pointer_rtx)))
2088 || (X) == arg_pointer_rtx)
H A Darm.c3711 || x == arg_pointer_rtx))); in thumb_base_register_rtx_p()
3746 || reg_mentioned_p (arg_pointer_rtx, x) in thumb_legitimate_address_p()
3792 || XEXP (x, 0) == arg_pointer_rtx) in thumb_legitimate_address_p()
5338 || reg_mentioned_p (arg_pointer_rtx, op) in cirrus_memory_offset()
5379 || reg_mentioned_p (arg_pointer_rtx, op) in arm_coproc_mem_operand()
13644 mark_reg_pointer (arg_pointer_rtx, PARM_BOUNDARY); in arm_init_expanders()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.h2009 ? gen_rtx_MEM (Pmode, plus_constant (arg_pointer_rtx, -UNITS_PER_WORD)) \
H A Dpredicates.md494 return !(op == arg_pointer_rtx
H A Di386.c6220 && (index_reg == arg_pointer_rtx in ix86_decompose_address()
6232 || base_reg == arg_pointer_rtx) && !disp) in ix86_decompose_address()
13933 || addr == arg_pointer_rtx in memory_address_length()
13961 || base == arg_pointer_rtx in memory_address_length()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c5338 else if (reg != arg_pointer_rtx) in mips_debugger_offset()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c3584 || XEXP (x, 0) == arg_pointer_rtx) in rs6000_legitimate_address()
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi3452 @findex arg_pointer_rtx
3454 @code{arg_pointer_rtx} will have been initialized prior to the use of these

12