Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp197 void emitCopyIntoMemory(RValue rvalue) const;
1611 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory() function in AtomicInfo
1655 Atomics.emitCopyIntoMemory(rvalue); in materializeRValue()
2012 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore()
2098 atomics.emitCopyIntoMemory(RValue::get(value)); in EmitAtomicInit()
2104 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()