Searched defs:sync_scope (Results 1 – 5 of 5) 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
147 pub fn sync_scope<F, R>(&'static self, value: T, f: F) -> R in sync_scope() method
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