Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp29 class AtomicInfo { class
43 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) in AtomicInfo() function in __anond5645c670111::AtomicInfo
252 AtomicInfo::translateAtomicOrdering(const llvm::AtomicOrdering AO) { in translateAtomicOrdering()
270 llvm::Value *AtomicInfo::CreateTempAlloca() const { in CreateTempAlloca()
304 bool AtomicInfo::requiresMemSetZero(llvm::Type *type) const { in requiresMemSetZero()
325 bool AtomicInfo::emitMemSetZeroIfNecessary() const { in emitMemSetZeroIfNecessary()
1046 llvm::Value *AtomicInfo::emitCastToAtomicIntPointer(llvm::Value *addr) const { in emitCastToAtomicIntPointer()
1054 RValue AtomicInfo::convertTempToRValue(llvm::Value *addr, in convertTempToRValue()
1086 RValue AtomicInfo::ConvertIntToValueOrAtomic(llvm::Value *IntVal, in ConvertIntToValueOrAtomic()
1132 void AtomicInfo::EmitAtomicLoadLibcall(llvm::Value *AddForLoaded, in EmitAtomicLoadLibcall()
[all …]