Searched refs:InRedPrivs (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4835 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local 4844 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective() 4856 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective() 4880 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective() 4881 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5109 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local 5118 InRedPrivs.emplace_back(*IPriv); in processInReduction() 5128 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction() 5149 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction() 5150 InRedPrivs[Cnt]->getExprLoc()), in processInReduction() [all …]
|