reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGDecl.cpp
 2529   if (!LangOpts.OpenMP || LangOpts.OpenMPSimd ||
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  205     if (getLangOpts().OpenMP && !getLangOpts().OpenMPSimd &&
tools/clang/lib/CodeGen/CGExpr.cpp
 2383   if (CGF.getLangOpts().OpenMP && !CGF.getLangOpts().OpenMPSimd &&
 2630     if (getLangOpts().OpenMP && !getLangOpts().OpenMPSimd &&
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2670   if (CGM.getLangOpts().OpenMPSimd)
 4058   if (CGM.getLangOpts().OpenMPSimd || OffloadEntriesInfoManager.empty())
 9858       CGM.getLangOpts().OpenMPSimd || CGM.getLangOpts().OpenMPIsDevice ||
tools/clang/lib/CodeGen/CGStmt.cpp
   75   if (getLangOpts().OpenMP && getLangOpts().OpenMPSimd) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  986         !getLangOpts().OpenMPSimd)
tools/clang/lib/CodeGen/CodeGenModule.cpp
  213     if (LangOpts.OpenMPSimd)
 2074   if (getLangOpts().OpenMP && !getLangOpts().OpenMPSimd)
 2333     if (LangOpts.OpenMP >= 50 && !LangOpts.OpenMPSimd &&
 3423     if (LangOpts.OpenMP && !LangOpts.OpenMPSimd && D)
 3494     if (LangOpts.OpenMP && !LangOpts.OpenMPSimd)
 5747   if (LangOpts.OpenMP && LangOpts.OpenMPSimd)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2991   Opts.OpenMPSimd = !Opts.OpenMP && IsSimdSpecified;
 2999   if (Opts.OpenMP || Opts.OpenMPSimd) {
tools/clang/lib/Frontend/InitPreprocessor.cpp
 1042   if (!LangOpts.OpenMPSimd) {