Lines Matching refs:Shareds
767 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
771 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
772 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
773 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
774 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
778 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
3603 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument
3937 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
4497 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
4504 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
4617 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
4623 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
12081 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
12089 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument