Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1758 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue() local
1760 if (AtomicLVal.isSimple()) { in EmitAtomicUpdateValue()
1762 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1767 if (AtomicLVal.isBitField()) { in EmitAtomicUpdateValue()
1769 LValue::MakeBitfield(Ptr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1770 AtomicLVal.getType(), in EmitAtomicUpdateValue()
1771 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1772 AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1774 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1775 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
[all …]