Lines Matching refs:getAtomicAddress
150 Address getAtomicAddress() const { in getAtomicAddress() function in __anonce6b933c0111::AtomicInfo
164 return emitCastToAtomicIntPointer(getAtomicAddress()); in getAtomicAddressAsAtomicIntPointer()
210 Address addr = getAtomicAddress(); in projectValue()
307 TempAlloca, getAtomicAddress().getType(), in CreateTempAlloca()
308 getAtomicAddress().getElementType()); in CreateTempAlloca()
1534 : getAtomicAddress().getElementType(); in ConvertIntToValueOrAtomic()
1671 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); in emitCopyIntoMemory()
1881 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateLibcall()
1915 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateOp()
1967 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateLibcall()
1997 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateOp()
2090 atomics.emitCastToAtomicIntPointer(atomics.getAtomicAddress()); in EmitAtomicStore()