Lines Matching refs:getAtomicAddress
150 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()
2098 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateOp()
2188 Address addr = atomics.castToAtomicIntPointer(atomics.getAtomicAddress()); in EmitAtomicStore()