Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/
Dtest_locks.py66 def _acquire(lock): function
78 ra = _acquire(a)
80 rb = _acquire(b)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoA.td151 def : PatGprGpr<!cast<PatFrag>(AtomicOp#"_acquire"),
287 def : Pat<(!cast<PatFrag>(Op#"_acquire") GPR:$addr, GPR:$cmp, GPR:$new),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td1432 def #NAME#_acquire : PatFrag<(ops node:$ptr, node:$val),
1460 def #NAME#_acquire : PatFrag<(ops node:$ptr, node:$cmp, node:$val),
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dmemorymodel.txt301 * Acquire: A memory read with this semantic performs an _acquire
303 A memory barrier with this semantic is an _acquire barrier_.
Dmemorymodel.adoc311 * Acquire: A memory read with this semantic performs an _acquire
313 A memory barrier with this semantic is an _acquire barrier_.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.adoc7353 [[synchronization-queue-transfers-acquire]] An _acquire operation_ is used
7392 pname:oldLayout and pname:newLayout in the _acquire operation_'s memory
7397 operation_ and happens-before the _acquire operation_.
7433 An _acquire operation_ may: have a performance penalty when acquiring
7438 chain of the _acquire operation_'s memory barrier structure.
7459 the _release operation_ and the _acquire operation_, then the application
7461 pname:pNext chain of the _acquire operation_'s memory barrier structure
7474 between the _release operation_ and _acquire operation_ is outside the scope
Dsynchronization.txt6282 [[synchronization-queue-transfers-acquire]] An _acquire operation_ is used
6321 pname:oldLayout and pname:newLayout in the _acquire operation_'s memory
6326 operation_ and happens-before the _acquire operation_.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td10741 def : Pat<(!cast<PatFrag>(op#"_"#size#"_acquire") GPR64sp:$Rn, SrcRHS),
10788 def : Pat<(!cast<PatFrag>(op#"_"#size#"_acquire") GPR64sp:$Rn, OLD, NEW),