Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp721 static bool supportsSPMDExecutionMode(ASTContext &Ctx, in supportsSPMDExecutionMode() function
818 assert(supportsSPMDExecutionMode(Ctx, D) && "Expected SPMD mode directive."); in hasNestedLightweightDirective()
980 if (!supportsSPMDExecutionMode(Ctx, D)) in supportsLightweightRuntime()
1479 bool Mode = supportsSPMDExecutionMode(CGM.getContext(), D); in emitTargetOutlinedFunction()