Searched refs:expand_atomic_load (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.h | 342 rtx expand_atomic_load (rtx, rtx, enum memmodel);
|
H A D | optabs.c | 6636 expand_atomic_load (rtx target, rtx mem, enum memmodel model) in expand_atomic_load() function
|
H A D | builtins.c | 6978 return expand_atomic_load (target, mem, model); in expand_builtin_atomic_load()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.h | 350 rtx expand_atomic_load (rtx, rtx, enum memmodel);
|
H A D | optabs.cc | 7130 expand_atomic_load (rtx target, rtx mem, enum memmodel model) in expand_atomic_load() function
|
H A D | builtins.cc | 6113 return expand_atomic_load (target, mem, model); in expand_builtin_atomic_load()
|
H A D | ChangeLog-2017 | 11617 (expand_atomic_load): Ditto. 17269 * optabs.c (expand_atomic_load): Place compiler memory barriers if 38602 (expand_atomic_load): Likewise.
|
H A D | ChangeLog-2012 | 535 * optabs.c (expand_atomic_load): Emit acquire barrier after the load. 33245 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
|
H A D | ChangeLog-2011 | 3062 (expand_atomic_load, expand_atomic_store): Likewise. 4725 (expand_atomic_load, expand_atomic_store): New.
|
H A D | ChangeLog-2018 | 35015 * optabs.c (expand_atomic_load): Likewise.
|
H A D | ChangeLog-2019 | 22189 (expand_atomic_load): Same.
|
H A D | ChangeLog-2013 | 39573 (expand_atomic_load): Ditto.
|
H A D | ChangeLog-2015 | 33134 (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 23385 expand_atomic_load (new_mem, mem, MEMMODEL_SEQ_CST); in ix86_expand_cmpxchg_loop()
|