GCC Middle and Back End API Reference
recog.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "target.h"
#include "rtl.h"
#include "tree.h"
#include "cfghooks.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 "insn-attr.h"
#include "addresses.h"
#include "cfgrtl.h"
#include "cfgbuild.h"
#include "cfgcleanup.h"
#include "reload.h"
#include "tree-pass.h"
#include "function-abi.h"
Include dependency graph for recog.cc:

Data Structures

struct  change_t
 
struct  validate_replace_src_data
 
struct  funny_match
 
struct  peep2_insn_data
 

Macros

#define STACK_POP_CODE   POST_DEC
 
#define PEEP2_EOB   invalid_insn_rtx
 

Functions

static void validate_replace_rtx_1 (rtx *, rtx, rtx, rtx_insn *, bool)
 
static void validate_replace_src_1 (rtx *, void *)
 
static rtx_insnsplit_insn (rtx_insn *)
 
void init_recog_no_volatile (void)
 
void init_recog (void)
 
static bool asm_labels_ok (rtx body)
 
bool check_asm_operands (rtx x)
 
static bool validate_change_1 (rtx object, rtx *loc, rtx new_rtx, bool in_group, bool unshare, int new_len=-1)
 
bool validate_change (rtx object, rtx *loc, rtx new_rtx, bool in_group)
 
bool validate_unshare_change (rtx object, rtx *loc, rtx new_rtx, bool in_group)
 
bool validate_change_xveclen (rtx object, rtx *loc, int new_len, bool in_group)
 
bool canonicalize_change_group (rtx_insn *insn, rtx x)
 
static void check_invalid_inc_dec (rtx reg, const_rtx, void *data)
 
bool insn_invalid_p (rtx_insn *insn, bool in_group)
 
int num_changes_pending (void)
 
bool verify_changes (int num)
 
void confirm_change_group (void)
 
bool apply_change_group (void)
 
int num_validated_changes (void)
 
void cancel_changes (int num)
 
static void swap_change (int num)
 
void temporarily_undo_changes (int num)
 
void redo_changes (int num)
 
static void simplify_while_replacing (rtx *loc, rtx to, rtx_insn *object, machine_mode op0_mode)
 
bool validate_replace_rtx_subexp (rtx from, rtx to, rtx_insn *insn, rtx *loc)
 
bool validate_replace_rtx (rtx from, rtx to, rtx_insn *insn)
 
bool validate_replace_rtx_part (rtx from, rtx to, rtx *where, rtx_insn *insn)
 
bool validate_replace_rtx_part_nosimplify (rtx from, rtx to, rtx *where, rtx_insn *insn)
 
void validate_replace_rtx_group (rtx from, rtx to, rtx_insn *insn)
 
void validate_replace_src_group (rtx from, rtx to, rtx_insn *insn)
 
bool validate_simplify_insn (rtx_insn *insn)
 
bool valid_insn_p (rtx_insn *insn)
 
bool general_operand (rtx op, machine_mode mode)
 
bool address_operand (rtx op, machine_mode mode)
 
bool register_operand (rtx op, machine_mode mode)
 
bool pmode_register_operand (rtx op, machine_mode mode)
 
bool scratch_operand (rtx op, machine_mode mode)
 
bool immediate_operand (rtx op, machine_mode mode)
 
bool const_int_operand (rtx op, machine_mode mode)
 
bool const_double_operand (rtx op, machine_mode mode)
 
bool nonimmediate_operand (rtx op, machine_mode mode)
 
bool nonmemory_operand (rtx op, machine_mode mode)
 
bool push_operand (rtx op, machine_mode mode)
 
bool pop_operand (rtx op, machine_mode mode)
 
bool memory_address_addr_space_p (machine_mode mode, rtx addr, addr_space_t as, code_helper ch)
 
bool memory_operand (rtx op, machine_mode mode)
 
bool indirect_operand (rtx op, machine_mode mode)
 
bool ordered_comparison_operator (rtx op, machine_mode mode)
 
bool comparison_operator (rtx op, machine_mode mode)
 
rtx extract_asm_operands (rtx body)
 
int asm_noperands (const_rtx body)
 
const chardecode_asm_operands (rtx body, rtx *operands, rtx **operand_locs, const char **constraints, machine_mode *modes, location_t *loc)
 
void get_referenced_operands (const char *string, bool *used, unsigned int noperands)
 
int asm_operand_ok (rtx op, const char *constraint, const char **constraints)
 
rtxfind_constant_term_loc (rtx *p)
 
bool offsettable_memref_p (rtx op)
 
bool offsettable_nonstrict_memref_p (rtx op)
 
bool offsettable_address_addr_space_p (int strictp, machine_mode mode, rtx y, addr_space_t as)
 
bool mode_dependent_address_p (rtx addr, addr_space_t addrspace)
 
static bool have_bool_attr (bool_attr attr)
 
static bool get_bool_attr (rtx_insn *insn, bool_attr attr)
 
static alternative_mask get_bool_attr_mask_uncached (rtx_insn *insn, bool_attr attr)
 
static alternative_mask get_bool_attr_mask (rtx_insn *insn, bool_attr attr)
 
alternative_mask get_enabled_alternatives (rtx_insn *insn)
 
alternative_mask get_preferred_alternatives (rtx_insn *insn)
 
alternative_mask get_preferred_alternatives (rtx_insn *insn, basic_block bb)
 
bool check_bool_attrs (rtx_insn *insn)
 
void extract_insn_cached (rtx_insn *insn)
 
void extract_constrain_insn (rtx_insn *insn)
 
void extract_constrain_insn_cached (rtx_insn *insn)
 
bool constrain_operands_cached (rtx_insn *insn, int strict)
 
void extract_insn (rtx_insn *insn)
 
void preprocess_constraints (int n_operands, int n_alternatives, const char **constraints, operand_alternative *op_alt_base, rtx **oploc)
 
const operand_alternativepreprocess_insn_constraints (unsigned int icode)
 
void preprocess_constraints (rtx_insn *insn)
 
bool constrain_operands (int strict, alternative_mask alternatives)
 
bool reg_fits_class_p (const_rtx operand, reg_class_t cl, int offset, machine_mode mode)
 
void split_all_insns (void)
 
void split_all_insns_noflow (void)
 
static int peep2_buf_position (int n)
 
rtx_insnpeep2_next_insn (int n)
 
bool peep2_regno_dead_p (int ofs, int regno)
 
bool peep2_reg_dead_p (int ofs, rtx reg)
 
rtx peep2_find_free_register (int from, int to, const char *class_str, machine_mode mode, HARD_REG_SET *reg_set)
 
static void peep2_reinit_state (regset live)
 
void copy_frame_info_to_split_insn (rtx_insn *old_insn, rtx_insn *new_insn)
 
static rtx_insnpeep2_attempt (basic_block bb, rtx_insn *insn, int match_len, rtx_insn *attempt)
 
static void peep2_update_life (basic_block bb, int match_len, rtx_insn *last, rtx_insn *prev)
 
static bool peep2_fill_buffer (basic_block bb, rtx_insn *insn, regset live)
 
static void peephole2_optimize (void)
 
static bool store_data_bypass_p_1 (rtx_insn *out_insn, rtx in_set)
 
bool store_data_bypass_p (rtx_insn *out_insn, rtx_insn *in_insn)
 
bool if_test_bypass_p (rtx_insn *out_insn, rtx_insn *in_insn)
 
static unsigned int rest_of_handle_peephole2 (void)
 
rtl_opt_passmake_pass_peephole2 (gcc::context *ctxt)
 
rtl_opt_passmake_pass_split_all_insns (gcc::context *ctxt)
 
rtl_opt_passmake_pass_split_after_reload (gcc::context *ctxt)
 
static bool enable_split_before_sched2 (void)
 
rtl_opt_passmake_pass_split_before_sched2 (gcc::context *ctxt)
 
rtl_opt_passmake_pass_split_before_regstack (gcc::context *ctxt)
 
rtl_opt_passmake_pass_split_for_shorten_branches (gcc::context *ctxt)
 
void recog_init ()
 

Variables

struct target_recog default_target_recog
 
int volatile_ok
 
struct recog_data_d recog_data
 
const operand_alternativerecog_op_alt
 
static operand_alternative asm_op_alt [MAX_RECOG_OPERANDS *MAX_RECOG_ALTERNATIVES]
 
int which_alternative
 
int reload_completed
 
int epilogue_completed
 
static change_tchanges
 
static int changes_allocated
 
static int num_changes = 0
 
static int temporarily_undone_changes = 0
 
static struct peep2_insn_data peep2_insn_data [MAX_INSNS_PER_PEEP2+1]
 
static int peep2_current
 
static bool peep2_do_rebuild_jump_labels
 
static bool peep2_do_cleanup_cfg
 
int peep2_current_count
 
static int search_ofs
 

Macro Definition Documentation

◆ PEEP2_EOB

#define PEEP2_EOB   invalid_insn_rtx
A marker indicating the last insn of the block.  The live_before regset
for this element is correct, indicating DF_LIVE_OUT for the block.   

Referenced by peep2_reinit_state(), and peephole2_optimize().

◆ STACK_POP_CODE

#define STACK_POP_CODE   POST_DEC
Subroutines used by or related to instruction recognition.
   Copyright (C) 1987-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 pop_operand().

Function Documentation

◆ address_operand()

bool address_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid memory address for a memory reference
of mode MODE.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References GET_MODE, ggc_alloc(), memory_address_p, and SCALAR_INT_MODE_P.

Referenced by asm_operand_ok(), preprocess_constraints(), and record_reg_classes().

◆ apply_change_group()

◆ asm_labels_ok()

static bool asm_labels_ok ( rtx body)
static
Return true if labels in asm operands BODY are LABEL_REFs.   

References ASM_OPERANDS_LABEL, ASM_OPERANDS_LABEL_LENGTH, extract_asm_operands(), GET_CODE, ggc_alloc(), i, and NULL_RTX.

Referenced by check_asm_operands().

◆ asm_noperands()

int asm_noperands ( const_rtx body)

◆ asm_operand_ok()

int asm_operand_ok ( rtx op,
const char * constraint,
const char ** constraints )

◆ cancel_changes()

◆ canonicalize_change_group()

bool canonicalize_change_group ( rtx_insn * insn,
rtx x )
Keep X canonicalized if some changes have made it non-canonical; only
modifies the operands of X, not (for example) its code.  Simplifications
are not the job of this routine.

Return true if anything was changed.   

References COMMUTATIVE_P, ggc_alloc(), swap_commutative_operands_p(), validate_unshare_change(), and XEXP.

Referenced by fold_rtx().

◆ check_asm_operands()

◆ check_bool_attrs()

bool check_bool_attrs ( rtx_insn * insn)
Assert that the cached boolean attributes for INSN are still accurate.
The backend is required to define these attributes in a way that only
depends on the current target (rather than operands, compiler phase,
etc.).   

References BA_LAST, gcc_assert, get_bool_attr_mask_uncached(), i, validate_replace_src_data::insn, INSN_CODE, and this_target_recog.

Referenced by lra_update_insn_recog_data().

◆ check_invalid_inc_dec()

static void check_invalid_inc_dec ( rtx reg,
const_rtx ,
void * data )
static
Check if REG_INC argument in *data overlaps a stored REG.   

References ggc_alloc(), MEM_P, NULL_RTX, and reg_overlap_mentioned_p().

Referenced by insn_invalid_p().

◆ comparison_operator()

bool comparison_operator ( rtx op,
machine_mode mode )
Return true if this is a comparison operator.  This allows the use of
MATCH_OPERATOR to recognize all the branch insns.   

References COMPARISON_P, GET_MODE, and ggc_alloc().

Referenced by write_test_expr().

◆ confirm_change_group()

void confirm_change_group ( void )
A group of changes has previously been issued with validate_change
and verified with verify_changes.  Call df_insn_rescan for each of
the insn changed and clear num_changes.   

References changes, copy_rtx(), df_insn_rescan(), gcc_assert, ggc_alloc(), i, INSN_P, change_t::loc, NULL, num_changes, change_t::object, and temporarily_undone_changes.

Referenced by apply_change_group(), dead_or_predicable(), redirect_jump_2(), reload_as_needed(), try_fwprop_subst_notes(), and try_fwprop_subst_pattern().

◆ const_double_operand()

bool const_double_operand ( rtx op,
machine_mode mode )
Return true if OP is an operand that is a constant integer or constant
floating-point number of MODE.   

References CONST_DOUBLE_P, CONST_INT_P, GET_MODE, GET_MODE_CLASS, and ggc_alloc().

◆ const_int_operand()

bool const_int_operand ( rtx op,
machine_mode mode )
Return true if OP is an operand that is a CONST_INT of mode MODE.   

References CONST_INT_P, ggc_alloc(), INTVAL, and trunc_int_for_mode().

◆ constrain_operands()

◆ constrain_operands_cached()

bool constrain_operands_cached ( rtx_insn * insn,
int strict )
Do cached constrain_operands on INSN and complain about failures.   

References constrain_operands(), get_enabled_alternatives(), ggc_alloc(), validate_replace_src_data::insn, and which_alternative.

Referenced by final_scan_insn_1().

◆ copy_frame_info_to_split_insn()

void copy_frame_info_to_split_insn ( rtx_insn * old_insn,
rtx_insn * new_insn )
Copies frame related info of an insn (OLD_INSN) to the single
insn (NEW_INSN) that was obtained by splitting OLD_INSN.   

References add_reg_note(), gcc_assert, ggc_alloc(), maybe_copy_prologue_epilogue_insn(), NULL, REG_NOTE_KIND, REG_NOTES, rtx_equal_p(), RTX_FRAME_RELATED_P, single_set(), and XEXP.

Referenced by peep2_attempt(), and try_split().

◆ decode_asm_operands()

const char * decode_asm_operands ( rtx body,
rtx * operands,
rtx ** operand_locs,
const char ** constraints,
machine_mode * modes,
location_t * loc )
Assuming BODY is an insn body that uses ASM_OPERANDS,
copy its operands (both input and output) into the vector OPERANDS,
the locations of the operands within the insn into the vector OPERAND_LOCS,
and the constraints for the operands into CONSTRAINTS.
Write the modes of the operands into MODES.
Write the location info into LOC.
Return the assembler-template.
If BODY is an insn body that uses ASM_INPUT with CLOBBERS in PARALLEL,
return the basic assembly string.

If LOC, MODES, OPERAND_LOCS, CONSTRAINTS or OPERANDS is 0,
we don't store that info.   

References ASM_INPUT_SOURCE_LOCATION, ASM_OPERANDS_INPUT, ASM_OPERANDS_INPUT_CONSTRAINT, ASM_OPERANDS_INPUT_LENGTH, ASM_OPERANDS_INPUT_MODE, ASM_OPERANDS_LABEL, ASM_OPERANDS_LABEL_LENGTH, ASM_OPERANDS_OUTPUT_CONSTRAINT, ASM_OPERANDS_SOURCE_LOCATION, ASM_OPERANDS_TEMPLATE, constraints, gcc_assert, gcc_unreachable, GET_CODE, GET_MODE, ggc_alloc(), i, modes, SET, SET_DEST, SET_SRC, XSTR, XVECEXP, and XVECLEN.

Referenced by asm_insn_count(), check_asm_operands(), extract_insn(), final_scan_insn_1(), lra_set_insn_recog_data(), lra_update_insn_recog_data(), and maybe_fix_stack_asms().

◆ enable_split_before_sched2()

static bool enable_split_before_sched2 ( void )
static

References ggc_alloc().

◆ extract_asm_operands()

◆ extract_constrain_insn()

void extract_constrain_insn ( rtx_insn * insn)
Do uncached extract_insn, constrain_operands and complain about failures.
This should be used when extracting a pre-existing constrained instruction
if the caller wants to know which alternative was chosen.   

References constrain_operands(), extract_insn(), fatal_insn_not_found, get_enabled_alternatives(), validate_replace_src_data::insn, and reload_completed.

Referenced by build_def_use(), check_rtl(), copyprop_hardreg_forward_1(), and reload_cse_simplify_operands().

◆ extract_constrain_insn_cached()

void extract_constrain_insn_cached ( rtx_insn * insn)
Do cached extract_insn, constrain_operands and complain about failures.
Used by insn_attrtab.   

References constrain_operands(), extract_insn_cached(), fatal_insn_not_found, get_enabled_alternatives(), validate_replace_src_data::insn, reload_completed, and which_alternative.

◆ extract_insn()

void extract_insn ( rtx_insn * insn)
Analyze INSN and fill in recog_data.   

References asm_noperands(), insn_operand_data::constraint, recog_data_d::constraints, decode_asm_operands(), fatal_insn_not_found, gcc_assert, GET_CODE, GET_MODE, ggc_alloc(), i, validate_replace_src_data::insn, recog_data_d::insn, insn_data, insn_extract(), recog_data_d::is_asm, recog_data_d::is_operator, insn_operand_data::is_operator, MAX_RECOG_ALTERNATIVES, insn_operand_data::mode, recog_data_d::n_alternatives, insn_data_d::n_alternatives, recog_data_d::n_dups, insn_data_d::n_dups, recog_data_d::n_operands, insn_data_d::n_operands, NULL, OP_IN, OP_INOUT, OP_OUT, recog_data_d::operand, insn_data_d::operand, recog_data_d::operand_loc, recog_data_d::operand_mode, recog_data_d::operand_type, PATTERN(), recog_data, recog_memoized(), SET, SET_SRC, which_alternative, and XVECEXP.

Referenced by can_reload_into(), check_asm_operands(), combine_reaching_defs(), decompose_multiword_subregs(), eliminate_partially_redundant_load(), eliminate_regs_in_insn(), elimination_costs_in_insn(), emit_input_reload_insns(), emit_insn_if_valid_for_reload_1(), extract_constrain_insn(), extract_insn_cached(), fill_slots_from_thread(), find_reloads(), gen_reload_chain_without_interm_reg_p(), inc_for_reload(), insn_invalid_p(), instantiate_virtual_regs_in_insn(), ira(), ira_remove_insn_scratches(), ira_restore_scratches(), ira_setup_alts(), reg_save_code(), reload(), reload_as_needed(), scan_one_insn(), setup_prohibited_mode_move_regs(), union_match_dups(), and valid_insn_p().

◆ extract_insn_cached()

void extract_insn_cached ( rtx_insn * insn)
Like extract_insn, but save insn extracted and don't extract again, when
called again for the same insn expecting that recog_data still contain the
valid information.  This is used primary by gen_attr infrastructure that
often does extract insn again and again.   

References extract_insn(), validate_replace_src_data::insn, recog_data_d::insn, INSN_CODE, and recog_data.

Referenced by cleanup_subreg_operands(), and extract_constrain_insn_cached().

◆ find_constant_term_loc()

rtx * find_constant_term_loc ( rtx * p)
Given an rtx *P, if it is a sum containing an integer constant term,
return the location (type rtx *) of the pointer to that constant term.
Otherwise, return a null pointer.   

References CONSTANT_P, find_constant_term_loc(), GET_CODE, ggc_alloc(), and XEXP.

Referenced by find_constant_term_loc(), offsettable_address_addr_space_p(), and plus_constant().

◆ general_operand()

bool general_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid general operand for machine mode MODE.
This is either a register reference, a memory reference,
or a constant.  In the case of a memory reference, the address
is checked for general validity for the target machine.

Register and memory references must have mode MODE in order to be valid,
but some constants have no machine mode and are valid for any mode.

If MODE is VOIDmode, OP is checked for validity for whatever mode
it has.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References CONST_INT_P, CONSTANT_P, GET_CODE, GET_MODE, GET_MODE_CLASS, ggc_alloc(), in_hard_reg_set_p(), INTVAL, LEGITIMATE_PIC_OPERAND_P, lra_in_progress, LRA_SUBREG_P, MEM_ADDR_SPACE, MEM_P, MEM_VOLATILE_P, memory_address_addr_space_p(), operand_reg_set, paradoxical_subreg_p(), REG_CAN_CHANGE_MODE_P, REG_P, REGNO, reload_completed, SCALAR_FLOAT_MODE_P, SUBREG_BYTE, SUBREG_REG, targetm, trunc_int_for_mode(), volatile_ok, XEXP, and y.

Referenced by asm_operand_ok(), can_assign_to_reg_without_clobbers_p(), combine_simplify_rtx(), constrain_operands(), copy_to_mode_reg(), copy_to_reg(), eliminate_partially_redundant_loads(), force_reg(), hash_scan_set(), indirect_operand(), is_just_move(), keep_with_call_p(), match_asm_constraints_1(), memory_operand(), noce_can_force_operand(), noce_emit_cmove(), noce_emit_store_flag(), noce_try_addcc(), noce_try_cmove_arith(), nonimmediate_operand(), prepare_copy_insn(), register_operand(), and scan_one_insn().

◆ get_bool_attr()

static bool get_bool_attr ( rtx_insn * insn,
bool_attr attr )
static

◆ get_bool_attr_mask()

static alternative_mask get_bool_attr_mask ( rtx_insn * insn,
bool_attr attr )
static
Return the mask of operand alternatives that are allowed for INSN
by boolean attribute ATTR.  This mask depends only on INSN and on
the current target; it does not depend on things like the values of
operands.   

References ALL_ALTERNATIVES, get_bool_attr_mask_uncached(), have_bool_attr(), validate_replace_src_data::insn, INSN_CODE, and this_target_recog.

Referenced by get_enabled_alternatives(), get_preferred_alternatives(), and get_preferred_alternatives().

◆ get_bool_attr_mask_uncached()

◆ get_enabled_alternatives()

◆ get_preferred_alternatives() [1/2]

alternative_mask get_preferred_alternatives ( rtx_insn * insn)

◆ get_preferred_alternatives() [2/2]

alternative_mask get_preferred_alternatives ( rtx_insn * insn,
basic_block bb )
Return the set of alternatives of INSN that are allowed by the current
target and are preferred for the size/speed optimization choice
associated with BB.  Passing a separate BB is useful if INSN has not
been emitted yet or if we are considering moving it to a different
block.   

References BA_PREFERRED_FOR_SIZE, BA_PREFERRED_FOR_SPEED, get_bool_attr_mask(), validate_replace_src_data::insn, and optimize_bb_for_speed_p().

◆ get_referenced_operands()

void get_referenced_operands ( const char * string,
bool * used,
unsigned int noperands )
Parse inline assembly string STRING and determine which operands are
referenced by % markers.  For the first NOPERANDS operands, set USED[I]
to true if operand I is referenced.

This is intended to distinguish barrier-like asms such as:

   asm ("" : "=m" (...));

from real references such as:

   asm ("sw\t$0, %0" : "=m" (...));   

References ggc_alloc().

◆ have_bool_attr()

static bool have_bool_attr ( bool_attr attr)
static
Return true if boolean attribute ATTR is supported.   

References BA_ENABLED, BA_PREFERRED_FOR_SIZE, BA_PREFERRED_FOR_SPEED, gcc_unreachable, and ggc_alloc().

Referenced by get_bool_attr_mask().

◆ if_test_bypass_p()

bool if_test_bypass_p ( rtx_insn * out_insn,
rtx_insn * in_insn )
True if the dependency between OUT_INSN and IN_INSN is in the IF_THEN_ELSE
condition, and not the THEN or ELSE branch.  OUT_INSN may be either a single
or multiple set; IN_INSN should be single_set for truth, but for convenience
of insn categorization may be any JUMP or CALL insn.   

References CALL_P, exp(), gcc_assert, GET_CODE, ggc_alloc(), i, JUMP_P, PATTERN(), reg_mentioned_p(), SET, SET_DEST, SET_SRC, single_set(), XEXP, XVECEXP, and XVECLEN.

◆ immediate_operand()

bool immediate_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid immediate operand for mode MODE.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References CONST_INT_P, CONSTANT_P, GET_MODE, GET_MODE_CLASS, ggc_alloc(), INTVAL, LEGITIMATE_PIC_OPERAND_P, targetm, and trunc_int_for_mode().

Referenced by nonmemory_operand().

◆ indirect_operand()

bool indirect_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid indirect memory reference with mode MODE;
that is, a memory reference whose address is a general_operand.   

References general_operand(), GET_CODE, GET_MODE, ggc_alloc(), known_eq, MEM_P, memory_operand(), offset, reload_completed, strip_offset(), SUBREG_BYTE, SUBREG_REG, and XEXP.

◆ init_recog()

◆ init_recog_no_volatile()

void init_recog_no_volatile ( void )
Initialize data used by the function `recog'.
This must be called once in the compilation of a function
before any insn recognition may be done in the function.   

References volatile_ok.

Referenced by combine_instructions(), expand_function_start(), and rest_of_clean_state().

◆ insn_invalid_p()

bool insn_invalid_p ( rtx_insn * insn,
bool in_group )
This subroutine of apply_change_group verifies whether the changes to INSN
were valid; i.e. whether INSN can still be recognized.

If IN_GROUP is true clobbers which have to be added in order to
match the instructions will be added to the current change group.
Otherwise the changes will take effect immediately.   

References add_clobbers(), added_clobbers_hard_reg_p(), asm_noperands(), check_asm_operands(), check_invalid_inc_dec(), constrain_operands(), extract_insn(), FIND_REG_INC_NOTE, GET_CODE, get_preferred_alternatives(), ggc_alloc(), INSN_CODE, note_stores(), NULL_RTX, PATTERN(), recog(), REG_NOTE_KIND, reload_completed, reload_in_progress, rtvec_alloc(), SET, validate_change(), XEXP, and XVECEXP.

Referenced by prepare_copy_insn(), replace_read(), try_validate_parallel(), and verify_changes().

◆ make_pass_peephole2()

rtl_opt_pass * make_pass_peephole2 ( gcc::context * ctxt)

References ggc_alloc().

◆ make_pass_split_after_reload()

rtl_opt_pass * make_pass_split_after_reload ( gcc::context * ctxt)

References ggc_alloc().

◆ make_pass_split_all_insns()

rtl_opt_pass * make_pass_split_all_insns ( gcc::context * ctxt)

References ggc_alloc().

◆ make_pass_split_before_regstack()

rtl_opt_pass * make_pass_split_before_regstack ( gcc::context * ctxt)

References ggc_alloc().

◆ make_pass_split_before_sched2()

rtl_opt_pass * make_pass_split_before_sched2 ( gcc::context * ctxt)

References ggc_alloc().

◆ make_pass_split_for_shorten_branches()

rtl_opt_pass * make_pass_split_for_shorten_branches ( gcc::context * ctxt)

References ggc_alloc().

◆ memory_address_addr_space_p()

◆ memory_operand()

bool memory_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid memory reference with mode MODE,
including a valid address.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References general_operand(), GET_CODE, GET_MODE, ggc_alloc(), MEM_P, reload_completed, and SUBREG_REG.

Referenced by asm_operand_ok(), find_reloads_address_1(), indirect_operand(), init_eliminable_invariants(), and setup_reg_equiv().

◆ mode_dependent_address_p()

bool mode_dependent_address_p ( rtx addr,
addr_space_t addrspace )
Return true if ADDR is an address-expression whose effect depends
on the mode of the memory reference it is used in.

ADDRSPACE is the address space associated with the address.

Autoincrement addressing is a typical example of mode-dependence
because the amount of the increment depends on the mode.   

References GET_CODE, ggc_alloc(), and targetm.

Referenced by combine_simplify_rtx(), convert_mode_scalar(), find_reloads(), gen_lowpart_for_combine(), make_extraction(), offsettable_address_addr_space_p(), push_reload(), simple_move_operand(), simplify_shift_const_1(), simplify_context::simplify_subreg(), simplify_context::simplify_truncation(), simplify_context::simplify_unary_operation_1(), and simplify_while_replacing().

◆ nonimmediate_operand()

bool nonimmediate_operand ( rtx op,
machine_mode mode )
Return true if OP is a general operand that is not an immediate
operand of mode MODE.   

References CONSTANT_P, and general_operand().

◆ nonmemory_operand()

bool nonmemory_operand ( rtx op,
machine_mode mode )
Return true if OP is a register reference or
immediate value of mode MODE.   

References CONSTANT_P, immediate_operand(), and register_operand().

◆ num_changes_pending()

int num_changes_pending ( void )
Return number of changes made and not validated yet.   

References num_changes.

Referenced by try_replace_reg(), and validate_simplify_insn().

◆ num_validated_changes()

◆ offsettable_address_addr_space_p()

bool offsettable_address_addr_space_p ( int strictp,
machine_mode mode,
rtx y,
addr_space_t as )
Return true if Y is a memory address which contains no side effects
and would remain valid for address space AS after the addition of
a positive integer less than the size of that mode.

We assume that the original address is valid and do not check it.
We do check that it is valid for narrower modes.

If STRICTP is nonzero, we require a strictly valid address,
for the sake of use in reload.cc.   

References bool, CONSTANT_ADDRESS_P, find_constant_term_loc(), GET_CODE, GET_MODE, GET_MODE_ALIGNMENT, GET_MODE_SIZE(), GET_RTX_CLASS, ggc_alloc(), known_eq, known_le, memory_address_addr_space_p(), mode_dependent_address_p(), plus_constant(), RTX_AUTOINC, strict_memory_address_addr_space_p(), targetm, XEXP, and y.

Referenced by offsettable_memref_p(), and offsettable_nonstrict_memref_p().

◆ offsettable_memref_p()

bool offsettable_memref_p ( rtx op)
Return true if OP is a memory reference whose address contains
no side effects and remains valid after the addition of a positive
integer less than the size of the object being referenced.

We assume that the original address is valid and do not check it.

This uses strict_memory_address_p as a subroutine, so
don't use it before reload.   

References GET_MODE, MEM_ADDR_SPACE, MEM_P, offsettable_address_addr_space_p(), and XEXP.

Referenced by find_reloads().

◆ offsettable_nonstrict_memref_p()

bool offsettable_nonstrict_memref_p ( rtx op)
Similar, but don't require a strictly valid mem ref:
consider pseudo-regs valid as index or base regs.   

References GET_MODE, MEM_ADDR_SPACE, MEM_P, offsettable_address_addr_space_p(), and XEXP.

Referenced by asm_operand_ok(), and find_reloads().

◆ ordered_comparison_operator()

bool ordered_comparison_operator ( rtx op,
machine_mode mode )
Return true if this is an ordered comparison operator (not including
ORDERED and UNORDERED).   

References GET_CODE, GET_MODE, and ggc_alloc().

◆ peep2_attempt()

◆ peep2_buf_position()

static int peep2_buf_position ( int n)
static

◆ peep2_fill_buffer()

static bool peep2_fill_buffer ( basic_block bb,
rtx_insn * insn,
regset live )
static
Add INSN, which is in BB, at the end of the peep2 insn buffer if possible.
Return true if we added it, false otherwise.  The caller will try to match
peepholes against the buffer if we return false; otherwise it will try to
add more instructions to the buffer.   

References COPY_REG_SET, df_simulate_one_insn_forwards(), ggc_alloc(), peep2_insn_data::insn, peep2_insn_data::live_before, peep2_buf_position(), peep2_current, peep2_current_count, and RTX_FRAME_RELATED_P.

Referenced by peephole2_optimize().

◆ peep2_find_free_register()

rtx peep2_find_free_register ( int from,
int to,
const char * class_str,
machine_mode mode,
HARD_REG_SET * reg_set )
Try to find a hard register of mode MODE, matching the register class in
CLASS_STR, which is available at the beginning of insn CURRENT_INSN and
remains available until the end of LAST_INSN.  LAST_INSN may be NULL_RTX,
in which case the only condition is that the register must be available
before CURRENT_INSN.
Registers that already have bits set in REG_SET will not be considered.

If an appropriate register is available, it will be returned and the
corresponding bit(s) in REG_SET will be set; otherwise, NULL_RTX is
returned.   

References add_to_hard_reg_set(), crtl, DF_REF_REGNO, df_regs_ever_live_p(), fixed_regs, FOR_EACH_INSN_DEF, frame_pointer_needed, gcc_assert, gen_rtx_REG(), ggc_alloc(), global_regs, HARD_FRAME_POINTER_REGNUM, hard_regno_nregs(), i, peep2_insn_data::insn, peep2_insn_data::live_before, NULL_RTX, peep2_buf_position(), peep2_current, reg_alloc_order, reg_class_contents, REG_SET_TO_HARD_REG_SET, reload_completed, search_ofs, SET_HARD_REG_BIT, targetm, and TEST_HARD_REG_BIT.

◆ peep2_next_insn()

rtx_insn * peep2_next_insn ( int n)
Return the Nth non-note insn after `current', or return NULL_RTX if it
does not exist.  Used by the recognizer to find the next insn to match
in a multi-insn pattern.   

References gcc_assert, peep2_insn_data::insn, peep2_buf_position(), peep2_current, and peep2_current_count.

◆ peep2_reg_dead_p()

◆ peep2_regno_dead_p()

bool peep2_regno_dead_p ( int ofs,
int regno )
Return true if REGNO is dead before the Nth non-note insn
after `current'.   

References gcc_assert, ggc_alloc(), peep2_insn_data::insn, peep2_insn_data::live_before, NULL_RTX, peep2_buf_position(), peep2_current, and REGNO_REG_SET_P.

◆ peep2_reinit_state()

static void peep2_reinit_state ( regset live)
static
Forget all currently tracked instructions, only remember current
LIVE regset.   

References COPY_REG_SET, ggc_alloc(), i, peep2_insn_data::insn, peep2_insn_data::live_before, NULL, peep2_current, peep2_current_count, and PEEP2_EOB.

Referenced by peephole2_optimize().

◆ peep2_update_life()

static void peep2_update_life ( basic_block bb,
int match_len,
rtx_insn * last,
rtx_insn * prev )
static
After performing a replacement in basic block BB, fix up the life
information in our buffer.  LAST is the last of the insns that we
emitted as a replacement.  PREV is the insn before the start of
the replacement.  MATCH_LEN + 1 is the number of instructions that were
matched, and which now need to be replaced in the buffer.   

References CLEAR_REG_SET, COPY_REG_SET, df_insn_rescan(), df_simulate_one_insn_backwards(), gcc_assert, ggc_alloc(), i, INIT_REG_SET, peep2_insn_data::insn, INSN_P, last, peep2_insn_data::live_before, peep2_buf_position(), peep2_current, peep2_current_count, and PREV_INSN().

Referenced by peephole2_optimize().

◆ peephole2_optimize()

◆ pmode_register_operand()

bool pmode_register_operand ( rtx op,
machine_mode mode )
Return true for a register in Pmode; ignore the tested mode.   

References ggc_alloc(), and register_operand().

◆ pop_operand()

bool pop_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid operand that stands for popping a
value of mode MODE off the stack.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References GET_CODE, GET_MODE, ggc_alloc(), MEM_P, stack_pointer_rtx, STACK_POP_CODE, and XEXP.

◆ preprocess_constraints() [1/2]

void preprocess_constraints ( int n_operands,
int n_alternatives,
const char ** constraints,
operand_alternative * op_alt_base,
rtx ** oploc )
Fill in OP_ALT_BASE for an instruction that has N_OPERANDS
operands, N_ALTERNATIVES alternatives and constraint strings
CONSTRAINTS.  OP_ALT_BASE has N_ALTERNATIVES * N_OPERANDS entries
and CONSTRAINTS has N_OPERANDS entries.  OPLOC should be passed in
if the insn is an asm statement and preprocessing should take the
asm operands into account, e.g. to determine whether they could be
addresses in constraints that require addresses; it should then
point to an array of pointers to each operand.   

References ADDR_SPACE_GENERIC, address_operand(), base_reg_class(), operand_alternative::cl, constraints, end(), get_register_filter_id(), ggc_alloc(), i, n_alternatives(), n_operands, and reg_class_subunion.

Referenced by build_def_use(), copyprop_hardreg_forward_1(), ira_setup_alts(), lra_set_insn_recog_data(), preprocess_constraints(), and preprocess_insn_constraints().

◆ preprocess_constraints() [2/2]

void preprocess_constraints ( rtx_insn * insn)
After calling extract_insn, you can use this function to extract some
information from the constraint strings into a more usable form.
The collected data is stored in recog_op_alt.   

References asm_op_alt, recog_data_d::constraints, ggc_alloc(), INSN_CODE, n_alternatives(), recog_data_d::n_alternatives, n_operands, recog_data_d::n_operands, NULL, preprocess_constraints(), preprocess_insn_constraints(), recog_data, and recog_op_alt.

◆ preprocess_insn_constraints()

const operand_alternative * preprocess_insn_constraints ( unsigned int icode)
Return an array of operand_alternative instructions for
instruction ICODE.   

References constraints, gcc_checking_assert, ggc_alloc(), i, IN_RANGE, insn_data, MAX, n_alternatives(), n_operands, insn_data_d::n_operands, NULL, preprocess_constraints(), and this_target_recog.

Referenced by lra_set_insn_recog_data(), and preprocess_constraints().

◆ push_operand()

bool push_operand ( rtx op,
machine_mode mode )
Return true if OP is a valid operand that stands for pushing a
value of mode MODE onto the stack.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References GET_CODE, GET_MODE, GET_MODE_SIZE(), ggc_alloc(), known_eq, MACRO_INT, MEM_P, offset, poly_int_rtx_p(), STACK_GROWS_DOWNWARD, stack_pointer_rtx, STACK_PUSH_CODE, and XEXP.

Referenced by emit_move_change_mode(), emit_move_complex(), emit_move_insn(), emit_move_multi_word(), find_equiv_reg(), record_dead_and_set_regs_1(), record_last_set_info(), record_last_set_info(), and resolve_simple_move().

◆ recog_init()

void recog_init ( )
(Re)initialize the target information after a change in target.   

References free(), ggc_alloc(), i, and this_target_recog.

Referenced by backend_init_target(), and reinit_regs().

◆ redo_changes()

void redo_changes ( int num)
Redo the changes that were temporarily undone by:

  temporarily_undo_changes (NUM).   

References gcc_assert, i, num_changes, swap_change(), and temporarily_undone_changes.

Referenced by should_replace_address(), try_fwprop_subst_note(), and try_fwprop_subst_pattern().

◆ reg_fits_class_p()

bool reg_fits_class_p ( const_rtx operand,
reg_class_t cl,
int offset,
machine_mode mode )
Return true iff OPERAND (assumed to be a REG rtx)
is a hard reg in class CLASS when its regno is offset by OFFSET
and changed to mode MODE.
If REG occupies multiple hard regs, all of them must be in CLASS.   

References ggc_alloc(), HARD_REGISTER_NUM_P, in_hard_reg_set_p(), offset, reg_class_contents, and REGNO.

Referenced by constrain_operands(), find_reloads(), record_reg_classes(), and reload_cse_simplify_operands().

◆ register_operand()

bool register_operand ( rtx op,
machine_mode mode )
Return true if OP is a register reference of mode MODE.
If MODE is VOIDmode, accept a register in any mode.

The main use of this function is as a predicate in match_operand
expressions in the machine description.   

References general_operand(), GET_CODE, ggc_alloc(), MEM_P, REG_P, reload_completed, and SUBREG_REG.

Referenced by asm_operand_ok(), check_cond_move_block(), emit_move_complex(), expand_atomic_fetch_op(), expand_builtin(), expand_vec_perm_const(), find_split_point(), maybe_emit_compare_and_swap_exchange_loop(), noce_try_cmove(), nonmemory_operand(), and pmode_register_operand().

◆ rest_of_handle_peephole2()

static unsigned int rest_of_handle_peephole2 ( void )
static

◆ scratch_operand()

bool scratch_operand ( rtx op,
machine_mode mode )
Return true if OP should match a MATCH_SCRATCH, i.e., if it is a SCRATCH
or a hard register.   

References GET_CODE, GET_MODE, ggc_alloc(), lra_in_progress, REG_P, and REGNO.

◆ simplify_while_replacing()

◆ split_all_insns()

◆ split_all_insns_noflow()

void split_all_insns_noflow ( void )
Same as split_all_insns, but do not expect CFG to be available.
Used by machine dependent reorg passes.   

References delete_insn_and_edges(), get_insns(), INSN_P, NEXT_INSN(), reload_completed, set_noop_p(), single_set(), and split_insn().

◆ split_insn()

static rtx_insn * split_insn ( rtx_insn * insn)
static
Split single instruction.  Helper function for split_all_insns and
split_all_insns_noflow.  Return last insn in the sequence if successful,
or NULL if unsuccessful.   

References cleanup_subreg_operands(), CONSTANT_P, copy_rtx(), find_reg_equal_equiv_note(), ggc_alloc(), INSN_P, last, NEXT_INSN(), NULL, PATTERN(), PREV_INSN(), reload_completed, rtx_equal_p(), SET_DEST, SET_INSN_DELETED, SET_SRC, set_unique_reg_note(), single_set(), try_split(), and XEXP.

Referenced by split_all_insns(), and split_all_insns_noflow().

◆ store_data_bypass_p()

bool store_data_bypass_p ( rtx_insn * out_insn,
rtx_insn * in_insn )
True if the dependency between OUT_INSN and IN_INSN is on the store
data not the address operand(s) of the store.  IN_INSN and OUT_INSN
must be either a single_set or a PARALLEL with SETs inside.   

References gcc_assert, GET_CODE, ggc_alloc(), i, PATTERN(), SET, single_set(), store_data_bypass_p_1(), XVECEXP, and XVECLEN.

◆ store_data_bypass_p_1()

static bool store_data_bypass_p_1 ( rtx_insn * out_insn,
rtx in_set )
static
Common predicates for use with define_bypass.   
Helper function for store_data_bypass_p, handle just a single SET
IN_SET.   

References gcc_assert, GET_CODE, ggc_alloc(), i, MEM_P, PATTERN(), reg_mentioned_p(), SET, SET_DEST, single_set(), XVECEXP, and XVECLEN.

Referenced by store_data_bypass_p().

◆ swap_change()

static void swap_change ( int num)
static
Swap the status of change NUM from being applied to not being applied,
or vice versa.   

References changes, INSN_CODE, MEM_P, and XVECLEN.

Referenced by redo_changes(), and temporarily_undo_changes().

◆ temporarily_undo_changes()

void temporarily_undo_changes ( int num)
Temporarily undo all the changes numbered NUM and up, with a view
to reapplying them later.  The next call to the changes machinery
must be:

   redo_changes (NUM)

otherwise things will end up in an invalid state.   

References gcc_assert, i, num_changes, swap_change(), and temporarily_undone_changes.

Referenced by should_replace_address(), try_fwprop_subst_note(), and try_fwprop_subst_pattern().

◆ valid_insn_p()

bool valid_insn_p ( rtx_insn * insn)
Check whether INSN matches a specific alternative of an .md pattern.   

References constrain_operands(), extract_insn(), get_enabled_alternatives(), validate_replace_src_data::insn, INSN_CODE, and recog_memoized().

Referenced by default_zero_call_used_regs(), and find_cond_trap().

◆ validate_change()

◆ validate_change_1()

static bool validate_change_1 ( rtx object,
rtx * loc,
rtx new_rtx,
bool in_group,
bool unshare,
int new_len = -1 )
static
Validate a proposed change to OBJECT.  LOC is the location in the rtl
at which NEW_RTX will be placed.  If NEW_LEN is >= 0, XVECLEN (NEW_RTX, 0)
will also be changed to NEW_LEN, which is no greater than the current
XVECLEN.  If OBJECT is zero, no validation is done, the change is
simply made.

Two types of objects are supported:  If OBJECT is a MEM, memory_address_p
will be called with the address and mode as parameters.  If OBJECT is
an INSN, CALL_INSN, or JUMP_INSN, the insn will be re-recognized with
the change in place.

IN_GROUP is nonzero if this is part of a group of changes that must be
performed as a group.  In that case, the changes will be stored.  The
function `apply_change_group' will validate and apply the changes.

If IN_GROUP is zero, this is a single change.  Try to recognize the insn
or validate the memory reference with the change applied.  If the result
is not valid for the machine, suppress the change and return false.
Otherwise, perform the change and return true.   

References apply_change_group(), changes, changes_allocated, gcc_assert, GET_CODE, ggc_alloc(), INSN_CODE, change_t::loc, MEM_P, num_changes, change_t::object, change_t::old, change_t::old_code, change_t::old_len, rtx_equal_p(), temporarily_undone_changes, change_t::unshare, XVECEXP, and XVECLEN.

Referenced by validate_change(), validate_change_xveclen(), and validate_unshare_change().

◆ validate_change_xveclen()

bool validate_change_xveclen ( rtx object,
rtx * loc,
int new_len,
bool in_group )
Change XVECLEN (*LOC, 0) to NEW_LEN.  OBJECT, IN_GROUP and the return
value are as for validate_change_1.   

References ggc_alloc(), and validate_change_1().

◆ validate_replace_rtx()

bool validate_replace_rtx ( rtx from,
rtx to,
rtx_insn * insn )
Try replacing every occurrence of FROM in INSN with TO.  After all
changes have been made, validate by seeing if INSN is still valid.   

References apply_change_group(), PATTERN(), and validate_replace_rtx_1().

Referenced by combine_and_move_insns(), decrease_live_ranges_number(), fill_slots_from_thread(), and indirect_jump_optimize().

◆ validate_replace_rtx_1()

◆ validate_replace_rtx_group()

void validate_replace_rtx_group ( rtx from,
rtx to,
rtx_insn * insn )
Try replacing every occurrence of FROM in INSN with TO.  This also
will replace in REG_EQUAL and REG_EQUIV notes.   

References ggc_alloc(), PATTERN(), REG_NOTE_KIND, REG_NOTES, validate_replace_rtx_1(), and XEXP.

Referenced by expand_var_during_unrolling(), and reload_as_needed().

◆ validate_replace_rtx_part()

bool validate_replace_rtx_part ( rtx from,
rtx to,
rtx * where,
rtx_insn * insn )
Try replacing every occurrence of FROM in WHERE with TO.  Assume that WHERE
is a part of INSN.  After all changes have been made, validate by seeing if
INSN is still valid.
validate_replace_rtx (from, to, insn) is equivalent to
validate_replace_rtx_part (from, to, &PATTERN (insn), insn).   

References apply_change_group(), and validate_replace_rtx_1().

◆ validate_replace_rtx_part_nosimplify()

bool validate_replace_rtx_part_nosimplify ( rtx from,
rtx to,
rtx * where,
rtx_insn * insn )
Same as above, but do not simplify rtx afterwards.   

References apply_change_group(), and validate_replace_rtx_1().

◆ validate_replace_rtx_subexp()

bool validate_replace_rtx_subexp ( rtx from,
rtx to,
rtx_insn * insn,
rtx * loc )
Try replacing every occurrence of FROM in subexpression LOC of INSN
with TO.  After all changes have been made, validate by seeing
if INSN is still valid.   

References apply_change_group(), and validate_replace_rtx_1().

◆ validate_replace_src_1()

◆ validate_replace_src_group()

void validate_replace_src_group ( rtx from,
rtx to,
rtx_insn * insn )
Try replacing every occurrence of FROM in INSN with TO, avoiding
SET_DESTs.   

References validate_replace_src_data::from, validate_replace_src_data::insn, note_uses(), PATTERN(), validate_replace_src_data::to, and validate_replace_src_1().

Referenced by equiv_can_be_consumed_p(), and try_replace_reg().

◆ validate_simplify_insn()

bool validate_simplify_insn ( rtx_insn * insn)
Try simplify INSN.
Invoke simplify_rtx () on every SET_SRC and SET_DEST inside the INSN's
pattern and return true if something was simplified.   

References apply_change_group(), GET_CODE, ggc_alloc(), i, validate_replace_src_data::insn, NULL, num_changes_pending(), PATTERN(), rtx_equal_p(), SET, SET_DEST, SET_SRC, simplify_rtx(), validate_change(), XVECEXP, and XVECLEN.

◆ validate_unshare_change()

◆ verify_changes()

Variable Documentation

◆ asm_op_alt

Used to provide recog_op_alt for asms.   

Referenced by preprocess_constraints().

◆ changes

◆ changes_allocated

int changes_allocated
static

Referenced by validate_change_1().

◆ default_target_recog

struct target_recog default_target_recog

◆ epilogue_completed

◆ num_changes

◆ peep2_current

◆ peep2_current_count

int peep2_current_count
The number of instructions available to match a peep2.   

Referenced by peep2_fill_buffer(), peep2_next_insn(), peep2_reinit_state(), peep2_update_life(), and peephole2_optimize().

◆ peep2_do_cleanup_cfg

bool peep2_do_cleanup_cfg
static

◆ peep2_do_rebuild_jump_labels

bool peep2_do_rebuild_jump_labels
static

◆ peep2_insn_data

struct peep2_insn_data peep2_insn_data[MAX_INSNS_PER_PEEP2+1]
static

◆ recog_data

◆ recog_op_alt

const operand_alternative* recog_op_alt
Contains a vector of operand_alternative structures, such that
operand OP of alternative A is at index A * n_operands + OP.
Set up by preprocess_constraints.   

Referenced by can_use_same_reg_p(), check_and_make_def_conflict(), ira_get_dup_out_num(), ira_setup_alts(), make_early_clobber_and_input_conflicts(), preprocess_constraints(), process_register_constraint_filters(), and which_op_alt().

◆ reload_completed

int reload_completed
Nonzero after end of reload pass.
Set to 1 or 0 by toplev.cc.
Controls the significance of (SUBREG (MEM)).   

Referenced by active_insn_p(), asm_operand_ok(), can_combine_def_p(), can_move_insns_across(), can_replace_by(), cfg_layout_can_merge_blocks_p(), cfg_layout_finalize(), change_address_1(), check_asm_operands(), check_rtl(), cleanup_cfg(), compute_use_by_pseudos(), cond_exec_find_if_block(), cond_exec_process_insns(), cselib_invalidate_regno(), cselib_process_insn(), deletable_insn_p(), delete_trivially_dead_insns(), df_exit_block_uses_collect(), df_get_eh_block_artificial_uses(), df_get_entry_block_def_set(), df_get_exit_block_use_set(), df_get_regular_block_artificial_uses(), df_insn_delete(), df_lr_local_compute(), dump_reg_info(), emit_move_complex_parts(), emit_move_multi_word(), equal_different_set_p(), extract_constrain_insn(), extract_constrain_insn_cached(), find_cond_trap(), find_if_header(), fixup_fallthru_exit_predecessor(), flow_find_cross_jump(), gen_lowpart_general(), gen_rtx_REG(), general_operand(), hash_rtx(), indirect_operand(), init_alias_analysis(), insn_invalid_p(), insns_have_identical_cfa_notes(), lra(), memory_operand(), noce_emit_cmove(), noce_find_if_block(), old_insns_match_p(), operand_subword(), peep2_find_free_register(), prepare_operand(), record_store(), register_operand(), reload(), rest_of_clean_state(), rtl_can_merge_blocks(), rtl_for_decl_location(), scan_insn(), simplify_operand_subreg(), simplify_subreg_regno(), skip_pass(), split_all_insns(), split_all_insns_noflow(), split_insn(), thread_jump(), try_crossjump_to_edge(), try_optimize_cfg(), try_redirect_by_replacing_jump(), try_split(), and verify_rtx_sharing().

◆ search_ofs

int search_ofs
static
Regno offset to be used in the register search.   

Referenced by peep2_find_free_register(), and peephole2_optimize().

◆ temporarily_undone_changes

int temporarily_undone_changes = 0
static

◆ volatile_ok

int volatile_ok
Nonzero means allow operands to be volatile.
This should be 0 if you are generating rtl, such as if you are calling
the functions in optabs.cc and expmed.cc (most of the time).
This should be 1 if all valid insns need to be recognized,
such as in reginfo.cc and final.cc and reload.cc.

init_recog and init_recog_no_volatile are responsible for setting this.   

Referenced by general_operand(), init_recog(), init_recog_no_volatile(), temporary_volatile_ok::temporary_volatile_ok(), and temporary_volatile_ok::~temporary_volatile_ok().

◆ which_alternative