Searched refs:OpenMPOffloadMandatory (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 108 std::optional<bool> OpenMPOffloadMandatory; variable 120 bool OpenMPOffloadMandatory, 138 assert(OpenMPOffloadMandatory.has_value() && in openMPOffloadMandatory() 140 return *OpenMPOffloadMandatory; in openMPOffloadMandatory() 181 void setOpenMPOffloadMandatory(bool Value) { OpenMPOffloadMandatory = Value; } in setOpenMPOffloadMandatory()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 277 LANGOPT(OpenMPOffloadMandatory , 1, 0, "Assert that offloading is mandatory and do not create a ho…
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 869 CGM.getLangOpts().OpenMPOffloadMandatory, in CGOpenMPRuntimeGPU()
|
| H A D | CGOpenMPRuntime.cpp | 1041 CGM.getLangOpts().OpenMPOffloadMandatory, in CGOpenMPRuntime() 9700 CGM.getLangOpts().OpenMPOffloadMandatory; in emitTargetCall()
|
| H A D | CGStmtOpenMP.cpp | 6706 if (CGM.getLangOpts().OpenMPOffloadMandatory && !IsOffloadEntry) { in emitCommonOMPTargetDirective()
|
| /src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 425 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument 429 OpenMPOffloadMandatory(OpenMPOffloadMandatory), in OpenMPIRBuilderConfig()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2757 !getLangOpts().OpenMPOffloadMandatory && DevTy && in finalizeOpenMPDelayedAnalysis()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3631 MarshallingInfoFlag<LangOpts<"OpenMPOffloadMandatory">>;
|