Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp1819 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1833 DesiredLVal = in EmitAtomicUpdateValue()
1842 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1851 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
1860 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1863 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
1932 LValue DesiredLVal; in EmitAtomicUpdateValue() local
1935 DesiredLVal = in EmitAtomicUpdateValue()
1940 DesiredLVal = in EmitAtomicUpdateValue()
1946 DesiredLVal = LValue::MakeExtVectorElt( in EmitAtomicUpdateValue()
[all …]