Searched refs:volatile_p (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Da29k.c489 a29k_set_memflags_1 (x, in_struct_p, scalar_p, volatile_p, unchanging_p)
491 int in_struct_p, scalar_p, volatile_p, unchanging_p;
500 a29k_set_memflags_1 (XVECEXP (x, 0, i), in_struct_p, volatile_p, local
505 a29k_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p, local
510 a29k_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p,
512 a29k_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, unchanging_p);
518 MEM_VOLATILE_P (x) = volatile_p;
539 int volatile_p = MEM_VOLATILE_P (ref);
543 || (! in_struct_p && ! volatile_p && ! unchanging_p))
546 a29k_set_memflags_1 (insn, in_struct_p, scalar_p, volatile_p, unchanging_
507 a29k_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, unchanging_p); local
534 int volatile_p = MEM_VOLATILE_P (ref); local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.h92 bool volatile_p; member in struct:ao_ref
H A Dtree-ssa-alias.c576 r->volatile_p = ref ? TREE_THIS_VOLATILE (ref) : false;
672 ref->volatile_p = false;
1382 if (ref1->volatile_p
1383 && ref2->volatile_p)
1550 if (ref->volatile_p)
1953 if (ref->volatile_p)
H A Dtree-ssa-operands.c988 bool volatile_p = gimple_has_volatile_ops (stmt); local
1055 if (gimple_has_volatile_ops (stmt) != volatile_p)
H A Dgimple.h3550 gimple_asm_set_volatile (gasm *asm_stmt, bool volatile_p)
3552 if (volatile_p)
H A Dgimplify.c4218 bool volatile_p = TREE_THIS_VOLATILE (*from_p);
4222 if (TREE_THIS_VOLATILE (t) != volatile_p)
4228 TREE_THIS_VOLATILE (t) = volatile_p;
4215 bool volatile_p = TREE_THIS_VOLATILE (*from_p); local
H A Dtree-ssa-sccvn.c1147 ref->volatile_p = false;
/haiku-buildtools/gcc/gcc/config/visium/
H A Dvisium.c3557 const int volatile_p = current_frame_info.interrupt; local
3581 MEM_VOLATILE_P (mem) = volatile_p;
3594 MEM_VOLATILE_P (mem) = volatile_p;
3597 if (volatile_p)
3616 MEM_VOLATILE_P (mem) = volatile_p;
3632 MEM_VOLATILE_P (mem) = volatile_p;
3793 const int volatile_p = current_frame_info.interrupt; local
3821 MEM_VOLATILE_P (mem) = volatile_p;
3835 MEM_VOLATILE_P (mem) = volatile_p;
3839 if (!volatile_p)
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1010 alpha_set_memflags_1 (x, in_struct_p, volatile_p, unchanging_p)
1012 int in_struct_p, volatile_p, unchanging_p;
1021 alpha_set_memflags_1 (XVECEXP (x, 0, i), in_struct_p, volatile_p,
1026 alpha_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p,
1031 alpha_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p,
1033 alpha_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p,
1039 MEM_VOLATILE_P (x) = volatile_p;
1065 int in_struct_p, volatile_p, unchanging_p;
1071 volatile_p = MEM_VOLATILE_P (ref);
1077 if (! in_struct_p && ! volatile_p
1022 alpha_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p, local
1027 alpha_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p, local
1029 alpha_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, local
1061 int in_struct_p, volatile_p, unchanging_p; local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-tree.h330 BOOL_BITFIELD volatile_p : 1; member in struct:c_declspecs
H A Dc-decl.c4180 || declspecs->volatile_p
4275 || declspecs->volatile_p
4308 | (specs->volatile_p ? TYPE_QUAL_VOLATILE : 0)
5567 volatilep = declspecs->volatile_p + TYPE_VOLATILE (element_type);
9494 ret->volatile_p = false;
9548 dupe = specs->volatile_p;
9549 specs->volatile_p = true;
/haiku-buildtools/legacy/gcc/gcc/
H A Dfunction.c1685 put_reg_into_stack (function, reg, type, promoted_mode, decl_mode, volatile_p,
1691 int volatile_p;
1721 MEM_VOLATILE_P (reg) = volatile_p;
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c1436 finish_asm_stmt (int volatile_p, tree string, tree output_operands, argument
1559 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0;
H A Dparser.c16719 bool volatile_p = false;
16741 volatile_p = true;
16877 asm_stmt = finish_asm_stmt (volatile_p, string, outputs,
16717 bool volatile_p = false; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c15526 int unsigned_p, volatile_p;
15529 &unsigned_p, &volatile_p, false);
15458 int unsigned_p, volatile_p; local

Completed in 680 milliseconds