Searched refs:AtomicExchange (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 289 Return(SmiFromInt32(AtomicExchange(MachineType::Int8(), backing_store, in TF_BUILTIN() 293 Return(SmiFromInt32(AtomicExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN() 297 Return(SmiFromInt32(AtomicExchange(MachineType::Int16(), backing_store, in TF_BUILTIN() 301 Return(SmiFromInt32(AtomicExchange(MachineType::Uint16(), backing_store, in TF_BUILTIN() 305 Return(ChangeInt32ToTagged(AtomicExchange(MachineType::Int32(), backing_store, in TF_BUILTIN() 311 AtomicExchange(MachineType::Uint32(), backing_store, in TF_BUILTIN()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomicInt64.comp.out | 124 72: 6(int64_t) AtomicExchange 71 23 24 21 198 134: 6(int64_t) AtomicExchange 133 23 24 21
|
D | hlsl.intrinsics.comp.out | 40 0:29 AtomicExchange ( temp uint) 122 0:63 AtomicExchange ( temp 2-component vector of uint) 196 0:90 AtomicExchange ( temp 3-component vector of uint) 271 0:117 AtomicExchange ( temp 4-component vector of uint) 400 0:29 AtomicExchange ( temp uint) 482 0:63 AtomicExchange ( temp 2-component vector of uint) 556 0:90 AtomicExchange ( temp 3-component vector of uint) 631 0:117 AtomicExchange ( temp 4-component vector of uint) 923 84: 8(int) AtomicExchange 66(gs_ua) 69 70 83 980 127: 26(ivec2) AtomicExchange 111(gs_ua2) 69 70 126 [all …]
|
D | spv.460.frag.out | 46 28: 6(int) AtomicExchange 8(aui) 12 13 27
|
D | spv.atomic.comp.out | 120 56: 28(int) AtomicExchange 39(atomi) 14 15 55
|
D | spv.image.frag.out | 481 328: 6(int) AtomicExchange 327 237 19 326 490 336: 18(int) AtomicExchange 335 237 19 334
|
D | hlsl.structbuffer.atomics.frag.out | 85 0:14 AtomicExchange ( temp uint) 324 0:14 AtomicExchange ( temp uint) 566 45: 6(int) AtomicExchange 44 26 27 25
|
D | spv.memoryScopeSemantics.comp.out | 187 60: 6(int) AtomicExchange 10(atomi) 12 17 59
|
D | hlsl.rw.atomics.frag.out | 4203 70: 12(int) AtomicExchange 69 34 31 68 4297 166: 16(int) AtomicExchange 165 34 31 164 4391 257: 12(int) AtomicExchange 256 34 31 255 4485 348: 16(int) AtomicExchange 347 34 31 346 4579 439: 12(int) AtomicExchange 438 34 31 437 4673 530: 16(int) AtomicExchange 529 34 31 528 4767 619: 12(int) AtomicExchange 618 34 31 617 4861 708: 16(int) AtomicExchange 707 34 31 706 4955 794: 12(int) AtomicExchange 793 34 31 792 5049 880: 16(int) AtomicExchange 879 34 31 878 [all …]
|
D | 310.comp.out | 265 0:161 AtomicExchange ( global highp int)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 92 AtomicExchange, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 727 case Intrinsics::AtomicExchange: in genTargetHelperCallFor() 4544 case Intrinsics::AtomicExchange: in createArithInst() 4852 if (Operation != Intrinsics::AtomicExchange) { in lowerIntrinsicCall() 4857 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsicCall() 4881 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsicCall()
|
D | IceTargetLoweringARM32.cpp | 4870 case Intrinsics::AtomicExchange: in createArithInst() 4924 if (Operation == Intrinsics::AtomicExchange) { in lowerAtomicRMW() 4974 if (Operation == Intrinsics::AtomicExchange) { in lowerInt64AtomicRMW()
|
D | IceTargetLoweringX86BaseImpl.h | 4833 case Intrinsics::AtomicExchange:
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 210 _SPIRV_OP(AtomicExchange, 229)
|
D | SPIRVInstruction.h | 1820 _SPIRV_OP(AtomicExchange, true, 7)
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 515 _SPIRV_OP(exchange_explicit, AtomicExchange) in init()
|
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 266 CASE_UNSIGNED_ALL_OP(AtomicExchange, "atomic_xchng") in OpcodeName()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2336 OP(AtomicExchange, atomic_exchange) in vtn_handle_image() 2434 OP(AtomicExchange, atomic_exchange) in get_ssbo_nir_atomic_op() 2460 OP(AtomicExchange, atomic_exchange) in get_shared_nir_atomic_op() 2486 OP(AtomicExchange, atomic_exchange) in get_var_nir_atomic_op()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 333 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() function
|
/external/v8/src/compiler/ |
D | code-assembler.h | 824 Node* AtomicExchange(MachineType type, Node* base, Node* offset, Node* value);
|