Searched refs:CGOpenMPRuntimeGPU (Results 1 – 8 of 8) sorted by relevance
74 CGOpenMPRuntimeGPU::ExecutionMode SavedExecMode =75 CGOpenMPRuntimeGPU::EM_Unknown;76 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode;82 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode) in ExecutionRuntimeModesRAII()85 ExecMode = CGOpenMPRuntimeGPU::EM_NonSPMD; in ExecutionRuntimeModesRAII()88 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII()93 ExecMode = CGOpenMPRuntimeGPU::EM_SPMD; in ExecutionRuntimeModesRAII()540 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXWarpID()551 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXLaneID()564 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getThreadLimit()[all …]
25 class CGOpenMPRuntimeNVPTX final : public CGOpenMPRuntimeGPU {
25 class CGOpenMPRuntimeAMDGCN final : public CGOpenMPRuntimeGPU {
30 : CGOpenMPRuntimeGPU(CGM) { in CGOpenMPRuntimeNVPTX()
30 : CGOpenMPRuntimeGPU(CGM) { in CGOpenMPRuntimeAMDGCN()
62 CGOpenMPRuntimeGPU.cpp
25 class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {198 explicit CGOpenMPRuntimeGPU(CodeGenModule &CGM);
67 "CGOpenMPRuntimeGPU.cpp",