Searched refs:OpenMPOffloadMandatory (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 94 std::optional<bool> OpenMPOffloadMandatory; variable 103 bool OpenMPOffloadMandatory, 121 assert(OpenMPOffloadMandatory.has_value() && in openMPOffloadMandatory() 123 return *OpenMPOffloadMandatory; in openMPOffloadMandatory() 158 void setOpenMPOffloadMandatory(bool Value) { OpenMPOffloadMandatory = Value; } in setOpenMPOffloadMandatory()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 263 LANGOPT(OpenMPOffloadMandatory , 1, 0, "Assert that offloading is mandatory and do not create a ho…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 422 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument 426 OpenMPOffloadMandatory(OpenMPOffloadMandatory), in OpenMPIRBuilderConfig()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 889 CGM.getLangOpts().OpenMPOffloadMandatory, in CGOpenMPRuntimeGPU()
|
| H A D | CGOpenMPRuntime.cpp | 1039 CGM.getLangOpts().OpenMPOffloadMandatory, in CGOpenMPRuntime() 9637 CGM.getLangOpts().OpenMPOffloadMandatory; in emitTargetCall()
|
| H A D | CGStmtOpenMP.cpp | 6650 if (CGM.getLangOpts().OpenMPOffloadMandatory && !IsOffloadEntry) { in emitCommonOMPTargetDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3469 MarshallingInfoFlag<LangOpts<"OpenMPOffloadMandatory">>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2746 if (!LangOpts.OpenMPIsTargetDevice && !LangOpts.OpenMPOffloadMandatory && in finalizeOpenMPDelayedAnalysis()
|