Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp513 KMP_ALIGN(128)
515 KMP_ALIGN(128)
517 KMP_ALIGN(128)
H A Dkmp_barrier.h54 #define KMP_FOURLINE_ALIGN_CACHE KMP_ALIGN(4 * CACHE_LINE)
H A Dkmp_os.h388 #define KMP_ALIGN(bytes) __declspec(align(bytes))
392 #define KMP_ALIGN(bytes) __attribute__((aligned(bytes)))
452 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)
453 #define KMP_ALIGN_CACHE KMP_ALIGN(CACHE_LINE)
454 #define KMP_ALIGN_CACHE_INTERNODE KMP_ALIGN(INTERNODE_CACHE_LINE)
H A Dkmp_lock.h365 KMP_ALIGN(8) // tail_id must be 8-byte aligned!
419 KMP_ALIGN(CACHE_LINE)
H A Dkmp_dispatch.h84 // KMP_ALIGN(32) ensures ( if the KMP_ALIGN macro is turned on )
89 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 argument
86 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 global() struct
87 parm1dispatch_private_infoXX_template::KMP_ALIGN global() argument
88 parm2dispatch_private_infoXX_template::KMP_ALIGN global() argument
90 parm4dispatch_private_infoXX_template::KMP_ALIGN global() argument
H A Dkmp.h1914 struct KMP_ALIGN(32) { struct
1953 struct KMP_ALIGN(32) { struct
H A Dkmp_alloc.cpp146 KMP_ALIGN(SizeQuant)
H A Dkmp_atomic.cpp571 KMP_ALIGN(128)