Lines Matching refs:Shareds
793 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() argument
797 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
798 SharedAddresses.reserve(Shareds.size()); in ReductionCodeGen()
799 Sizes.reserve(Shareds.size()); in ReductionCodeGen()
800 BaseDecls.reserve(Shareds.size()); in ReductionCodeGen()
804 for (const Expr *Ref : Shareds) { in ReductionCodeGen()
3805 Address Shareds, const OMPTaskDataTy &Data) { in emitTaskInit() argument
4139 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy); in emitTaskInit()
4700 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
4707 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskCall()
4820 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument
4826 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Data); in emitTaskLoopCall()
12540 QualType SharedsTy, Address Shareds, in emitTaskCall() argument
12548 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall() argument