Home
last modified time | relevance | path

Searched refs:ASM_VOLATILE_P (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-loop-ivcanon.c474 if (ASM_VOLATILE_P (stmt)) in empty_loop_p()
HDtree-ssa-threadedge.c240 if (TREE_CODE (stmt) == ASM_EXPR && ASM_VOLATILE_P (stmt)) in record_temporary_equivalences_from_stmts_at_dest()
HDipa-pure-const.c304 if (ASM_VOLATILE_P (stmt)) in get_asm_expr_operands()
HDstmt.c1108 expand_asm (ASM_STRING (exp), ASM_VOLATILE_P (exp)); in expand_asm_expr()
1124 ASM_CLOBBERS (exp), ASM_VOLATILE_P (exp), in expand_asm_expr()
HDc-typeck.c7178 if (!ASM_VOLATILE_P (args) && cv_qualifier) in build_asm_stmt()
7179 ASM_VOLATILE_P (args) = 1; in build_asm_stmt()
7279 ASM_VOLATILE_P (args) = (noutputs == 0); in build_asm_expr()
HDtree-pretty-print.c1566 if (ASM_VOLATILE_P (node)) in dump_generic_node()
HDtree-data-ref.c4124 && ASM_VOLATILE_P (stmt))) in find_data_references_in_loop()
HDtree.h1548 #define ASM_VOLATILE_P(NODE) (TREE_PUBLIC (NODE)) macro
HDtree-cfg.c5285 && (ASM_VOLATILE_P (t) || ASM_INPUT_P (t))) in need_fake_edge_p()
HDbuiltins.c5623 ASM_VOLATILE_P (x) = 1; in expand_builtin_synchronize()
HDChangeLog-200433214 ASM_VOLATILE_P, FILE_STMT_FILENAME_NODE,
33331 (process_init_element): Use ASM_VOLATILE_P.
34014 ASM_INPUT_P, ASM_VOLATILE_P, COND_EXPR_COND,
HDChangeLog.tree-ssa15561 ASM_INPUTS, ASM_CLOBBERS, ASM_VOLATILE_P, ASM_INPUT_P): Move to tree.h.
HDChangeLog-200016143 (ASM_VOLATILE_P): Likewise.
/freebsd-11-stable/contrib/gcc/cp/
HDsemantics.c1322 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0; in finish_asm_stmt()
HDpt.c8708 (ASM_VOLATILE_P (t), in tsubst_expr()
HDChangeLog-20003023 (ASM_VOLATILE_P): Likewise.
HDChangeLog4423 read-only. Set ASM_VOLATILE_P for asms without outputs.
HDChangeLog-19993980 (ASM_VOLATILE_P): New macro.
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi1596 implicitly volatile, then the predicate @code{ASM_VOLATILE_P} will hold