Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6042 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr() local
6044 RValue Res = emitSimpleAtomicLoad(CGF, AO, XLValue, Loc); in emitOMPAtomicReadExpr()
6251 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr() local
6263 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicUpdateExpr()
6312 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr() local
6340 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicCaptureExpr()
6366 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in emitOMPAtomicCaptureExpr()