Searched refs:ASM_VOLATILE_P (Results 1 – 19 of 19) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-ssa-loop-ivcanon.c | 474 if (ASM_VOLATILE_P (stmt)) in empty_loop_p()
|
| HD | tree-ssa-threadedge.c | 240 if (TREE_CODE (stmt) == ASM_EXPR && ASM_VOLATILE_P (stmt)) in record_temporary_equivalences_from_stmts_at_dest()
|
| HD | ipa-pure-const.c | 304 if (ASM_VOLATILE_P (stmt)) in get_asm_expr_operands()
|
| HD | stmt.c | 1108 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()
|
| HD | c-typeck.c | 7178 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()
|
| HD | tree-pretty-print.c | 1566 if (ASM_VOLATILE_P (node)) in dump_generic_node()
|
| HD | tree-data-ref.c | 4124 && ASM_VOLATILE_P (stmt))) in find_data_references_in_loop()
|
| HD | tree.h | 1548 #define ASM_VOLATILE_P(NODE) (TREE_PUBLIC (NODE)) macro
|
| HD | tree-cfg.c | 5285 && (ASM_VOLATILE_P (t) || ASM_INPUT_P (t))) in need_fake_edge_p()
|
| HD | builtins.c | 5623 ASM_VOLATILE_P (x) = 1; in expand_builtin_synchronize()
|
| HD | ChangeLog-2004 | 33214 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,
|
| HD | ChangeLog.tree-ssa | 15561 ASM_INPUTS, ASM_CLOBBERS, ASM_VOLATILE_P, ASM_INPUT_P): Move to tree.h.
|
| HD | ChangeLog-2000 | 16143 (ASM_VOLATILE_P): Likewise.
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | semantics.c | 1322 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0; in finish_asm_stmt()
|
| HD | pt.c | 8708 (ASM_VOLATILE_P (t), in tsubst_expr()
|
| HD | ChangeLog-2000 | 3023 (ASM_VOLATILE_P): Likewise.
|
| HD | ChangeLog | 4423 read-only. Set ASM_VOLATILE_P for asms without outputs.
|
| HD | ChangeLog-1999 | 3980 (ASM_VOLATILE_P): New macro.
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 1596 implicitly volatile, then the predicate @code{ASM_VOLATILE_P} will hold
|