Searched refs:cfa_base_offset (Results 1 – 3 of 3) sorted by relevance
915 static HOST_WIDE_INT cfa_base_offset; variable923 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()
923 static HOST_WIDE_INT cfa_base_offset; variable931 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()
7646 (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.