Lines Matching defs:syncscope
925 "expected syncscope to be null for non-atomic access");
938 AtomicOrdering ordering, StringRef syncscope) {
942 syncscope.empty() ? nullptr : builder.getStringAttr(syncscope),
977 AtomicOrdering ordering, StringRef syncscope) {
981 syncscope.empty() ? nullptr : builder.getStringAttr(syncscope),
3004 AtomicOrdering ordering, StringRef syncscope,
3007 !syncscope.empty() ? builder.getStringAttr(syncscope) : nullptr,
3061 AtomicOrdering failureOrdering, StringRef syncscope,
3065 !syncscope.empty() ? builder.getStringAttr(syncscope) : nullptr,
3093 AtomicOrdering ordering, StringRef syncscope) {
3095 syncscope.empty() ? nullptr : builder.getStringAttr(syncscope));