Home
last modified time | relevance | path

Searched refs:expr_list (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/doc/
H A Drtl.texi566 In a @code{call_insn}, @code{note}, or an @code{expr_list} for notes,
976 In a @code{call_insn}, @code{note}, or an @code{expr_list} of notes,
2478 of the @code{parallel} is an @code{expr_list} whose first operand is a
3039 @code{expr_list} expressions) containing @code{use} and @code{clobber}
3251 A list (chain of @code{expr_list} and @code{insn_list} expressions)
3277 @code{LOG_LINKS} field but it includes @code{expr_list} expressions in
3508 @code{expr_list}.
3532 @code{expr_list} is printed using these symbolic codes in debugging dumps.
3535 @findex expr_list
3537 @code{expr_list} is that the first operand of an @code{insn_list} is
[all …]
H A Dtm.texi3790 @code{parallel} holds any number of @code{expr_list} pairs; each one
3792 @code{expr_list} the first operand must be a @code{reg} RTX for the hard
3795 second operand of the @code{expr_list} is a @code{const_int} which gives
3797 As a special exception the first @code{expr_list} in the @code{parallel}
/freebsd-12.1/contrib/gcc/
H A Dvar-tracking.c2480 rtx expr_list in emit_note_insn_var_location() local
2484 expr_list); in emit_note_insn_var_location()
H A Drtl.def90 DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", RTX_EXTRA)
H A DChangeLog-200234924 to extract items in the expr_list chain.
H A DChangeLog-200319475 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
H A DChangeLog-200432494 the expr_list wrapper.