Searched refs:ASM_INPUTS (Results 1 – 21 of 21) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | ipa-pure-const.c | 289 for (link = ASM_INPUTS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | ipa-reference.c | 409 for (link = ASM_INPUTS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | ipa-type-escape.c | 992 for (link = ASM_INPUTS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | gimplify.c | 4045 ASM_INPUTS (expr) = chainon (ASM_INPUTS (expr), input); in gimplify_asm_expr() 4049 for (link = ASM_INPUTS (expr); link; ++i, link = TREE_CHAIN (link)) in gimplify_asm_expr()
|
| D | tree-sra.c | 851 sra_walk_tree_list (ASM_INPUTS (expr), bsi, false, fns); in sra_walk_asm_expr()
|
| D | tree-nested.c | 574 for (link = ASM_INPUTS (stmt); link; link = TREE_CHAIN (link)) in walk_asm_expr()
|
| D | tree-ssa-operands.c | 1753 for (link = ASM_INPUTS (stmt); link; link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| D | tree-outof-ssa.c | 771 for (link = ASM_INPUTS (stmt); link; link = TREE_CHAIN (link)) in coalesce_asm_operands()
|
| D | tree-ssa-alias.c | 840 rhs = ASM_INPUTS (stmt); in count_uses_and_derefs()
|
| D | stmt.c | 1123 expand_asm_operands (ASM_STRING (exp), outputs, ASM_INPUTS (exp), in expand_asm_expr()
|
| D | tree-pretty-print.c | 1573 dump_generic_node (buffer, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
|
| D | tree.h | 1538 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
|
| D | tree.def | 856 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
|
| D | tree-ssa-structalias.c | 4817 for (arg = ASM_INPUTS (stmt); arg; arg = TREE_CHAIN (arg)) in find_escape_constraints()
|
| D | ChangeLog.tree-ssa | 3136 * gimplify.c (gimplify_asm_expr): Fix ordering of ASM_INPUTS. 15561 ASM_INPUTS, ASM_CLOBBERS, ASM_VOLATILE_P, ASM_INPUT_P): Move to tree.h.
|
| D | ChangeLog-2000 | 15976 (ASM_INPUTS): Likewise. 16132 (ASM_INPUTS): Likewise.
|
| D | ChangeLog-2004 | 33212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, 34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
|
| D | ChangeLog-2005 | 33307 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1580 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | pt.c | 8706 tsubst_copy_asm_operands (ASM_INPUTS (t), args, complain, in_decl), in tsubst_expr()
|
| D | ChangeLog-2000 | 3012 (ASM_INPUTS): Likewise.
|