Home
last modified time | relevance | path

Searched refs:AtomicInst (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3932 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst);
3933 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3945 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst) { in LLVMIsAtomicSingleThread() argument
3946 Value *P = unwrap<Value>(AtomicInst); in LLVMIsAtomicSingleThread()
3954 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread() argument
3955 Value *P = unwrap<Value>(AtomicInst); in LLVMSetAtomicSingleThread()