Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp113 void emitCopyIntoMemory(RValue rvalue, LValue lvalue) const;
1013 void AtomicInfo::emitCopyIntoMemory(RValue rvalue, LValue dest) const { in emitCopyIntoMemory() function in AtomicInfo
1055 emitCopyIntoMemory(rvalue, tempLV); in materializeRValue()
1101 atomics.emitCopyIntoMemory(rvalue, dest); in EmitAtomicStore()
1217 atomics.emitCopyIntoMemory(RValue::get(value), dest); in EmitAtomicInit()
1223 atomics.emitCopyIntoMemory(RValue::getComplex(value), dest); in EmitAtomicInit()