Searched refs:SyncScope (Results 1 - 25 of 64) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
H A DSyncScope.h1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope { class in namespace:clang
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope ma
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineMemOperand.h137 unsigned SSID : 8; // SyncScope::ID
164 SyncScope::ID SSID = SyncScope::System,
215 SyncScope::ID getSyncScopeID() const {
216 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
H A DInstructions.h193 AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System,
199 SyncScope::ID SSID = SyncScope::System,
202 unsigned Align, AtomicOrdering Order, SyncScope::ID SSID,
245 SyncScope::ID getSyncScopeID() const {
250 void setSyncScopeID(SyncScope::ID SSID) {
257 SyncScope::ID SSID = SyncScope::System) {
298 SyncScope
192 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System, Instruction *InsertBefore = nullptr) argument
256 setAtomic(AtomicOrdering Ordering, SyncScope::ID SSID = SyncScope::System) argument
381 setAtomic(AtomicOrdering Ordering, SyncScope::ID SSID = SyncScope::System) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DLLVMContext.h46 namespace SyncScope { namespace in namespace:llvm
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);

Completed in 606 milliseconds

123