Searched refs:OpenMPOffloadMandatory (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 119 std::optional<bool> OpenMPOffloadMandatory; variable 135 bool OpenMPOffloadMandatory, 153 assert(OpenMPOffloadMandatory.has_value() && in openMPOffloadMandatory() 155 return *OpenMPOffloadMandatory; in openMPOffloadMandatory() 196 void setOpenMPOffloadMandatory(bool Value) { OpenMPOffloadMandatory = Value; } in setOpenMPOffloadMandatory()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 241 LANGOPT(OpenMPOffloadMandatory , 1, 0, NotCompatible, "Assert that offloading is mandatory and do …
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 869 CGM.getLangOpts().OpenMPOffloadMandatory, in CGOpenMPRuntimeGPU()
|
| H A D | CGOpenMPRuntime.cpp | 1037 CGM.getLangOpts().OpenMPOffloadMandatory, in CGOpenMPRuntime() 9772 CGM.getLangOpts().OpenMPOffloadMandatory; in emitTargetCall()
|
| H A D | CGStmtOpenMP.cpp | 6925 if (CGM.getLangOpts().OpenMPOffloadMandatory && !IsOffloadEntry) { in emitCommonOMPTargetDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 432 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument 436 OpenMPOffloadMandatory(OpenMPOffloadMandatory), in OpenMPIRBuilderConfig()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2733 !getLangOpts().OpenMPOffloadMandatory && DevTy && in finalizeOpenMPDelayedAnalysis()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3808 MarshallingInfoFlag<LangOpts<"OpenMPOffloadMandatory">>;
|