Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3814 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in EmitCompoundAssignLValue() local
3863 CGF.emitAtomicRMWInst(AtomicOp, LHSLV.getAddress(), Amt); in EmitCompoundAssignLValue()
3868 return LHSLV; in EmitCompoundAssignLValue()
3875 OpInfo.LHS = EmitLoadOfLValue(LHSLV, E->getExprLoc()); in EmitCompoundAssignLValue()
3884 OpInfo.LHS = EmitLoadOfLValue(LHSLV, E->getExprLoc()); in EmitCompoundAssignLValue()
3903 if (LHSLV.isBitField()) { in EmitCompoundAssignLValue()
3914 LHSLV, RValue::get(atomicPHI), RValue::get(Result), E->getExprLoc()); in EmitCompoundAssignLValue()
3920 return LHSLV; in EmitCompoundAssignLValue()
3927 if (LHSLV.isBitField()) { in EmitCompoundAssignLValue()
3931 CGF.EmitStoreThroughBitfieldLValue(RValue::get(Result), LHSLV, &Result); in EmitCompoundAssignLValue()
[all …]
H A DCGOpenMPRuntime.cpp5035 LValue LHSLV = CGF.EmitLValue(Privates); in emitPrivateReduction() local
5060 LHSLV.getAddress()); in emitPrivateReduction()
5101 LocalScope.addPrivate(OmpInVD, LHSLV.getAddress()); in emitPrivateReduction()