Lines Matching refs:DesiredLVal
1715 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1718 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1729 DesiredLVal = in EmitAtomicUpdateValue()
1738 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1747 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
1756 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1759 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
1833 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1836 DesiredLVal = in EmitAtomicUpdateValue()
1841 DesiredLVal = in EmitAtomicUpdateValue()
1847 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
1853 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()