Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3026 [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) -> RValue { in EmitOMPAtomicUpdateExpr() argument
3028 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in EmitOMPAtomicUpdateExpr()
3089 IsSeqCst, IsPostfixUpdate](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr() argument
3091 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in EmitOMPAtomicCaptureExpr()
3093 NewVVal = IsPostfixUpdate ? XRValue : Res; in EmitOMPAtomicCaptureExpr()
3116 auto &&Gen = [&CGF, &NewVVal, ExprRValue](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr() argument
3117 NewVVal = XRValue; in EmitOMPAtomicCaptureExpr()
DCGOpenMPRuntime.cpp4553 [&CGF, UpExpr, VD, IPriv, Loc](RValue XRValue) { in emitReduction() argument
4556 VD, [&CGF, VD, XRValue, Loc]() -> Address { in emitReduction()
4559 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5164 auto &&Gen = [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) { in emitOMPAtomicUpdateExpr() argument
5166 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicUpdateExpr()
5239 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument
5241 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicCaptureExpr()
5243 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
5267 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument
5268 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
DCGOpenMPRuntime.cpp5711 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() argument
5714 VD, [&CGF, VD, XRValue, Loc]() { in emitReduction()
5717 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()