Home
last modified time | relevance | path

Searched refs:CGOpenMPRuntimeGPU (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp74 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 …]
DCGOpenMPRuntimeNVPTX.h25 class CGOpenMPRuntimeNVPTX final : public CGOpenMPRuntimeGPU {
DCGOpenMPRuntimeAMDGCN.h25 class CGOpenMPRuntimeAMDGCN final : public CGOpenMPRuntimeGPU {
DCGOpenMPRuntimeNVPTX.cpp30 : CGOpenMPRuntimeGPU(CGM) { in CGOpenMPRuntimeNVPTX()
DCGOpenMPRuntimeAMDGCN.cpp30 : CGOpenMPRuntimeGPU(CGM) { in CGOpenMPRuntimeAMDGCN()
DCMakeLists.txt62 CGOpenMPRuntimeGPU.cpp
DCGOpenMPRuntimeGPU.h25 class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {
198 explicit CGOpenMPRuntimeGPU(CodeGenModule &CGM);
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/CodeGen/
DBUILD.gn67 "CGOpenMPRuntimeGPU.cpp",