Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp207 void emitCopyIntoMemory(RValue rvalue) const;
1561 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory() function in AtomicInfo
1605 Atomics.emitCopyIntoMemory(rvalue); in materializeRValue()
1962 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore()
2050 atomics.emitCopyIntoMemory(RValue::get(value)); in EmitAtomicInit()
2056 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()