Searched refs:openMP (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.h | 41 divsufsort(const unsigned char *T, int *SA, int n, int openMP); 55 … char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP);
|
| H A D | divsufsort.c | 1443 int n, int openMP) { in sort_typeBstar() argument 1454 (void)openMP; in sort_typeBstar() 1507 if (openMP) in sort_typeBstar() 1847 divsufsort(const unsigned char *T, int *SA, int n, int openMP) { in divsufsort() argument 1863 m = sort_typeBstar(T, SA, bucket_A, bucket_B, n, openMP); in divsufsort() 1876 …char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP) { in divbwt() argument 1891 m = sort_typeBstar(T, B, bucket_A, bucket_B, n, openMP); in divbwt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | MissingFeatures.h | 229 static bool openMP() { return false; } in openMP() function
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 295 assert(!cir::MissingFeatures::openMP()); in emitGlobalDecl() 306 assert(!cir::MissingFeatures::openMP()); in emitDeferred() 358 assert(!cir::MissingFeatures::openMP()); in emitGlobal() 540 assert(!cir::MissingFeatures::openMP()); in getOrCreateCIRGlobal()
|
| H A D | CIRGenDecl.cpp | 341 if (gd.getDecl() && cir::MissingFeatures::openMP()) { in getOrCreateStaticVarDecl()
|