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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp828 static bool supportsSPMDExecutionMode(ASTContext &Ctx, function
925 assert(supportsSPMDExecutionMode(Ctx, D) && "Expected SPMD mode directive.");
1087 if (!supportsSPMDExecutionMode(Ctx, D))
1904 bool Mode = supportsSPMDExecutionMode(CGM.getContext(), D);

Completed in 74 milliseconds