Lines Matching refs:ReductionsPtr
4861 llvm::Value *ReductionsPtr = CGF.Builder.CreateLoad( in EmitOMPTaskBasedDirective() local
4872 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
4920 llvm::Value *ReductionsPtr; in EmitOMPTaskBasedDirective() local
4922 ReductionsPtr = CGF.EmitLoadOfScalar(CGF.EmitLValue(TRExpr), in EmitOMPTaskBasedDirective()
4925 ReductionsPtr = llvm::ConstantPointerNull::get(CGF.VoidPtrTy); in EmitOMPTaskBasedDirective()
4928 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
5136 llvm::Value *ReductionsPtr = CGF.Builder.CreateLoad( in processInReduction() local
5147 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
5190 llvm::Value *ReductionsPtr; in processInReduction() local
5192 ReductionsPtr = in processInReduction()
5195 ReductionsPtr = llvm::ConstantPointerNull::get(CGF.VoidPtrTy); in processInReduction()
5198 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()