Lines Matching refs:DesiredAddr

262         llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr,
1452 llvm::Value *DesiredAddr, in EmitAtomicCompareExchangeLibcall() argument
1463 Args.add(RValue::get(CGF.EmitCastToVoidPtr(DesiredAddr)), in EmitAtomicCompareExchangeLibcall()
1488 Address DesiredAddr = materializeRValue(Desired); in EmitAtomicCompareExchange() local
1490 DesiredAddr.getPointer(), in EmitAtomicCompareExchange()
1513 Address DesiredAddr) { in EmitAtomicUpdateValue() argument
1519 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1530 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1538 DesiredAddr, AtomicLVal.getVectorIdx(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1546 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1575 Address DesiredAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local
1579 CGF.Builder.CreateStore(OldVal, DesiredAddr); in EmitAtomicUpdateLibcall()
1584 EmitAtomicUpdateValue(CGF, *this, OldRVal, UpdateOp, DesiredAddr); in EmitAtomicUpdateLibcall()
1587 DesiredAddr.getPointer(), in EmitAtomicUpdateLibcall()
1626 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument
1632 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1637 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1643 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1662 Address DesiredAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local
1666 CGF.Builder.CreateStore(OldVal, DesiredAddr); in EmitAtomicUpdateLibcall()
1668 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall()
1671 DesiredAddr.getPointer(), in EmitAtomicUpdateLibcall()