Home
last modified time | relevance | path

Searched refs:OMP (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/clang/headers/
H A DMakefile264 INCSGROUPS+= OMP
266 OMP+= openmp_wrappers/__clang_openmp_device_functions.h
267 OMP+= openmp_wrappers/cmath
268 OMP+= openmp_wrappers/complex
269 OMP+= openmp_wrappers/complex.h
270 OMP+= openmp_wrappers/complex_cmath.h
271 OMP+= openmp_wrappers/math.h
272 OMP+= openmp_wrappers/new
273 OMP+= openmp_wrappers/stdlib.h
274 OMP+= openmp_wrappers/time.h
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl274 metadata_domain = __itt_domain_create("OMP Metadata");
302 metadata_domain = __itt_domain_create("OMP Metadata");
334 metadata_domain = __itt_domain_create("OMP Metadata");
455 char const *type = "OMP Barrier";
472 type = "OMP For Barrier";
475 type = "OMP Sections Barrier";
478 type = "OMP Single Barrier";
481 type = "OMP Workshare Barrier";
484 type = "OMP Implicit Barrier";
489 type = "OMP Explici
[all...]
H A Dexports_so.txt13 # This is version script for OMP RTL shared library (libomp*.so)
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc106 "OMP: Info #%1$d: %2$s\n",
107 "OMP: Warning #%1$d: %2$s\n",
108 "OMP: Error #%1$d: %2$s\n",
109 "OMP: System error #%1$d: %2$s\n",
110 "OMP: Hint %1$s\n",
139 "No Helper Thread support built in this OMP library.",
143 "OMP application is running at maximum priority with real-time scheduling policy. ",
147 "Unable to set OMP thread stack size to %1$lu bytes:",
150 "OMP thread joinable state setting failed:",
152 "System unable to allocate necessary resources for OMP thread:",
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt137 Info "OMP: Info #%1$d: %2$s\n"
138 Warning "OMP: Warning #%1$d: %2$s\n"
139 Fatal "OMP: Error #%1$d: %2$s\n"
140 SysErr "OMP: System error #%1$d: %2$s\n"
141 Hint "OMP: Hint %1$s\n"
183 SSPNotBuiltIn "No Helper Thread support built in this OMP library."
187 RunningAtMaxPriority "OMP application is running at maximum priority with real-time scheduling policy. "
191 CantSetWorkerStackSize "Unable to set OMP thread stack size to %1$lu bytes:"
194 CantSetWorkerState "OMP thread joinable state setting failed:"
196 NoResourcesForWorkerThread "System unable to allocate necessary resources for OMP threa
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h75 enum class Scope { NONE, CLANG, GNU, MSVC, OMP, HLSL, VK, GSL, RISCV }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp233 .Case("omp", AttributeCommonInfo::Scope::OMP) in getScopeFromNormalizedScopeName()
/freebsd/lib/clang/libllvm/
H A DMakefile881 SRCS_MIN+= Frontend/OpenMP/OMP.cpp
2239 llvm/Frontend/OpenMP/OMP.h.inc: ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td
2242 ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td
2243 TGHDRS+= llvm/Frontend/OpenMP/OMP.h.inc
2245 llvm/Frontend/OpenMP/OMP.inc: ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td
2248 ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td
2249 TGHDRS+= llvm/Frontend/OpenMP/OMP.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def13 /// This file is under transition to OMP.td with TableGen code generation.
18 /// - Moved to OMP.td
H A DOMP.td1 //===-- OMP.td - OpenMP directive definition file ----------*- tablegen -*-===//