Lines Matching refs:Shareds
769 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
773 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
774 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
775 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
776 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
780 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
3617 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument
3952 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
4516 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
4523 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
4636 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
4642 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
12116 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
12124 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument