HomeSort by: relevance | last modified time | path
    Searched defs:ReductionCodeGen (Results 1 - 2 of 2) 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...]

Completed in 21 milliseconds