Searched refs:isSupportedByOpenMPIRBuilder (Results 1 – 1 of 1) sorted by relevance
2630 static bool isSupportedByOpenMPIRBuilder(const OMPSimdDirective &S) { in isSupportedByOpenMPIRBuilder() function2694 CGM.getLangOpts().OpenMPIRBuilder && isSupportedByOpenMPIRBuilder(S); in EmitOMPSimdDirective()3888 static bool isSupportedByOpenMPIRBuilder(const OMPForDirective &S) { in isSupportedByOpenMPIRBuilder() function3940 CGM.getLangOpts().OpenMPIRBuilder && isSupportedByOpenMPIRBuilder(S); in EmitOMPForDirective()5363 bool isSupportedByOpenMPIRBuilder(const OMPTaskgroupDirective &T) { in isSupportedByOpenMPIRBuilder() function5370 if (CGM.getLangOpts().OpenMPIRBuilder && isSupportedByOpenMPIRBuilder(S)) { in EmitOMPTaskgroupDirective()