HomeSort by: relevance | last modified time | path
    Searched refs:ReductionCodeGen (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 129 class ReductionCodeGen {
172 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
1511 ReductionCodeGen &RCG, unsigned N);
2354 ReductionCodeGen &RCG, unsigned N) override;
CGOpenMPRuntime.cpp 763 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) {
767 LValue ReductionCodeGen::emitSharedLValueUB(CodeGenFunction &CGF,
774 void ReductionCodeGen::emitAggregateInitialization(
791 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds,
810 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) {
825 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N) {
862 void ReductionCodeGen::emitAggregateType(CodeGenFunction &CGF, unsigned N,
881 void ReductionCodeGen::emitInitialization(
915 bool ReductionCodeGen::needCleanups(unsigned N)
    [all...]
CGStmtOpenMP.cpp 1226 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps);
3338 // ReductionCodeGen is required to emit correctly the code for array
3340 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps);
4456 ReductionCodeGen RedCG(Data.ReductionVars, Data.ReductionVars,
4506 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps);

Completed in 118 milliseconds