Lines Matching refs:getAtomicAddress
151 Address getAtomicAddress() const { in getAtomicAddress() function in __anon7c18b1790111::AtomicInfo
156 return emitCastToAtomicIntPointer(getAtomicAddress()); in getAtomicAddressAsAtomicIntPointer()
202 Address addr = getAtomicAddress(); in projectValue()
299 TempAlloca, getAtomicAddress().getType()); in CreateTempAlloca()
1480 : getAtomicAddress().getType()->getPointerElementType(); in ConvertIntToValueOrAtomic()
1617 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); in emitCopyIntoMemory()
1827 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateLibcall()
1861 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateOp()
1913 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateLibcall()
1943 requiresMemSetZero(getAtomicAddress().getElementType())) { in EmitAtomicUpdateOp()
2036 atomics.emitCastToAtomicIntPointer(atomics.getAtomicAddress()); in EmitAtomicStore()