Searched refs:ReductionCodeGen (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 128 class ReductionCodeGen { 171 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs, 1317 ReductionCodeGen &RCG, unsigned N); 2109 ReductionCodeGen &RCG, unsigned N) override;
|
| H A D | CGOpenMPRuntime.cpp | 765 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) { in emitSharedLValue() 769 LValue ReductionCodeGen::emitSharedLValueUB(CodeGenFunction &CGF, in emitSharedLValueUB() 776 void ReductionCodeGen::emitAggregateInitialization( in emitAggregateInitialization() 793 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() function in ReductionCodeGen 812 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedOrigLValue() 827 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N) { in emitAggregateType() 861 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N, in emitAggregateType() 878 void ReductionCodeGen::emitInitialization( in emitInitialization() 903 bool ReductionCodeGen::needCleanups(unsigned N) { in needCleanups() 909 void ReductionCodeGen::emitCleanups(CodeGenFunction &CGF, unsigned N, in emitCleanups() [all …]
|
| H A D | CGStmtOpenMP.cpp | 1227 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() 3561 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls() 4859 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars, in EmitOMPTaskBasedDirective() 4909 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective() 5134 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars, in processInReduction() 5181 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()
|