Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h129 class ReductionCodeGen {
172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
1536 ReductionCodeGen &RCG, unsigned N);
2374 ReductionCodeGen &RCG, unsigned N) override;
DCGOpenMPRuntime.cpp766 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) { in emitSharedLValue()
770 LValue ReductionCodeGen::emitSharedLValueUB(CodeGenFunction &CGF, in emitSharedLValueUB()
777 void ReductionCodeGen::emitAggregateInitialization( in emitAggregateInitialization()
794 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, in ReductionCodeGen() function in ReductionCodeGen
813 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedOrigLValue()
828 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N) { in emitAggregateType()
865 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N, in emitAggregateType()
884 void ReductionCodeGen::emitInitialization( in emitInitialization()
918 bool ReductionCodeGen::needCleanups(unsigned N) { in needCleanups()
926 void ReductionCodeGen::emitCleanups(CodeGenFunction &CGF, unsigned N, in emitCleanups()
[all …]
DCGStmtOpenMP.cpp1234 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit()
3366 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in emitScanBasedDirectiveDecls()
4482 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars, in EmitOMPTaskBasedDirective()
4532 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()