Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1497 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1500 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1510 DesiredLVal = in EmitAtomicUpdateValue()
1518 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1526 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
1531 DesiredLVal.setTBAAInfo(AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1537 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1540 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
1609 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1612 DesiredLVal = in EmitAtomicUpdateValue()
[all …]