Home
last modified time | relevance | path

Searched refs:DECL_RTL_IF_SET (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDprint-rtl-function.c150 w.print_rtx (DECL_RTL_IF_SET (arg)); in print_param()
HDcfgexpand.c513 && DECL_RTL_IF_SET (op) == pc_rtx) in visit_op()
533 && DECL_RTL_IF_SET (op) == pc_rtx) in visit_conflict()
585 if (DECL_RTL_IF_SET (lhs) == pc_rtx in add_scope_conflicts_1()
2129 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars()
2293 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars()
4306 op0 = DECL_RTL_IF_SET (exp); in expand_debug_expr()
4323 op0 = DECL_RTL_IF_SET (exp); in expand_debug_expr()
6377 if (var && DECL_RTL_IF_SET (var) == pc_rtx) in execute()
6385 rtx in = DECL_RTL_IF_SET (var); in execute()
HDdbxout.c2524 return DECL_RTL_IF_SET (expr); in dbxout_expand_expr()
2734 decl_rtl = DECL_RTL_IF_SET (decl); in dbxout_symbol()
HDtree.h2582 #define DECL_RTL_IF_SET(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL) macro
2590 &*DECL_RTL_IF_SET (__d); })
2592 #define DECL_RTL_KNOWN_SET(decl) (&*DECL_RTL_IF_SET (decl))
HDreg-stack.c690 result = DECL_RTL_IF_SET (DECL_RESULT (decl)); in stack_result()
HDstor-layout.c617 rtl = DECL_RTL_IF_SET (decl); in layout_decl()
HDvar-tracking.c5209 decl_rtl = DECL_RTL_IF_SET (expr); in track_expr_p()
9669 rtx decl_rtl = DECL_RTL_IF_SET (parm); in vt_add_function_parameter()
HDemit-rtl.c1941 gcc_assert (!DECL_P (t) || ref != DECL_RTL_IF_SET (t)); in set_mem_attributes_minus_bitpos()
HDexpr.c7615 exp_rtl = DECL_RTL_IF_SET (exp); in safe_from_p()
HDdwarf2out.c19912 rtl = DECL_RTL_IF_SET (decl); in rtl_for_decl_location()
23975 insn = DECL_RTL_IF_SET (decl); in gen_label_die()
/dragonfly/contrib/gcc-4.7/gcc/
HDcfgexpand.c404 && DECL_RTL_IF_SET (op) == pc_rtx) in visit_op()
424 && DECL_RTL_IF_SET (op) == pc_rtx) in visit_conflict()
477 if (DECL_RTL_IF_SET (lhs) == pc_rtx in add_scope_conflicts_1()
1592 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars()
1679 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars()
2713 op0 = DECL_RTL_IF_SET (exp); in expand_debug_expr()
2730 op0 = DECL_RTL_IF_SET (exp); in expand_debug_expr()
4511 SA.partition_to_pseudo[i] = DECL_RTL_IF_SET (var); in gimple_expand_cfg()
4516 if (DECL_RTL_IF_SET (var) == pc_rtx) in gimple_expand_cfg()
HDdbxout.c2498 return DECL_RTL_IF_SET (expr); in dbxout_expand_expr()
2710 decl_rtl = DECL_RTL_IF_SET (decl); in dbxout_symbol()
HDtree.h2989 #define DECL_RTL_IF_SET(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL) macro
2997 &*DECL_RTL_IF_SET (__d); })
2999 #define DECL_RTL_KNOWN_SET(decl) (&*DECL_RTL_IF_SET (decl))
HDstor-layout.c553 rtl = DECL_RTL_IF_SET (decl); in layout_decl()
HDreg-stack.c671 result = DECL_RTL_IF_SET (DECL_RESULT (decl)); in stack_result()
HDvar-tracking.c4650 decl_rtl = DECL_RTL_IF_SET (expr); in track_expr_p()
8940 rtx decl_rtl = DECL_RTL_IF_SET (parm); in vt_add_function_parameter()
HDemit-rtl.c1567 gcc_assert (!DECL_P (t) || ref != DECL_RTL_IF_SET (t)); in set_mem_attributes_minus_bitpos()
HDdwarf2out.c14804 rtl = DECL_RTL_IF_SET (decl); in rtl_for_decl_location()
18125 insn = DECL_RTL_IF_SET (decl); in gen_label_die()
HDexpr.c7122 exp_rtl = DECL_RTL_IF_SET (exp); in safe_from_p()