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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h129 class ReductionCodeGen { class in namespace:clang::CodeGen
172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
1476 ReductionCodeGen &RCG, unsigned N);
2282 ReductionCodeGen &RCG, unsigned N) override;
H A DCGOpenMPRuntime.cpp752 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) {
756 LValue ReductionCodeGen::emitSharedLValueUB(CodeGenFunction &CGF,
763 void ReductionCodeGen::emitAggregateInitialization(
780 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, function in class:ReductionCodeGen
799 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) {
814 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N) {
851 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N,
870 void ReductionCodeGen::emitInitialization(
904 bool ReductionCodeGen
[all...]
H A DCGStmtOpenMP.cpp1202 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps);
3174 // ReductionCodeGen is required to emit correctly the code for array
3176 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps);
3960 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars,
4010 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps);

Completed in 95 milliseconds