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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  159   CGOpenMPRuntimeNVPTX::ExecutionMode SavedExecMode =
  160       CGOpenMPRuntimeNVPTX::EM_Unknown;
  161   CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode;
  167   ExecutionRuntimeModesRAII(CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode)
  170     ExecMode = CGOpenMPRuntimeNVPTX::EM_NonSPMD;
  173   ExecutionRuntimeModesRAII(CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode,
  178     ExecMode = CGOpenMPRuntimeNVPTX::EM_SPMD;
  711 CGOpenMPRuntimeNVPTX::ExecutionMode
  716 static CGOpenMPRuntimeNVPTX::DataSharingMode
  718   return CGM.getLangOpts().OpenMPCUDAMode ? CGOpenMPRuntimeNVPTX::CUDA
  719                                           : CGOpenMPRuntimeNVPTX::Generic;
 1152     CGOpenMPRuntimeNVPTX::EntryFunctionState &EST;
 1153     CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST;
 1156     NVPTXPrePostActionTy(CGOpenMPRuntimeNVPTX::EntryFunctionState &EST,
 1157                          CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST)
 1160       auto &RT =
 1167       auto &RT =
 1284     CGOpenMPRuntimeNVPTX &RT;
 1285     CGOpenMPRuntimeNVPTX::EntryFunctionState &EST;
 1289     NVPTXPrePostActionTy(CGOpenMPRuntimeNVPTX &RT,
 1290                          CGOpenMPRuntimeNVPTX::EntryFunctionState &EST,
 1930   if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD)
 1940   if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD)
 1985   if (getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD &&
 2042   if (getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD)
 2044   if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) {
 2073       auto &Rt =
 2111   if (getDataSharingMode(CGM) != CGOpenMPRuntimeNVPTX::Generic &&
 2112       getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD)
 2140          getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_Unknown)) {
 2248                 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD ? 1 : 0),
 2328            getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_Unknown)) {
 2393   if (getDataSharingMode(CGM) != CGOpenMPRuntimeNVPTX::Generic &&
 2394       getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD)
 2411            getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_Unknown)) {
 2439                   getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD ? 1 : 0),
 2479   if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD)
 2842   CGOpenMPRuntimeNVPTX &RT =
 4658   if (getDataSharingMode(CGM) != CGOpenMPRuntimeNVPTX::Generic)
 4676         getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD)
 4788   if (getDataSharingMode(CGM) != CGOpenMPRuntimeNVPTX::Generic)
 4822   if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
  210     OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this));