Lines Matching refs:DesiredLVal
1516 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1519 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1529 DesiredLVal = in EmitAtomicUpdateValue()
1537 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1545 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
1550 DesiredLVal.setTBAAInfo(AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1556 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1559 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
1628 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1631 DesiredLVal = in EmitAtomicUpdateValue()
1636 DesiredLVal = in EmitAtomicUpdateValue()
1642 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
1646 DesiredLVal.setTBAAInfo(AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1649 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()