Searched refs:InRedPrivs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4915 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local 4924 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective() 4936 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective() 4960 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective() 4961 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5196 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local 5205 InRedPrivs.emplace_back(*IPriv); in processInReduction() 5215 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction() 5236 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction() 5237 InRedPrivs[Cnt]->getExprLoc()), in processInReduction() [all …]
|