Home
last modified time | relevance | path

Searched refs:DECL_HARD_REGISTER (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-gimple.c314 if (TREE_CODE (t) == VAR_DECL && DECL_HARD_REGISTER (t)) in is_gimple_reg()
390 if (TREE_CODE (t) == VAR_DECL && DECL_HARD_REGISTER (t)) in is_gimple_asm_val()
H A Dc-semantics.c153 if (DECL_HARD_REGISTER (decl)) in emit_local_var()
H A Dtree-ssa-copy.c175 && DECL_HARD_REGISTER (SSA_NAME_VAR (dest))); in may_propagate_copy_into_asm()
H A Dtree-ssa.c1169 if (TREE_CODE (var) == VAR_DECL && DECL_HARD_REGISTER (var)) in warn_uninit()
H A Dcfgexpand.c758 else if (DECL_HARD_REGISTER (var)) in expand_one_var()
H A Dtree-outof-ssa.c1583 && DECL_HARD_REGISTER (TREE_OPERAND (stmt, 1))) in check_replaceable()
H A Dstmt.c572 if (DECL_HARD_REGISTER (decl) in decl_overlaps_hard_reg_set_p()
H A Dtree-pretty-print.c1987 if (TREE_CODE (t) == VAR_DECL && DECL_HARD_REGISTER (t)) in print_declaration()
H A Dtree.h2923 #define DECL_HARD_REGISTER(NODE) (VAR_DECL_CHECK (NODE)->decl_with_vis.hard_register) macro
H A Dgimplify.c1083 && (TREE_CODE (t) == VAR_DECL && !DECL_HARD_REGISTER (t)) in gimplify_bind_expr()
H A Dc-decl.c3562 DECL_HARD_REGISTER (decl) = 1; in finish_decl()
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c4605 if (TREE_CODE (x) == VAR_DECL && DECL_HARD_REGISTER (x)) in cxx_mark_addressable()
H A Ddecl.c4945 DECL_HARD_REGISTER (decl) = 1; in make_rtl_for_nonlocal_decl()
H A DChangeLog4506 * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER