GCC Middle and Back End API Reference
caller-save.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "rtl.h"
#include "tree.h"
#include "predict.h"
#include "df.h"
#include "memmodel.h"
#include "tm_p.h"
#include "insn-config.h"
#include "regs.h"
#include "emit-rtl.h"
#include "recog.h"
#include "reload.h"
#include "alias.h"
#include "addresses.h"
#include "dumpfile.h"
#include "rtl-iter.h"
#include "target.h"
#include "function-abi.h"
#include "gt-caller-save.h"
Include dependency graph for caller-save.cc:

Data Structures

struct  saved_hard_reg
 

Macros

#define MOVE_MAX_WORDS   (MOVE_MAX / UNITS_PER_WORD)
 
#define regno_save_mode    (this_target_reload->x_regno_save_mode)
 
#define cached_reg_save_code    (this_target_reload->x_cached_reg_save_code)
 
#define cached_reg_restore_code    (this_target_reload->x_cached_reg_restore_code)
 

Typedefs

typedef void refmarker_fn(rtx *loc, machine_mode mode, int hardregno, void *mark_arg)
 

Functions

static int reg_save_code (int, machine_mode)
 
static int reg_restore_code (int, machine_mode)
 
static void initiate_saved_hard_regs (void)
 
static void new_saved_hard_reg (int, int)
 
static void finish_saved_hard_regs (void)
 
static int saved_hard_reg_compare_func (const void *, const void *)
 
static void mark_set_regs (rtx, const_rtx, void *)
 
static void mark_referenced_regs (rtx *, refmarker_fn *mark, void *mark_arg)
 
static int insert_save (class insn_chain *, int, HARD_REG_SET *, machine_mode *)
 
static int insert_restore (class insn_chain *, int, int, int, machine_mode *)
 
static class insn_chaininsert_one_insn (class insn_chain *, int, int, rtx)
 
static void add_stored_regs (rtx, const_rtx, void *)
 
void init_caller_save (void)
 
void init_save_areas (void)
 
void setup_save_areas (void)
 
void save_call_clobbered_regs (void)
 
static void mark_reg_as_referenced (rtx *loc, machine_mode mode, int hardregno, void *arg)
 
static void replace_reg_with_saved_mem (rtx *loc, machine_mode mode, int regno, void *arg)
 
static void add_used_regs (rtx *loc, void *data)
 

Variables

static rtx regno_save_mem [FIRST_PSEUDO_REGISTER][MAX_MOVE_MAX/MIN_UNITS_PER_WORD+1]
 
static int save_slots_num
 
static rtx save_slots [FIRST_PSEUDO_REGISTER]
 
static HARD_REG_SET hard_regs_saved
 
static int n_regs_saved
 
static HARD_REG_SET referenced_regs
 
static refmarker_fn mark_reg_as_referenced
 
static refmarker_fn replace_reg_with_saved_mem
 
static rtx savepat
 
static rtx restpat
 
static rtx test_reg
 
static rtx test_mem
 
static rtx_insnsaveinsn
 
static rtx_insnrestinsn
 
static struct saved_hard_reghard_reg_map [FIRST_PSEUDO_REGISTER]
 
static int saved_regs_num
 
static struct saved_hard_regall_saved_regs [FIRST_PSEUDO_REGISTER]
 

Macro Definition Documentation

◆ cached_reg_restore_code

#define cached_reg_restore_code    (this_target_reload->x_cached_reg_restore_code)

Referenced by reg_restore_code(), and reg_save_code().

◆ cached_reg_save_code

#define cached_reg_save_code    (this_target_reload->x_cached_reg_save_code)

Referenced by reg_save_code().

◆ MOVE_MAX_WORDS

#define MOVE_MAX_WORDS   (MOVE_MAX / UNITS_PER_WORD)
Save and restore call-clobbered registers which are live across a call.
   Copyright (C) 1989-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   

Referenced by init_caller_save(), init_save_areas(), insert_save(), save_call_clobbered_regs(), and setup_save_areas().

◆ regno_save_mode

Typedef Documentation

◆ refmarker_fn

typedef void refmarker_fn(rtx *loc, machine_mode mode, int hardregno, void *mark_arg)

Function Documentation

◆ add_stored_regs()

static void add_stored_regs ( rtx reg,
const_rtx setter,
void * data )
static
Here from note_stores when an insn stores a value in a register.
Set the proper bit or bits in the passed regset.  All pseudos that have
been assigned hard regs have had their register number changed already,
so we can ignore pseudos.   

References end_hard_regno(), GET_CODE, GET_MODE, ggc_alloc(), i, offset, REG_P, REGNO, SET_REGNO_REG_SET, SUBREG_BYTE, subreg_nregs(), SUBREG_REG, and subreg_regno_offset().

Referenced by insert_one_insn().

◆ add_used_regs()

static void add_used_regs ( rtx * loc,
void * data )
static
A note_uses callback used by insert_one_insn.  Add the hard-register
equivalent of each REG to regset DATA.   

References bitmap_set_range(), FOR_EACH_SUBRTX, gcc_checking_assert, ggc_alloc(), HARD_REGISTER_NUM_P, REG_NREGS, REG_P, reg_renumber, and REGNO.

Referenced by insert_one_insn().

◆ finish_saved_hard_regs()

static void finish_saved_hard_regs ( void )
static
Free memory allocated for the saved hard registers.   

References all_saved_regs, free(), i, and saved_regs_num.

Referenced by setup_save_areas().

◆ init_caller_save()

void init_caller_save ( void )
Initialize for caller-save.

Look at all the hard registers that are used by a call and for which
reginfo.cc has not already excluded from being used across a call.

Ensure that we can find a mode to save the register and that there is a
simple insn to save and restore the register.  This latter check avoids
problems that would occur if we tried to save the MQ register of some
machines directly into memory.   

References ADDR_SPACE_GENERIC, base_reg_class(), caller_save_initialized_p, CLEAR_HARD_REG_BIT, gcc_assert, gen_int_mode(), gen_rtx_INSN(), gen_rtx_MEM(), gen_rtx_REG(), ggc_alloc(), HARD_REGNO_CALLER_SAVE_MODE, HOST_BITS_PER_INT, i, LAST_VIRTUAL_REGISTER, MOVE_MAX_WORDS, offset, reg_class_contents, reg_save_code(), regno_save_mode, restinsn, restpat, savable_regs, saveinsn, savepat, strict_memory_address_p, TEST_HARD_REG_BIT, test_mem, test_reg, and word_mode.

Referenced by ira().

◆ init_save_areas()

void init_save_areas ( void )
Initialize save areas by showing that we haven't allocated any yet.   

References ggc_alloc(), i, MOVE_MAX_WORDS, regno_save_mem, and save_slots_num.

Referenced by reload().

◆ initiate_saved_hard_regs()

static void initiate_saved_hard_regs ( void )
static
First called function for work with saved hard registers.   

References ggc_alloc(), hard_reg_map, i, NULL, and saved_regs_num.

Referenced by setup_save_areas().

◆ insert_one_insn()

◆ insert_restore()

static int insert_restore ( class insn_chain * chain,
int before_p,
int regno,
int maxrestore,
machine_mode * save_mode )
static
Insert a sequence of insns to restore.  Place these insns in front of
CHAIN if BEFORE_P is nonzero, behind the insn otherwise.  MAXRESTORE is
the maximum number of registers which should be restored during this call.
It should never be less than 1 since we only work with entire registers.

Note that we have verified in init_caller_save that we can do this
with a simple SET, so use it.  Set INSN_CODE to what we save there
since the address might not be valid so the insn might not be recognized.
These insns will be reloaded and have register elimination done by
find_reload, so we need not worry about that here.

Return the extra number of registers saved.   

References adjust_address_nv, CLEAR_HARD_REG_BIT, copy_rtx(), gcc_assert, gen_rtx_REG(), GET_MODE, GET_MODE_ALIGNMENT, ggc_alloc(), hard_regno_nregs(), hard_regs_saved, i, insert_one_insn(), MAX_SUPPORTED_STACK_ALIGNMENT, MEM_ALIGN, MIN, n_regs_saved, NULL_RTX, reg_restore_code(), reg_save_code(), regno_save_mem, SET_REGNO_REG_SET, and TEST_HARD_REG_BIT.

Referenced by save_call_clobbered_regs().

◆ insert_save()

◆ mark_referenced_regs()

static void mark_referenced_regs ( rtx * loc,
refmarker_fn * mark,
void * arg )
static

◆ mark_reg_as_referenced()

static void mark_reg_as_referenced ( rtx * loc,
machine_mode mode,
int hardregno,
void * arg )
static
Parameter function for mark_referenced_regs() that adds registers
present in the insn and in equivalent mems and addresses to
referenced_regs.   

References add_to_hard_reg_set(), ggc_alloc(), and referenced_regs.

◆ mark_set_regs()

static void mark_set_regs ( rtx reg,
const_rtx setter,
void * data )
static
Here from note_stores, or directly from save_call_clobbered_regs, when
an insn stores a value in a register.
Set the proper bit or bits in this_insn_sets.  All pseudos that have
been assigned hard regs have had their register number changed already,
so we can ignore pseudos.   

References END_REGNO(), GET_CODE, ggc_alloc(), i, REG_P, REGNO, SET_HARD_REG_BIT, subreg_nregs(), SUBREG_REG, and subreg_regno().

Referenced by save_call_clobbered_regs(), and setup_save_areas().

◆ new_saved_hard_reg()

static void new_saved_hard_reg ( int regno,
int call_freq )
static
Allocate and return new saved hard register with given REGNO and
CALL_FREQ.   

References all_saved_regs, saved_hard_reg::call_freq, saved_hard_reg::first_p, ggc_alloc(), hard_reg_map, saved_hard_reg::hard_regno, saved_hard_reg::next, saved_hard_reg::num, and saved_regs_num.

Referenced by setup_save_areas().

◆ reg_restore_code()

static int reg_restore_code ( int reg,
machine_mode mode )
static
Return the INSN_CODE used to restore register REG in mode MODE.   

References cached_reg_restore_code, and reg_save_code().

Referenced by insert_restore().

◆ reg_save_code()

static int reg_save_code ( int reg,
machine_mode mode )
static

◆ replace_reg_with_saved_mem()

static void replace_reg_with_saved_mem ( rtx * loc,
machine_mode mode,
int regno,
void * arg )
static
Parameter function for mark_referenced_regs() that replaces
registers referenced in a debug_insn that would have been restored,
should it be a non-debug_insn, with their save locations.   

References adjust_address_nv, byte_lowpart_offset(), copy_rtx(), gcc_assert, gen_rtx_REG(), GET_MODE, GET_MODE_BITSIZE(), GET_MODE_CLASS, ggc_alloc(), hard_regno_nregs(), hard_regs_saved, i, mode_for_size(), offset, regno_save_mem, opt_mode< T >::require(), rtvec_alloc(), TEST_HARD_REG_BIT, and XVECEXP.

◆ save_call_clobbered_regs()

◆ saved_hard_reg_compare_func()

static int saved_hard_reg_compare_func ( const void * v1p,
const void * v2p )
static
The function is used to sort the saved hard register structures
according their frequency.   

References ggc_alloc().

Referenced by setup_save_areas().

◆ setup_save_areas()

void setup_save_areas ( void )
Allocate save areas for any hard registers that might need saving.
We take a conservative approach here and look for call-clobbered hard
registers that are assigned to pseudos that cross calls.  This may
overestimate slightly (especially if some of these registers are later
used as spill registers), but it should not be significant.

For IRA we use priority coloring to decrease stack slots needed for
saving hard registers through calls.  We build conflicts for them
to do coloring.

Future work:

  In the fallback case we should iterate backwards across all possible
  modes for the save, choosing the largest available one instead of
  falling back to the smallest mode immediately.  (eg TF -> DF -> SF).

  We do not try to use "move multiple" instructions that exist
  on some machines (such as the 68k moveml).  It could be a win to try
  and use them when possible.  The hard part is doing it in a way that is
  machine independent since they might be saving non-consecutive
  registers. (imagine caller-saving d0,d1,a0,a1 on the 68k)  

References adjust_address_nv, all_saved_regs, ASLK_REDUCE_ALIGN, assign_stack_local_1(), BLOCK_FOR_INSN(), saved_hard_reg::call_freq, CALL_P, CLEAR_HARD_REG_SET, crtl, dump_file, EXECUTE_IF_SET_IN_REG_SET, find_reg_note(), finish_saved_hard_regs(), saved_hard_reg::first_p, fixed_reg_set, free(), function_abi::full_reg_clobbers(), gcc_assert, get_frame_alias_set(), GET_MODE, GET_MODE_SIZE(), ggc_alloc(), hard_reg_map, saved_hard_reg::hard_regno, hard_regno_nregs(), i, initiate_saved_hard_regs(), insn_callee_abi(), known_le, mark_set_regs(), MOVE_MAX_WORDS, new_saved_hard_reg(), saved_hard_reg::next, note_stores(), NULL, NULL_RTX, saved_hard_reg::num, PSEUDO_REGNO_MODE, qsort, r, REG_FREQ_FROM_BB, reg_renumber, REG_SET_TO_HARD_REG_SET, regno_reg_rtx, regno_save_mem, regno_save_mode, reload_insn_chain, savable_regs, save_slots, save_slots_num, saved_hard_reg_compare_func(), saved_regs_num, SET_HARD_REG_BIT, set_mem_alias_set(), SIBLING_CALL_P, saved_hard_reg::slot, TEST_HARD_REG_BIT, used_regs, and XEXP.

Referenced by reload().

Variable Documentation

◆ all_saved_regs

struct saved_hard_reg* all_saved_regs[FIRST_PSEUDO_REGISTER]
static
Pointers to all the structures.  Index is the order number of the
corresponding structure.   

Referenced by finish_saved_hard_regs(), new_saved_hard_reg(), and setup_save_areas().

◆ hard_reg_map

Map: hard register number to the corresponding structure.   

Referenced by initiate_saved_hard_regs(), new_saved_hard_reg(), and setup_save_areas().

◆ hard_regs_saved

HARD_REG_SET hard_regs_saved
static
Set of hard regs currently residing in save area (during insn scan).   

Referenced by insert_restore(), insert_save(), replace_reg_with_saved_mem(), and save_call_clobbered_regs().

◆ mark_reg_as_referenced

refmarker_fn mark_reg_as_referenced
static

◆ n_regs_saved

int n_regs_saved
static
Number of registers currently in hard_regs_saved.   

Referenced by insert_restore(), insert_save(), and save_call_clobbered_regs().

◆ referenced_regs

HARD_REG_SET referenced_regs
static
Computed by mark_referenced_regs, all regs referenced in a given
insn.   

Referenced by mark_reg_as_referenced(), and save_call_clobbered_regs().

◆ regno_save_mem

For each hard register, a place on the stack where it can be saved,
if needed.   

Referenced by init_save_areas(), insert_restore(), insert_save(), replace_reg_with_saved_mem(), and setup_save_areas().

◆ replace_reg_with_saved_mem

refmarker_fn replace_reg_with_saved_mem
static

◆ restinsn

rtx_insn* restinsn
static

Referenced by init_caller_save(), and reg_save_code().

◆ restpat

rtx restpat
static

Referenced by init_caller_save().

◆ save_slots

rtx save_slots[FIRST_PSEUDO_REGISTER]
static
Allocated slots so far.   

Referenced by setup_save_areas().

◆ save_slots_num

int save_slots_num
static
The number of elements in the subsequent array.   

Referenced by init_save_areas(), and setup_save_areas().

◆ saved_regs_num

int saved_regs_num
static
The number of all structures representing hard registers should be
saved, in order words, the number of used elements in the following
array.   

Referenced by finish_saved_hard_regs(), initiate_saved_hard_regs(), new_saved_hard_reg(), and setup_save_areas().

◆ saveinsn

rtx_insn* saveinsn
static

Referenced by init_caller_save(), and reg_save_code().

◆ savepat

rtx savepat
static

Referenced by init_caller_save().

◆ test_mem

rtx test_mem
static

Referenced by init_caller_save(), and reg_save_code().

◆ test_reg

rtx test_reg
static

Referenced by init_caller_save(), and reg_save_code().