Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp150 Address getAtomicAddress() const { in getAtomicAddress() function in __anone1dfd2bb0111::AtomicInfo
164 return castToAtomicIntPointer(getAtomicAddress()); in getAtomicAddressAsAtomicIntPointer()
210 Address addr = getAtomicAddress(); in projectValue()
307 TempAlloca, getAtomicAddress().getType(), in CreateTempAlloca()
308 getAtomicAddress().getElementType()); in CreateTempAlloca()
1641 : getAtomicAddress().getElementType(); in ConvertIntToValueOrAtomic()
1776 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); in emitCopyIntoMemory()
1982 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateLibcall()
2016 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateOp()
2068 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateLibcall()
[all …]