/openbsd/gnu/gcc/gcc/ |
H A D | stmt.c | 2137 r->code_label = label; in add_case_node() 2233 label = label_rtx (n->code_label); in emit_case_bit_tests() 2406 lab = label_rtx (n->code_label); in expand_case() 2953 emit_jump (label_rtx (node->code_label)); in emit_case_nodes() 2964 label_rtx (node->code_label), unsignedp); in emit_case_nodes() 3017 label_rtx (node->right->code_label), in emit_case_nodes() 3026 label_rtx (node->left->code_label), in emit_case_nodes() 3175 label_rtx (node->code_label)); in emit_case_nodes() 3216 label_rtx (node->code_label)); in emit_case_nodes() 3244 label_rtx (node->code_label)); in emit_case_nodes() [all …]
|
H A D | rtl.def | 143 DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", RTX_EXTRA)
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 224 const char *code_label = "code"; in GetDescription() local 407 code_label = "limit"; in GetDescription() 469 strm.Printf(" (%s=%s", code_label, code_desc); in GetDescription() 471 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code); in GetDescription()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stmt.c | 4731 *duplicate = p->code_label; 4747 r->code_label = label; 5449 emit_jump (label_rtx (n->code_label)); 6021 emit_jump (label_rtx (node->code_label)); 6033 label_rtx (node->code_label), unsignedp); 6065 label_rtx (node->left->code_label)); 6195 label_rtx (node->right->code_label)); 6221 label_rtx (node->code_label)); 6264 label_rtx (node->code_label)); 6294 label_rtx (node->code_label)); [all …]
|
H A D | rtl.def | 577 DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", 'x')
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | rtl.texi | 585 @cindex @code{code_label} and @samp{/v} 612 @cindex @code{code_label} and @samp{/i} 614 @cindex @code{in_struct}, in @code{code_label} and @code{note} 746 @cindex @code{code_label} and @samp{/i} 751 @code{code_label}, @code{insn_list}, @code{const}, or @code{note} if it 2699 @code{code_label}, @code{barrier} or @code{note}. 3049 @findex code_label 3051 @item code_label 3052 A @code{code_label} insn represents a label that a jump insn can jump 3061 When a @code{code_label} appears in an RTL expression, it normally [all …]
|
H A D | gccint.info | 8995 In an `insn', `call_insn', `jump_insn', `code_label', `barrier', 9010 In a `code_label' or `note', indicates that the label is 9222 In `code_label' expressions, it is 1 if the label may never be 9656 one operand, an expression, which must be a `code_label' or a 10708 must be an `insn', `jump_insn', `call_insn', `code_label', 11005 `code_label' 11006 A `code_label' insn represents a label that a jump insn can jump 11015 When a `code_label' appears in an RTL expression, it normally 11019 Besides as a `code_label', a label can also be represented as a 11075 This marks what used to be a `code_label', but was not used [all …]
|
H A D | md.texi | 5359 then the last insn it generates must not be a @code{code_label},
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | rtl.texi | 423 @cindex @code{code_label} and @samp{/v} 458 @cindex @code{code_label} and @samp{/i} 460 @cindex @code{in_struct}, in @code{code_label} and @code{note} 594 @cindex @code{code_label} and @samp{/i} 601 @code{code_label}, @code{insn_list}, @code{const}, or @code{note} if it 2470 @code{code_label}, @code{barrier} or @code{note}. 2827 @findex code_label 2829 @item code_label 2830 A @code{code_label} insn represents a label that a jump insn can jump 2839 When a @code{code_label} appears in an RTL expression, it normally [all …]
|
H A D | md.texi | 4045 then the last insn it generates must not be a @code{code_label},
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.c | 2282 c4x_label_ref_used_p (x, code_label) in c4x_label_ref_used_p() argument 2283 rtx x, code_label; in c4x_label_ref_used_p() 2294 return INSN_UID (XEXP (x,0)) == INSN_UID (code_label); 2301 if (c4x_label_ref_used_p (XEXP (x, i), code_label)) 2306 if (c4x_label_ref_used_p (XVECEXP (x, i, j), code_label))
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.c | 2251 c4x_label_ref_used_p (rtx x, rtx code_label) in c4x_label_ref_used_p() argument 2262 return INSN_UID (XEXP (x,0)) == INSN_UID (code_label); in c4x_label_ref_used_p() 2269 if (c4x_label_ref_used_p (XEXP (x, i), code_label)) in c4x_label_ref_used_p() 2274 if (c4x_label_ref_used_p (XVECEXP (x, i, j), code_label)) in c4x_label_ref_used_p()
|