Home
last modified time | relevance | path

Searched refs:DesiredLVal (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGAtomic.cpp1516 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()
[all …]