Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h170 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
885 Address Shareds, const OMPTaskDataTy &Data);
1357 Address Shareds, const Expr *IfCond,
1392 QualType SharedsTy, Address Shareds,
2236 Address Shareds, const Expr *IfCond,
2270 QualType SharedsTy, Address Shareds, const Expr *IfCond,
H A DCGStmtOpenMP.cpp1199 SmallVector<const Expr *, 4> Shareds; in EmitOMPReductionClauseInit() local
1210 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPReductionClauseInit()
1225 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit()
1230 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit()
3486 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirectiveDecls() local
3503 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls()
3538 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirectiveFinals() local
3562 const Expr *OrigExpr = Shareds[I]; in emitScanBasedDirectiveFinals()
5303 SmallVector<const Expr *, 4> Shareds; in EmitOMPScanDirective() local
5435 const Expr *OrigExpr = Shareds[I]; in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntime.cpp792 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
796 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
797 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
798 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
799 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
803 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
4454 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
5015 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
5022 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
5139 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
[all …]