Searched refs:Shareds (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs, 863 Address Shareds, const OMPTaskDataTy &Data); 1331 Address Shareds, const Expr *IfCond, 1366 QualType SharedsTy, Address Shareds, 2212 Address Shareds, const Expr *IfCond, 2246 QualType SharedsTy, Address Shareds, const Expr *IfCond,
|
H A D | CGStmtOpenMP.cpp | 1200 SmallVector<const Expr *, 4> Shareds; in EmitOMPReductionClauseInit() local 1211 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPReductionClauseInit() 1226 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() 1231 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() 3323 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirectiveDecls() local 3330 Shareds.append(C->varlist_begin(), C->varlist_end()); in emitScanBasedDirectiveDecls() 3340 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls() 4840 SmallVector<const Expr *, 4> Shareds; in EmitOMPScanDirective() local 4851 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPScanDirective() 4972 const Expr *OrigExpr = Shareds[I]; in EmitOMPScanDirective() [all …]
|
H A D | CGOpenMPRuntime.cpp | 791 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument 795 ClausesData.reserve(Shareds.size()); in ReductionCodeGen() 796 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen() 797 Sizes.reserve(Shareds.size()); in ReductionCodeGen() 798 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen() 802 for (const Expr *Ref : Shareds) { in ReductionCodeGen() 4188 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument 4524 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit() 5111 QualType SharedsTy, Address Shareds, in emitTaskCall() argument 5118 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall() [all …]
|