Lines Matching refs:Shareds
794 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
798 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
799 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
800 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
801 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
805 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
4194 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument
4531 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
5121 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
5128 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
5239 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
5245 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
12912 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
12920 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument