Home
last modified time | relevance | path

Searched refs:ASM_OUTPUTS (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dipa-pure-const.c271 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
279 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
H A Dipa-reference.c391 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
399 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
H A Dipa-type-escape.c974 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
982 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
H A Dtree-nested.c554 int noutputs = list_length (ASM_OUTPUTS (stmt)); in walk_asm_expr()
563 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in walk_asm_expr()
H A Dtree-ssa-operands.c1723 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
1731 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
H A Dtree-outof-ssa.c765 noutputs = list_length (ASM_OUTPUTS (stmt)); in coalesce_asm_operands()
767 for (i = 0, link = ASM_OUTPUTS (stmt); link; in coalesce_asm_operands()
H A Dtree-sra.c852 sra_walk_tree_list (ASM_OUTPUTS (expr), bsi, true, fns); in sra_walk_asm_expr()
H A Dtree-ssa-alias.c839 lhs = ASM_OUTPUTS (stmt); in count_uses_and_derefs()
H A Dgimplify.c3922 int noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr()
3932 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = TREE_CHAIN (link)) in gimplify_asm_expr()
H A Dtree-pretty-print.c1571 dump_generic_node (buffer, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
H A Dstmt.c1112 outputs = ASM_OUTPUTS (exp); in expand_asm_expr()
H A Dtree.def860 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
H A Dtree.h1542 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
H A DChangeLog.tree-ssa15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
16245 for the ASM_OUTPUTS and ASM_CLOBBERS expressions of an ASM_STMT.
H A DChangeLog-200015975 (ASM_OUTPUTS): Likewise.
16131 (ASM_OUTPUTS): Likewise.
H A DChangeLog-200433212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
H A DChangeLog-200533307 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c8710 tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, complain, in_decl), in tsubst_expr()
H A DChangeLog-20003011 (ASM_OUTPUTS): Likewise.
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1579 extended-assembly syntax, then @code{ASM_OUTPUTS},