Home
last modified time | relevance | path

Searched refs:RequiresFullRuntime (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h45 bool requiresFullRuntime() const { return RequiresFullRuntime; } in requiresFullRuntime()
390 bool RequiresFullRuntime = true; variable
H A DCGOpenMPRuntimeGPU.cpp1074 CurrentExecutionMode, RequiresFullRuntime, in emitSPMDKernel()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1212 bool RequiresFullRuntime);
1220 bool RequiresFullRuntime);
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3664 bool RequiresFullRuntime) { in createTargetInit() argument
3677 ConstantInt::getBool(Int32->getContext(), RequiresFullRuntime); in createTargetInit()
3718 bool RequiresFullRuntime) { in createTargetDeinit() argument
3729 ConstantInt::getBool(Int32->getContext(), RequiresFullRuntime); in createTargetDeinit()