Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h114 class ReductionCodeGen {
151 ReductionCodeGen(ArrayRef<const Expr *> Shareds,
1324 ReductionCodeGen &RCG, unsigned N);
2001 ReductionCodeGen &RCG, unsigned N) override;
H A DCGOpenMPRuntime.cpp907 LValue ReductionCodeGen::emitSharedLValueUB(CodeGenFunction &CGF, in emitSharedLValueUB()
914 void ReductionCodeGen::emitAggregateInitialization( in emitAggregateInitialization()
931 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() function in ReductionCodeGen
947 void ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedLValue()
993 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N, in emitAggregateType()
1012 void ReductionCodeGen::emitInitialization( in emitInitialization()
1043 bool ReductionCodeGen::needCleanups(unsigned N) { in needCleanups()
1051 void ReductionCodeGen::emitCleanups(CodeGenFunction &CGF, unsigned N, in emitCleanups()
1158 bool ReductionCodeGen::usesReductionInitializer(unsigned N) const { in usesReductionInitializer()
6078 ReductionCodeGen RCG(Data.ReductionVars, Data.ReductionCopies, in emitTaskReductionInit()
[all …]
H A DCGStmtOpenMP.cpp1084 ReductionCodeGen RedCG(Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit()
2950 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionCopies, in EmitOMPTaskBasedDirective()
3000 ReductionCodeGen RedCG(InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()