Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp104 void emitCopyIntoMemory(RValue rvalue, LValue lvalue) const;
980 void AtomicInfo::emitCopyIntoMemory(RValue rvalue, LValue dest) const { in emitCopyIntoMemory() function in AtomicInfo
1022 emitCopyIntoMemory(rvalue, tempLV); in materializeRValue()
1042 atomics.emitCopyIntoMemory(rvalue, dest); in EmitAtomicStore()
1117 atomics.emitCopyIntoMemory(RValue::get(value), dest); in EmitAtomicInit()
1123 atomics.emitCopyIntoMemory(RValue::getComplex(value), dest); in EmitAtomicInit()