Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp205 void emitCopyIntoMemory(RValue rvalue) const;
1770 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory() function in AtomicInfo
1814 Atomics.emitCopyIntoMemory(rvalue); in materializeRValue()
2162 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore()
2245 atomics.emitCopyIntoMemory(RValue::get(value)); in EmitAtomicInit()
2251 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()