Searched refs:XRValue (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6143 auto &&Gen = [&CGF, UE, ExprRValue, XRValExpr, ERValExpr](RValue XRValue) { in emitOMPAtomicUpdateExpr() argument 6145 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicUpdateExpr() 6218 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 6220 CodeGenFunction::OpaqueValueMapping MapX(CGF, XRValExpr, XRValue); in emitOMPAtomicCaptureExpr() 6222 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr() 6246 auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) { in emitOMPAtomicCaptureExpr() argument 6247 NewVVal = XRValue; in emitOMPAtomicCaptureExpr()
|
| H A D | CGOpenMPRuntime.cpp | 5661 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() argument 5665 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()
|