Searched refs:XLValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 5424 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr() local 5426 RValue Res = emitSimpleAtomicLoad(CGF, AO, XLValue, Loc); in emitOMPAtomicReadExpr() 5608 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr() local 5620 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicUpdateExpr() 5669 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr() local 5697 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicCaptureExpr() 5723 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in emitOMPAtomicCaptureExpr()
|