Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1715 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()
[all …]