Home
last modified time | relevance | path

Searched refs:requires_barrier (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c1505 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1594 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2385 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2386 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2392 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2471 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2566 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c1505 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1594 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2385 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2386 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2392 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2471 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2566 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtrans-mem.c1516 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1605 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2397 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2403 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2481 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2576 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtrans-mem.c1502 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1589 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1591 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2382 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2383 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2389 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2467 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2562 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1516 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1605 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2397 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2403 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2481 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2576 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c1505 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1594 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2385 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2386 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2392 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2471 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2566 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1516 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1605 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2397 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2403 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2481 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2576 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
H A DChangeLog-201233865 * trans-mem.c (requires_barrier): Do not instrument thread local
34060 * trans-mem.c (requires_barrier): Do not instrument thread local
34414 * trans-mem.c (requires_barrier): Remove call to is_global_var.
34467 * trans-mem.c (requires_barrier): Call may_be_aliased.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c1503 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1590 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2383 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2384 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2390 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2468 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2563 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c1491 requires_barrier (basic_block entry_block, tree x, gimple stmt) in requires_barrier() function
1578 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1580 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2261 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2262 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2268 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2325 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2424 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
H A DChangeLog-201233865 * trans-mem.c (requires_barrier): Do not instrument thread local
34060 * trans-mem.c (requires_barrier): Do not instrument thread local
34414 * trans-mem.c (requires_barrier): Remove call to is_global_var.
34467 * trans-mem.c (requires_barrier): Call may_be_aliased.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1516 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1605 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2397 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2403 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2481 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2576 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1516 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1605 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2397 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2403 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2481 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2576 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
H A DChangeLog-201233865 * trans-mem.c (requires_barrier): Do not instrument thread local
34060 * trans-mem.c (requires_barrier): Do not instrument thread local
34414 * trans-mem.c (requires_barrier): Remove call to is_global_var.
34467 * trans-mem.c (requires_barrier): Call may_be_aliased.
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c1404 requires_barrier (basic_block entry_block, tree x, gimple stmt) in requires_barrier() function
1491 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1493 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2141 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2142 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2148 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2205 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2304 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c1505 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1594 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2385 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2386 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2392 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2471 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2566 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtrans-mem.c1502 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1589 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1591 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2382 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2383 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2389 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2467 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2562 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
H A DChangeLog-201233865 * trans-mem.c (requires_barrier): Do not instrument thread local
34060 * trans-mem.c (requires_barrier): Do not instrument thread local
34414 * trans-mem.c (requires_barrier): Remove call to is_global_var.
34467 * trans-mem.c (requires_barrier): Call may_be_aliased.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtrans-mem.c1516 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1605 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2396 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2397 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2403 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2481 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2576 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtrans-mem.c1502 requires_barrier (basic_block entry_block, tree x, gimple *stmt)
1589 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL))
1591 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL))
2382 bool store_p = requires_barrier (region->entry_block, lhs, NULL);
2383 bool load_p = requires_barrier (region->entry_block, rhs, NULL);
2389 requires_barrier (region->entry_block, lhs, stmt);
2467 requires_barrier (region->entry_block, lhs, gcall);
2562 if (lhs && requires_barrier (region->entry_block, lhs, stmt)
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtrans-mem.c1503 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1590 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2383 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2384 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2390 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2468 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2563 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtrans-mem.c1503 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1590 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1592 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2383 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2384 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2390 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2468 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2563 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtrans-mem.c1404 requires_barrier (basic_block entry_block, tree x, gimple stmt) in requires_barrier() function
1491 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1493 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2141 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2142 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2148 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2205 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2304 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtrans-mem.c1514 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1601 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2394 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2395 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2401 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2479 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2574 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtrans-mem.c1514 requires_barrier (basic_block entry_block, tree x, gimple *stmt) in requires_barrier() function
1601 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_rhs1 (stmt), NULL)) in examine_assign_tm()
1603 if (requires_barrier (/*entry_block=*/NULL, gimple_assign_lhs (stmt), NULL)) in examine_assign_tm()
2394 bool store_p = requires_barrier (region->entry_block, lhs, NULL); in expand_assign_tm()
2395 bool load_p = requires_barrier (region->entry_block, rhs, NULL); in expand_assign_tm()
2401 requires_barrier (region->entry_block, lhs, stmt); in expand_assign_tm()
2479 requires_barrier (region->entry_block, lhs, gcall); in expand_assign_tm()
2574 if (lhs && requires_barrier (region->entry_block, lhs, stmt) in expand_call_tm()

123