Searched refs:InRedPrivs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 4972 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local 4981 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective() 4993 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective() 5016 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5017 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective() 5018 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5253 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local 5262 InRedPrivs.emplace_back(*IPriv); in processInReduction() 5272 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction() 5293 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction() [all …]
|