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.cpp1714 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue() local
1716 if (AtomicLVal.isSimple()) { in EmitAtomicUpdateValue()
1718 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue()
1723 if (AtomicLVal.isBitField()) { in EmitAtomicUpdateValue()
1725 LValue::MakeBitfield(Ptr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1726 AtomicLVal.getType(), in EmitAtomicUpdateValue()
1727 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1728 AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1730 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue()
1731 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
[all …]