Lines Matching refs:OpenMP
52 #include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
143 if (LangOpts.OpenMP)
246 "OpenMP NVPTX is only prepared to deal with device code.");
251 "OpenMP AMDGCN is only prepared to deal with device code.");
2142 if (getLangOpts().OpenMP && FD->hasAttr<OMPDeclareSimdDeclAttr>())
2363 if (getLangOpts().OpenMP && !getLangOpts().OpenMPSimd)
2421 // If this is OpenMP, check if it is legal to emit this global normally.
2422 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D))
2689 // In OpenMP 5.0 variables and function may be marked as
2695 if (LangOpts.OpenMP >= 50 && !LangOpts.OpenMPSimd) {
2714 // If OpenMP is enabled and threadprivates must be generated like TLS, delay
2716 if (LangOpts.OpenMP && LangOpts.OpenMPUseTLS &&
2881 if (LangOpts.OpenMP) {
2882 // If this is OpenMP, check if it is legal to emit this global normally.
2918 OpenMP) {
3814 if (LangOpts.OpenMP && !LangOpts.OpenMPSimd && D)
3887 if (LangOpts.OpenMP && !LangOpts.OpenMPSimd)
4155 if (LangOpts.OpenMP) {
4276 // If this is OpenMP device, check if it is legal to emit this global
5831 // File-scope asm is ignored during device-side OpenMP compilation.
6171 (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
6184 if (LangOpts.OpenMP && LangOpts.OpenMPSimd)