Home
last modified time | relevance | path

Searched refs:cfa_base_offset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c915 static HOST_WIDE_INT cfa_base_offset; variable
923 return plus_constant (Pmode, cfa_base_rtx, adjustment + cfa_base_offset); in compute_cfa_pointer()
9946 cfa_base_offset = -FRAME_POINTER_CFA_OFFSET (current_function_decl); in vt_init_cfa_base()
9949 cfa_base_offset = -ARG_POINTER_CFA_OFFSET (current_function_decl); in vt_init_cfa_base()
10189 cselib_record_sp_cfa_base_equiv (-cfa_base_offset in vt_initialize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc923 static HOST_WIDE_INT cfa_base_offset; variable
931 return plus_constant (Pmode, cfa_base_rtx, adjustment + cfa_base_offset); in compute_cfa_pointer()
9977 cfa_base_offset = -FRAME_POINTER_CFA_OFFSET (current_function_decl); in vt_init_cfa_base()
9980 cfa_base_offset = -ARG_POINTER_CFA_OFFSET (current_function_decl); in vt_init_cfa_base()
10220 cselib_record_sp_cfa_base_equiv (-cfa_base_offset in vt_initialize()
H A DChangeLog-20107646 (cfa_base_offset): New variable.
7647 (compute_cfa_pointer): Use cfa_base_rtx and cfa_base_offset.
7650 (vt_init_cfa_base): Initialize cfa_base_offset.