Home
last modified time | relevance | path

Searched refs:ReductionCodeGen (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h129 class ReductionCodeGen {
172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
1322 ReductionCodeGen &RCG, unsigned N);
2131 ReductionCodeGen &RCG, unsigned N) override;
H A DCGOpenMPRuntime.cpp737 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) { in emitSharedLValue()
741 LValue ReductionCodeGen::emitSharedLValueUB(CodeGenFunction &CGF, in emitSharedLValueUB()
748 void ReductionCodeGen::emitAggregateInitialization( in emitAggregateInitialization()
765 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() function in ReductionCodeGen
784 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedOrigLValue()
799 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N) { in emitAggregateType()
833 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N, in emitAggregateType()
850 void ReductionCodeGen::emitInitialization( in emitInitialization()
875 bool ReductionCodeGen::needCleanups(unsigned N) { in needCleanups()
881 void ReductionCodeGen::emitCleanups(CodeGenFunction &CGF, unsigned N, in emitCleanups()
[all …]
H A DCGStmtOpenMP.cpp1288 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit()
3749 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls()
5143 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars, in EmitOMPTaskBasedDirective()
5193 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
5427 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars, in processInReduction()
5474 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()