Searched refs:XExpr (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() 4515 const Expr *XExpr = nullptr; in emitReduction() local 4521 XExpr = BO->getLHS(); in emitReduction() 4541 if (XExpr) { in emitReduction() 4544 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 4546 LValue X = CGF.EmitLValue(XExpr); 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() 5673 const Expr *XExpr = nullptr; in emitReduction() local 5679 XExpr = BO->getLHS(); in emitReduction() 5699 if (XExpr) { in emitReduction() 5702 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 5704 LValue X = CGF.EmitLValue(XExpr); in emitReduction() 5730 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5733 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|