Searched defs:sync_scope (Results 1 – 6 of 6) sorted by relevance
275 LLVMValueRef ptr, LLVMValueRef val, const char *sync_scope)328 LLVMValueRef cmp, LLVMValueRef val, const char *sync_scope)
2037 const char *sync_scope = LLVM_VERSION_MAJOR >= 9 ? "singlethread-one-as" : "singlethread"; in visit_global_atomic() local2920 const char *sync_scope = LLVM_VERSION_MAJOR >= 9 ? "workgroup-one-as" : "workgroup"; in visit_var_atomic() local
184 pub fn sync_scope<F, R>(&'static self, value: T, f: F) -> R in sync_scope() method
1119 SyncScope<Context::kMutator> sync_scope(*this); in RunFromMutator() local1156 SyncScope<Context::kScanner> sync_scope(*this); in RunFromScanner() local
151 enum sync_scope : uint8_t { enum
3013 const char *sync_scope = LLVM_VERSION_MAJOR >= 9 ? "workgroup-one-as" : "workgroup"; in gfx10_ngg_gs_emit_epilogue_2() local