Home
last modified time | relevance | path

Searched refs:state_pointer (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_stats.h542 stats_state_e *state_pointer; variable
547 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
548 *state_pointer = new_state; in blockThreadState()
550 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_stats.h550 stats_state_e *state_pointer; variable
555 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
556 *state_pointer = new_state; in blockThreadState()
558 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h542 stats_state_e *state_pointer; variable
547 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
548 *state_pointer = new_state; in blockThreadState()
550 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h543 stats_state_e *state_pointer; variable
548 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
549 *state_pointer = new_state; in blockThreadState()
551 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h542 stats_state_e *state_pointer; variable
547 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
548 *state_pointer = new_state; in blockThreadState()
550 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h543 stats_state_e *state_pointer; variable
548 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
549 *state_pointer = new_state; in blockThreadState()
551 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h546 stats_state_e *state_pointer; variable
551 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
552 *state_pointer = new_state; in blockThreadState()
554 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_stats.h542 stats_state_e *state_pointer; variable
547 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
548 *state_pointer = new_state; in blockThreadState()
550 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h542 stats_state_e *state_pointer; variable
547 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
548 *state_pointer = new_state; in blockThreadState()
550 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h546 stats_state_e *state_pointer; variable
551 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
552 *state_pointer = new_state; in blockThreadState()
554 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h542 stats_state_e *state_pointer; variable
547 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
548 *state_pointer = new_state; in blockThreadState()
550 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h532 stats_state_e *state_pointer; variable
537 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) { in blockThreadState()
538 *state_pointer = new_state; in blockThreadState()
540 ~blockThreadState() { *state_pointer = old_state; } in ~blockThreadState()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h546 stats_state_e *state_pointer;
551 : state_pointer(thread_state_pointer), old_state(*thread_state_pointer) {
552 *state_pointer = new_state;
554 ~blockThreadState() { *state_pointer = old_state; } in buf_LRU_flush_or_remove_pages()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/subgraph/mkldnn/
H A Dmkldnn_transformer.cc184 static void SgMKLDNNSelfAttQKForward(const OpStatePtr &state_pointer, in SgMKLDNNSelfAttQKForward() argument
189 SgMKLDNNSelfAttQKOp &op = state_pointer.get_state<SgMKLDNNSelfAttQKOp>(); in SgMKLDNNSelfAttQKForward()
485 static void MKLDNNSelfAttValAttForward(const OpStatePtr &state_pointer, in MKLDNNSelfAttValAttForward() argument
490 MKLDNNSelfAttValAttOp &op = state_pointer.get_state<MKLDNNSelfAttValAttOp>(); in MKLDNNSelfAttValAttForward()
H A Dmkldnn_fc.cc598 static void SgMKLDNNFCForward(const OpStatePtr &state_pointer, in SgMKLDNNFCForward() argument
603 SgMKLDNNFCOp &op = state_pointer.get_state<SgMKLDNNFCOp>(); in SgMKLDNNFCForward()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/subgraph/mkldnn/
H A Dmkldnn_transformer.cc184 static void SgMKLDNNSelfAttQKForward(const OpStatePtr &state_pointer, in SgMKLDNNSelfAttQKForward() argument
189 SgMKLDNNSelfAttQKOp &op = state_pointer.get_state<SgMKLDNNSelfAttQKOp>(); in SgMKLDNNSelfAttQKForward()
485 static void MKLDNNSelfAttValAttForward(const OpStatePtr &state_pointer, in MKLDNNSelfAttValAttForward() argument
490 MKLDNNSelfAttValAttOp &op = state_pointer.get_state<MKLDNNSelfAttValAttOp>(); in MKLDNNSelfAttValAttForward()
H A Dmkldnn_fc.cc598 static void SgMKLDNNFCForward(const OpStatePtr &state_pointer, in SgMKLDNNFCForward() argument
603 SgMKLDNNFCOp &op = state_pointer.get_state<SgMKLDNNFCOp>(); in SgMKLDNNFCForward()