Searched refs:Shareds (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 171 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs, 658 Address Shareds, const OMPTaskDataTy &Data); 1137 Address Shareds, const Expr *IfCond, 1172 QualType SharedsTy, Address Shareds, 1967 Address Shareds, const Expr *IfCond, 2001 QualType SharedsTy, Address Shareds, const Expr *IfCond,
|
| H A D | CGStmtOpenMP.cpp | 1201 SmallVector<const Expr *, 4> Shareds; in EmitOMPReductionClauseInit() local 1212 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPReductionClauseInit() 1227 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() 1232 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() 3544 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirectiveDecls() local 3551 Shareds.append(C->varlist_begin(), C->varlist_end()); in emitScanBasedDirectiveDecls() 3561 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls() 3596 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirectiveFinals() local 3605 Shareds.append(C->varlist_begin(), C->varlist_end()); in emitScanBasedDirectiveFinals() 3620 const Expr *OrigExpr = Shareds[I]; in emitScanBasedDirectiveFinals() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 793 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument 797 ClausesData.reserve(Shareds.size()); in ReductionCodeGen() 798 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen() 799 Sizes.reserve(Shareds.size()); in ReductionCodeGen() 800 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen() 804 for (const Expr *Ref : Shareds) { in ReductionCodeGen() 3805 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument 4139 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit() 4700 QualType SharedsTy, Address Shareds, in emitTaskCall() argument 4707 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall() [all …]
|