Lines Matching refs:Shareds
792 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
796 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
797 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
798 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
799 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
803 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
4120 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument
4454 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
5015 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
5022 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
5133 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
5139 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
12928 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
12936 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument