Lines Matching refs:Privates

1572     ArrayRef<const Expr *> Privates, Address SrcBase, Address DestBase,  in emitReductionListCopy()  argument
1584 for (const Expr *Private : Privates) {
1702 ArrayRef<const Expr *> Privates, in emitInterWarpCopyFunction() argument
1776 for (const Expr *Private : Privates) { in emitInterWarpCopyFunction()
1994 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitShuffleAndReduceFunction() argument
2058 emitReductionListCopy(RemoteLaneToThread, CGF, ReductionArrayTy, Privates, in emitShuffleAndReduceFunction()
2132 emitReductionListCopy(ThreadCopy, CGF, ReductionArrayTy, Privates, in emitShuffleAndReduceFunction()
2152 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalCopyFunction() argument
2204 for (const Expr *Private : Privates) { in emitListToGlobalCopyFunction()
2263 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalReduceFunction() argument
2309 auto IPriv = Privates.begin(); in emitListToGlobalReduceFunction()
2314 for (unsigned I = 0, E = Privates.size(); I < E; ++I, ++IPriv, ++Idx) { in emitListToGlobalReduceFunction()
2358 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListCopyFunction() argument
2411 for (const Expr *Private : Privates) { in emitGlobalToListCopyFunction()
2470 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListReduceFunction() argument
2516 auto IPriv = Privates.begin(); in emitGlobalToListReduceFunction()
2521 for (unsigned I = 0, E = Privates.size(); I < E; ++I, ++IPriv, ++Idx) { in emitGlobalToListReduceFunction()
2801 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> Privates, in emitReduction() argument
2815 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
2824 llvm::SmallVector<const ValueDecl *, 4> PrivatesReductions(Privates.size()); in emitReduction()
2826 for (const Expr *DRE : Privates) { in emitReduction()
2845 for (const Expr *E : Privates) { in emitReduction()
2856 auto IPriv = Privates.begin(); in emitReduction()
2882 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
2888 CGM, Privates, ReductionArrayTy, ReductionFn, Loc); in emitReduction()
2890 emitInterWarpCopyFunction(CGM, Privates, ReductionArrayTy, Loc); in emitReduction()
2908 CGM, Privates, ReductionArrayTy, Loc, ReductionRec, VarFieldMap); in emitReduction()
2910 CGM, Privates, ReductionArrayTy, Loc, ReductionRec, VarFieldMap, in emitReduction()
2913 CGM, Privates, ReductionArrayTy, Loc, ReductionRec, VarFieldMap); in emitReduction()
2915 CGM, Privates, ReductionArrayTy, Loc, ReductionRec, VarFieldMap, in emitReduction()
2951 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps, in emitReduction()
2953 auto IPriv = Privates.begin(); in emitReduction()