Searched refs:ASM_VOLATILE_P (Results 1 – 13 of 13) sorted by relevance
8575 if (!ASM_VOLATILE_P (args) && cv_qualifier) in build_asm_stmt()8576 ASM_VOLATILE_P (args) = 1; in build_asm_stmt()8692 ASM_VOLATILE_P (args) = (noutputs == 0); in build_asm_expr()
1967 if (ASM_VOLATILE_P (node)) in dump_generic_node()
1762 #define ASM_VOLATILE_P(NODE) (ASM_EXPR_CHECK (NODE)->base.public_flag) macro
5230 gimple_asm_set_volatile (stmt, ASM_VOLATILE_P (expr)); in gimplify_asm_expr()
2733 if (ASM_VOLATILE_P (node)) in dump_generic_node()
1265 #define ASM_VOLATILE_P(NODE) (ASM_EXPR_CHECK (NODE)->base.public_flag) macro
6385 gimple_asm_set_volatile (stmt, ASM_VOLATILE_P (expr) || noutputs == 0); in gimplify_asm_expr()
9985 ASM_VOLATILE_P (args) = 1; in build_asm_stmt()10115 ASM_VOLATILE_P (args) = (noutputs == 0); in build_asm_expr()
1422 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0; in finish_asm_stmt()
12801 (ASM_VOLATILE_P (t), in tsubst_expr()
1624 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0; in finish_asm_stmt()
16999 tmp = finish_asm_stmt (ASM_VOLATILE_P (t), string, outputs, inputs, in tsubst_expr()
1825 implicitly volatile, then the predicate @code{ASM_VOLATILE_P} will hold