Searched refs:Shareds (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 493 Address Shareds, const OMPTaskDataTy &Data); 811 Address Shareds, const Expr *IfCond, 845 llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds,
|
D | CGOpenMPRuntime.cpp | 3685 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument 3818 CGF.EmitAggregateCopy(KmpTaskSharedsPtr, Shareds, SharedsTy); in emitTaskInit() 3869 QualType SharedsTy, Address Shareds, in emitTaskCall() argument 3876 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall() 4059 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument 4065 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 173 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs, 863 Address Shareds, const OMPTaskDataTy &Data); 1323 Address Shareds, const Expr *IfCond, 1358 QualType SharedsTy, Address Shareds, 2193 Address Shareds, const Expr *IfCond, 2227 QualType SharedsTy, Address Shareds, const Expr *IfCond,
|
D | CGStmtOpenMP.cpp | 1177 SmallVector<const Expr *, 4> Shareds; in EmitOMPReductionClauseInit() local 1188 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPReductionClauseInit() 1203 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() 1208 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() 3160 SmallVector<const Expr *, 4> Shareds; in emitScanBasedDirective() local 3171 Shareds.append(C->varlist_begin(), C->varlist_end()); in emitScanBasedDirective() 3186 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirective() 4418 SmallVector<const Expr *, 4> Shareds; in EmitOMPScanDirective() local 4429 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPScanDirective() 4550 const Expr *OrigExpr = Shareds[I]; in EmitOMPScanDirective() [all …]
|
D | CGOpenMPRuntime.cpp | 780 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument 784 ClausesData.reserve(Shareds.size()); in ReductionCodeGen() 785 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen() 786 Sizes.reserve(Shareds.size()); in ReductionCodeGen() 787 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen() 791 for (const Expr *Ref : Shareds) { in ReductionCodeGen() 4143 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument 4479 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit() 5066 QualType SharedsTy, Address Shareds, in emitTaskCall() argument 5073 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall() [all …]
|