Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp198 void emitCopyIntoMemory(RValue rvalue) const;
1527 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory() function in AtomicInfo
1571 Atomics.emitCopyIntoMemory(rvalue); in materializeRValue()
1928 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore()
2010 atomics.emitCopyIntoMemory(RValue::get(value)); in EmitAtomicInit()
2016 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()