Searched refs:OMP (Results 1 – 10 of 10) sorted by relevance
264 INCSGROUPS+= OMP266 OMP+= openmp_wrappers/__clang_openmp_device_functions.h267 OMP+= openmp_wrappers/cmath268 OMP+= openmp_wrappers/complex269 OMP+= openmp_wrappers/complex.h270 OMP+= openmp_wrappers/complex_cmath.h271 OMP+= openmp_wrappers/math.h272 OMP+= openmp_wrappers/new273 OMP+= openmp_wrappers/stdlib.h274 OMP+= openmp_wrappers/time.h
274 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...]
13 # This is version script for OMP RTL shared library (libomp*.so)
106 "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 …]
137 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...]
75 enum class Scope { NONE, CLANG, GNU, MSVC, OMP, HLSL, VK, GSL, RISCV }; enumerator
233 .Case("omp", AttributeCommonInfo::Scope::OMP) in getScopeFromNormalizedScopeName()
881 SRCS_MIN+= Frontend/OpenMP/OMP.cpp2239 llvm/Frontend/OpenMP/OMP.h.inc: ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td2242 ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td2243 TGHDRS+= llvm/Frontend/OpenMP/OMP.h.inc2245 llvm/Frontend/OpenMP/OMP.inc: ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td2248 ${LLVM_SRCS}/include/llvm/Frontend/OpenMP/OMP.td2249 TGHDRS+= llvm/Frontend/OpenMP/OMP.inc
13 /// This file is under transition to OMP.td with TableGen code generation.18 /// - Moved to OMP.td
1 //===-- OMP.td - OpenMP directive definition file ----------*- tablegen -*-===//