Searched refs:InRedPrivs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 5172 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local 5181 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective() 5193 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective() 5216 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5217 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective() 5218 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5455 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local 5464 InRedPrivs.emplace_back(*IPriv); in processInReduction() 5474 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction() 5495 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction() [all …]
|