Home
last modified time | relevance | path

Searched refs:REG_EXPR (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dvar-tracking.c824 tree decl = REG_EXPR (loc); in var_reg_set()
848 tree decl = REG_EXPR (loc); in var_reg_delete_and_set()
888 tree decl = REG_EXPR (loc); in var_reg_delete()
1557 expr2 = REG_EXPR (loc); in same_variable_part_p()
1629 mo->type = ((REG_EXPR (*loc) && track_expr_p (REG_EXPR (*loc))) in add_uses()
1670 || ! REG_EXPR (loc) in add_stores()
1671 || ! track_expr_p (REG_EXPR (loc))) in add_stores()
1676 REG_EXPR (loc), in add_stores()
2719 *declp = REG_EXPR (rtl); in vt_get_decl_and_offset()
Dprint-rtl.c466 if (REG_EXPR (in_rtx)) in print_rtx()
467 print_mem_expr (outfile, REG_EXPR (in_rtx)); in print_rtx()
Demit-rtl.c860 decl = REG_EXPR (reg); in gen_rtx_REG_offset()
906 REG_ATTRS (new) = get_reg_attrs (REG_EXPR (reg), in gen_rtx_REG_offset()
1701 = get_mem_attrs (MEM_ALIAS_SET (mem), REG_EXPR (reg), in set_mem_attrs_from_reg()
Dreload1.c2099 if (REG_EXPR (regno_reg_rtx[i]) in alter_reg()
2100 && DECL_P (REG_EXPR (regno_reg_rtx[i]))) in alter_reg()
2102 rtx decl = DECL_RTL_IF_SET (REG_EXPR (regno_reg_rtx[i])); in alter_reg()
Drtl.h1185 #define REG_EXPR(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->decl) macro
Dfinal.c2851 return REG_EXPR (op); in get_mem_expr_from_op()
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi433 @findex REG_EXPR
434 @item REG_EXPR (@var{x})
Dgccint.info8881 `REG_EXPR (X)'
33410 * REG_EXPR: Special Accessors. (line 46)