Searched refs:ASM_CLOBBERS (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | ipa-pure-const.c | 299 for (link = ASM_CLOBBERS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | ipa-reference.c | 419 for (link = ASM_CLOBBERS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | tree-pretty-print.c | 1574 if (ASM_CLOBBERS (node)) in dump_generic_node() 1577 dump_generic_node (buffer, ASM_CLOBBERS (node), spc, flags, false); in dump_generic_node()
|
| D | tree-ssa-operands.c | 1773 for (link = ASM_CLOBBERS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | stmt.c | 1124 ASM_CLOBBERS (exp), ASM_VOLATILE_P (exp), in expand_asm_expr()
|
| D | tree.h | 1544 #define ASM_CLOBBERS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 3) macro
|
| D | tree.def | 861 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
|
| D | ChangeLog.tree-ssa | 15561 ASM_INPUTS, ASM_CLOBBERS, ASM_VOLATILE_P, ASM_INPUT_P): Move to tree.h. 16245 for the ASM_OUTPUTS and ASM_CLOBBERS expressions of an ASM_STMT.
|
| D | ChangeLog-2000 | 15977 (ASM_CLOBBERS): Likewise. 16133 (ASM_CLOBBERS): Likewise.
|
| D | ChangeLog-2004 | 33213 ASM_CLOBBERS, STMT_EXPR_WARN_UNUSED_RESULT, 34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
|
| D | ChangeLog-2005 | 33308 ASM_CLOBBERS): Add tree checks.
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | pt.c | 8712 tsubst_copy_asm_operands (ASM_CLOBBERS (t), args, complain, in_decl)); in tsubst_expr()
|
| D | ChangeLog-2000 | 3013 (ASM_CLOBBERS): Likewise.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1580 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
|