Searched refs:EExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4135 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 4182 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 4516 const Expr *EExpr = nullptr; in emitReduction() local 4537 EExpr = BORHS->getRHS(); in emitReduction() 4545 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 4548 if (EExpr) in emitReduction() 4549 E = CGF.EmitAnyExpr(EExpr); 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 | 5281 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 5328 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5674 const Expr *EExpr = nullptr; in emitReduction() local 5695 EExpr = BORHS->getRHS(); in emitReduction() 5703 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5706 if (EExpr) in emitReduction() 5707 E = CGF.EmitAnyExpr(EExpr); in emitReduction() 5730 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5733 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|