Home
last modified time | relevance | path

Searched refs:Shareds (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
892 Address Shareds, const OMPTaskDataTy &Data);
1356 Address Shareds, const Expr *IfCond,
1391 QualType SharedsTy, Address Shareds,
2232 Address Shareds, const Expr *IfCond,
2266 QualType SharedsTy, Address Shareds, const Expr *IfCond,
H A DCGStmtOpenMP.cpp1208 SmallVector<const Expr *, 4> Shareds; in EmitOMPReductionClauseInit() local
1219 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPReductionClauseInit()
1234 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit()
1239 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit()
3349 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirectiveDecls() local
3356 Shareds.append(C->varlist_begin(), C->varlist_end()); in emitScanBasedDirectiveDecls()
3366 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls()
4866 SmallVector<const Expr *, 4> Shareds; in EmitOMPScanDirective() local
4877 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPScanDirective()
4998 const Expr *OrigExpr = Shareds[I]; in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntime.cpp794 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
798 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
799 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
800 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
801 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
805 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
4531 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
5121 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
5128 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
5245 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
[all …]