Searched refs:UpExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4136 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument 4182 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 4517 const Expr *UpExpr = nullptr; in emitReduction() local 4522 UpExpr = BO->getRHS(); in emitReduction() 4526 auto *RHSExpr = UpExpr; in emitReduction() 4545 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 4553 [&CGF, UpExpr, VD, IPriv, Loc](RValue XRValue) { in emitReduction() 4564 return CGF.EmitAnyExpr(UpExpr); in emitReduction() 4571 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 4574 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5282 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument 5328 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5675 const Expr *UpExpr = nullptr; in emitReduction() local 5680 UpExpr = BO->getRHS(); in emitReduction() 5684 const Expr *RHSExpr = UpExpr; in emitReduction() 5703 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5711 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() 5722 return CGF.EmitAnyExpr(UpExpr); in emitReduction() 5730 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5733 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|