Lines Matching refs:DesiredAddr
259 llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr,
1432 llvm::Value *DesiredAddr, in EmitAtomicCompareExchangeLibcall() argument
1443 Args.add(RValue::get(CGF.EmitCastToVoidPtr(DesiredAddr)), in EmitAtomicCompareExchangeLibcall()
1469 Address DesiredAddr = materializeRValue(Desired); in EmitAtomicCompareExchange() local
1471 DesiredAddr.getPointer(), in EmitAtomicCompareExchange()
1494 Address DesiredAddr) { in EmitAtomicUpdateValue() argument
1500 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1511 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1519 DesiredAddr, AtomicLVal.getVectorIdx(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1527 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1556 Address DesiredAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local
1560 CGF.Builder.CreateStore(OldVal, DesiredAddr); in EmitAtomicUpdateLibcall()
1565 EmitAtomicUpdateValue(CGF, *this, OldRVal, UpdateOp, DesiredAddr); in EmitAtomicUpdateLibcall()
1568 DesiredAddr.getPointer(), in EmitAtomicUpdateLibcall()
1607 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument
1613 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1618 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1624 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1643 Address DesiredAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local
1647 CGF.Builder.CreateStore(OldVal, DesiredAddr); in EmitAtomicUpdateLibcall()
1649 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall()
1652 DesiredAddr.getPointer(), in EmitAtomicUpdateLibcall()