|
LLVM 22.0.0git
|
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::sys |
Typedefs | |
| using | llvm::sys::cas_flag = uint32_t |
Functions | |
| LLVM_ABI void | llvm::sys::MemoryFence () |
| LLVM_ABI cas_flag | llvm::sys::CompareAndSwap (volatile cas_flag *ptr, cas_flag new_value, cas_flag old_value) |