HomeSort by: relevance | last modified time | path
    Searched defs:emitCommonOMPTeamsDirective (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 6011 static void emitCommonOMPTeamsDirective(CodeGenFunction &CGF,
6049 emitCommonOMPTeamsDirective(*this, S, OMPD_distribute, CodeGen);
6071 emitCommonOMPTeamsDirective(CGF, S, OMPD_teams, CodeGen);
6117 emitCommonOMPTeamsDirective(CGF, S, OMPD_distribute, CodeGen);
6163 emitCommonOMPTeamsDirective(CGF, S, OMPD_distribute_simd, CodeGen);
6208 emitCommonOMPTeamsDirective(*this, S, OMPD_distribute, CodeGen);
6230 emitCommonOMPTeamsDirective(*this, S, OMPD_distribute_simd, CodeGen);
6253 emitCommonOMPTeamsDirective(*this, S, OMPD_distribute_parallel_for, CodeGen);
6276 emitCommonOMPTeamsDirective(*this, S, OMPD_distribute_parallel_for_simd,
6303 emitCommonOMPTeamsDirective(CGF, S, OMPD_distribute_parallel_for
    [all...]

Completed in 29 milliseconds