Home
last modified time | relevance | path

Searched refs:KMP_ALIGN (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_global.cpp487 KMP_ALIGN(128)
489 KMP_ALIGN(128)
491 KMP_ALIGN(128)
Dkmp_os.h367 #define KMP_ALIGN(bytes) __declspec(align(bytes))
371 #define KMP_ALIGN(bytes) __attribute__((aligned(bytes)))
416 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)
417 #define KMP_ALIGN_CACHE KMP_ALIGN(CACHE_LINE)
418 #define KMP_ALIGN_CACHE_INTERNODE KMP_ALIGN(INTERNODE_CACHE_LINE)
Dkmp_lock.h361 KMP_ALIGN(8) // tail_id must be 8-byte aligned!
415 KMP_ALIGN(CACHE_LINE)
Dkmp_dispatch.h87 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 struct
Dkmp.h1651 struct KMP_ALIGN(32) { // AC: changed 16 to 32 in order to simplify template struct
1686 struct KMP_ALIGN(32) { struct
Dkmp_alloc.cpp146 KMP_ALIGN(SizeQuant)
Dkmp_atomic.cpp571 KMP_ALIGN(128)