Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2630 static bool isSupportedByOpenMPIRBuilder(const OMPSimdDirective &S) { in isSupportedByOpenMPIRBuilder() function
2694 CGM.getLangOpts().OpenMPIRBuilder && isSupportedByOpenMPIRBuilder(S); in EmitOMPSimdDirective()
3888 static bool isSupportedByOpenMPIRBuilder(const OMPForDirective &S) { in isSupportedByOpenMPIRBuilder() function
3940 CGM.getLangOpts().OpenMPIRBuilder && isSupportedByOpenMPIRBuilder(S); in EmitOMPForDirective()
5363 bool isSupportedByOpenMPIRBuilder(const OMPTaskgroupDirective &T) { in isSupportedByOpenMPIRBuilder() function
5370 if (CGM.getLangOpts().OpenMPIRBuilder && isSupportedByOpenMPIRBuilder(S)) { in EmitOMPTaskgroupDirective()