Searched refs:OpenMPOffloadMandatory (Results 1 – 7 of 7) sorted by relevance
97 std::optional<bool> OpenMPOffloadMandatory; variable107 bool OpenMPOffloadMandatory) in OpenMPIRBuilderConfig() argument110 OpenMPOffloadMandatory(OpenMPOffloadMandatory) {} in OpenMPIRBuilderConfig()130 assert(OpenMPOffloadMandatory.has_value() && in openMPOffloadMandatory()132 return *OpenMPOffloadMandatory; in openMPOffloadMandatory()
258 LANGOPT(OpenMPOffloadMandatory , 1, 0, "Assert that offloading is mandatory and do not create a ho…
864 CGM.getLangOpts().OpenMPOffloadMandatory); in CGOpenMPRuntimeGPU()
1066 CGM.getLangOpts().OpenMPOffloadMandatory); in CGOpenMPRuntime()9822 CGM.getLangOpts().OpenMPOffloadMandatory; in emitTargetCall()
6577 if (CGM.getLangOpts().OpenMPOffloadMandatory && !IsOffloadEntry) { in emitCommonOMPTargetDirective()
2662 MarshallingInfoFlag<LangOpts<"OpenMPOffloadMandatory">>;
2722 if (!LangOpts.OpenMPIsDevice && !LangOpts.OpenMPOffloadMandatory && DevTy && in finalizeOpenMPDelayedAnalysis()