Home
last modified time | relevance | path

Searched defs:barrier (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/test/MC/Hexagon/
H A Dempty_asm.s4 barrier label
6 barrier label
H A Dsystem-inst.s6 barrier label
/llvm-project/lldb/packages/Python/lldbsuite/test/make/
H A Dpseudo_barrier.h9 #define pseudo_barrier_wait(barrier) \ argument
17 #define pseudo_barrier_init(barrier, count) \ argument
/llvm-project/compiler-rt/test/tsan/
H A Dtest.h49 static inline void barrier_init(invisible_barrier_t *barrier, unsigned count) { in barrier_init()
53 static inline void barrier_wait(invisible_barrier_t *barrier) { in barrier_wait()
58 invisible_barrier_t barrier; variable
H A Dmust_deadlock.cpp13 pthread_barrier_t barrier; variable
H A Dbarrier.cpp16 pthread_barrier_t barrier; variable
/llvm-project/llvm/test/MC/Hexagon/instructions/
H A Dsystem_user.s18 barrier label
/llvm-project/lldb/test/API/commands/process/detach-resumes/
H A Dmain.cpp9 pseudo_barrier_t barrier; variable
/llvm-project/lldb/test/API/tools/lldb-server/vCont-threads/
H A Dmain.cpp15 pseudo_barrier_t barrier; variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp159 #define DISPATCH_INTERCEPT_ASYNC_B(name, barrier) \ argument
174 #define DISPATCH_INTERCEPT_SYNC_B(name, barrier) \ argument
187 #define DISPATCH_INTERCEPT_ASYNC_F(name, barrier) \ argument
200 #define DISPATCH_INTERCEPT_SYNC_F(name, barrier) \ argument
213 #define DISPATCH_INTERCEPT(name, barrier) \ argument
661 dispatch_block_t barrier) { in TSAN_INTERCEPTOR()
H A Dtsan_interceptors_mac.cpp309 TSAN_INTERCEPTOR(void,xpc_connection_send_barrier,xpc_connection_t connection,dispatch_block_t barrier) TSAN_INTERCEPTOR() argument
H A Dtsan_interceptors_posix.cpp3141 __tsan_testonly_barrier_init(atomic_uint32_t * barrier,u32 num_threads) __tsan_testonly_barrier_init() argument
3156 __tsan_testonly_barrier_wait(atomic_uint32_t * barrier) __tsan_testonly_barrier_wait() argument
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp889 buildPredicateLoadsOnThread0(ArrayRef<TypedValue<nvgpu::TensorMapDescriptorType>> globalDescriptors,ArrayRef<TypedValue<MemRefType>> sharedMemBuffers,TypedValue<nvgpu::MBarrierGroupType> barrier) buildPredicateLoadsOnThread0() argument
933 Value barrier = rewriter.create<nvgpu::MBarrierCreateOp>( buildAndInitBarrierInSharedMemory() local
976 buildTmaAsyncLoad(TypedValue<nvgpu::TensorMapDescriptorType> globalDesc,TypedValue<MemRefType> sharedMemref,TypedValue<nvgpu::MBarrierGroupType> barrier,SmallVectorImpl<Operation * > & loadOps) buildTmaAsyncLoad() argument
996 buildBarrierArriveTx(TypedValue<nvgpu::MBarrierGroupType> barrier,ArrayRef<OpFoldResult> mixedSizes) buildBarrierArriveTx() argument
1012 buildTryWaitParity(TypedValue<nvgpu::MBarrierGroupType> barrier) buildTryWaitParity() argument
1056 TypedValue<nvgpu::MBarrierGroupType> barrier = rewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp834 Value barrier = getMbarrierPtr(b, mbarrierType, adaptor.getBarriers(), matchAndRewrite() local
856 Value barrier = matchAndRewrite() local
882 Value barrier = matchAndRewrite() local
907 Value barrier = matchAndRewrite() local
930 Value barrier = matchAndRewrite() local
955 Value barrier = matchAndRewrite() local
984 Value barrier = matchAndRewrite() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h264 void core_barrier_impl<T>::barrier(kmp_int32 id, in barrier() function
310 void counter_barrier_impl<T>::barrier(kmp_int32 id, in barrier() function
365 void barrier(kmp_int32 id, kmp_hier_private_bdata_t *tdata) { in barrier() function
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DEliminateBarriers.cpp580 matchAndRewrite(BarrierOp barrier,PatternRewriter & rewriter) const matchAndRewrite() argument
[all...]