/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomicFloat.comp.out | 254 110: 6(float) AtomicLoad 109 19 58 265 118: 6(float) AtomicLoad 11(atomf) 19 58 276 126:24(float64_t) AtomicLoad 125 19 58 287 134:24(float64_t) AtomicLoad 37(atomd) 19 58 325 173: 6(float) AtomicLoad 172 19 157 370 216: 6(float) AtomicLoad 215 19 157 415 255: 6(float) AtomicLoad 254 19 157 460 293: 6(float) AtomicLoad 292 19 157 505 336: 6(float) AtomicLoad 335 19 157 550 376: 6(float) AtomicLoad 375 19 157 [all …]
|
D | spv.queueFamilyScope.comp.out | 41 20: 6(int) AtomicLoad 13 14 19
|
D | spv.memoryScopeSemantics.comp.out | 195 31: 6(int) AtomicLoad 10(atomi) 12 30 200 43: 6(int) AtomicLoad 41 12 30
|
D | spv.atomic.comp.out | 90 31: 6(int) AtomicLoad 30 14 15
|
D | spv.imageAtomic64.frag.out | 302 184: 6(int64_t) AtomicLoad 183 116 119 470 353: 7(int64_t) AtomicLoad 352 116 119
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.atomicFloat.comp.out | 254 110: 6(float) AtomicLoad 109 19 58 265 118: 6(float) AtomicLoad 11(atomf) 19 58 276 126:24(float64_t) AtomicLoad 125 19 58 287 134:24(float64_t) AtomicLoad 37(atomd) 19 58 325 173: 6(float) AtomicLoad 172 19 157 370 216: 6(float) AtomicLoad 215 19 157 415 255: 6(float) AtomicLoad 254 19 157 460 293: 6(float) AtomicLoad 292 19 157 505 336: 6(float) AtomicLoad 335 19 157 550 376: 6(float) AtomicLoad 375 19 157 [all …]
|
D | spv.queueFamilyScope.comp.out | 41 20: 6(int) AtomicLoad 13 14 19
|
D | spv.memoryScopeSemantics.comp.out | 195 31: 6(int) AtomicLoad 10(atomi) 12 30 200 43: 6(int) AtomicLoad 41 12 30
|
D | spv.atomic.comp.out | 90 31: 6(int) AtomicLoad 30 14 15
|
D | spv.imageAtomic64.frag.out | 302 184: 6(int64_t) AtomicLoad 183 116 119 470 353: 7(int64_t) AtomicLoad 352 116 119
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 59 case AtomicLoad: in isMemoryOrderValid()
|
D | IceIntrinsics.h | 40 AtomicLoad, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 616 case Intrinsics::AtomicLoad: { in genTargetHelperCallFor() 4555 case Intrinsics::AtomicLoad: { in lowerIntrinsic()
|
D | IceTargetLoweringX86BaseImpl.h | 840 if (ID == Intrinsics::AtomicLoad && 4177 case Intrinsics::AtomicLoad: {
|
D | IceTargetLoweringARM32.cpp | 5038 case Intrinsics::AtomicLoad: { in lowerIntrinsic()
|
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 84 define i32 @AtomicLoad(i32* %p) sanitize_memory { 90 ; CHECK-LABEL: @AtomicLoad
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 78 define i32 @AtomicLoad(i32* %p) sanitize_memory { 84 ; CHECK-LABEL: @AtomicLoad
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 133 multiclass AtomicLoad<WebAssemblyRegClass rc, string name, int atomic_op> { 138 defm ATOMIC_LOAD_I32 : AtomicLoad<I32, "i32.atomic.load", 0x10>; 139 defm ATOMIC_LOAD_I64 : AtomicLoad<I64, "i64.atomic.load", 0x11>; 165 defm ATOMIC_LOAD8_U_I32 : AtomicLoad<I32, "i32.atomic.load8_u", 0x12>; 166 defm ATOMIC_LOAD16_U_I32 : AtomicLoad<I32, "i32.atomic.load16_u", 0x13>; 167 defm ATOMIC_LOAD8_U_I64 : AtomicLoad<I64, "i64.atomic.load8_u", 0x14>; 168 defm ATOMIC_LOAD16_U_I64 : AtomicLoad<I64, "i64.atomic.load16_u", 0x15>; 169 defm ATOMIC_LOAD32_U_I64 : AtomicLoad<I64, "i64.atomic.load32_u", 0x16>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 221 multiclass AtomicLoad<WebAssemblyRegClass rc, string name, int atomic_op> { 226 defm ATOMIC_LOAD_I32 : AtomicLoad<I32, "i32.atomic.load", 0x10>; 227 defm ATOMIC_LOAD_I64 : AtomicLoad<I64, "i64.atomic.load", 0x11>; 251 defm ATOMIC_LOAD8_U_I32 : AtomicLoad<I32, "i32.atomic.load8_u", 0x12>; 252 defm ATOMIC_LOAD16_U_I32 : AtomicLoad<I32, "i32.atomic.load16_u", 0x13>; 253 defm ATOMIC_LOAD8_U_I64 : AtomicLoad<I64, "i64.atomic.load8_u", 0x14>; 254 defm ATOMIC_LOAD16_U_I64 : AtomicLoad<I64, "i64.atomic.load16_u", 0x15>; 255 defm ATOMIC_LOAD32_U_I64 : AtomicLoad<I64, "i64.atomic.load32_u", 0x16>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1263 class AtomicLoad<PatFrag Op, RegisterClass DRC, 1293 def AtomicLoad8 : AtomicLoad<atomic_load_8, GPR8, PTRREGS>; 1294 def AtomicLoad16 : AtomicLoad<atomic_load_16, DREGS, PTRDISPREGS>;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 223 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, in AtomicLoad() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cpp | 222 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { in AtomicLoad() function
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1279 class AtomicLoad<PatFrag Op, RegisterClass DRC, 1309 def AtomicLoad8 : AtomicLoad<atomic_load_8, GPR8, PTRREGS>; 1310 def AtomicLoad16 : AtomicLoad<atomic_load_16, DREGS, PTRDISPREGS>;
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 3196 OP(AtomicLoad, load) in vtn_handle_image() 3361 OP(AtomicLoad, read_deref) in get_uniform_nir_atomic_op()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 13473 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro 13476 # define AtomicLoad(PTR) (*(PTR)) macro 27499 return AtomicLoad(&mem0.nearlyFull); 61373 u32 y = AtomicLoad(pInfo->aReadMark+i); 61432 if( AtomicLoad(&db->u1.isInterrupted) ){ 62090 if( !useWal && AtomicLoad(&pInfo->nBackfill)==pWal->hdr.mxFrame 62139 u32 thisMark = AtomicLoad(pInfo->aReadMark+i); 62205 pWal->minFrame = AtomicLoad(&pInfo->nBackfill)+1; 62207 if( AtomicLoad(pInfo->aReadMark+mxI)!=mxReadMark 62257 for(i=pInfo->nBackfillAttempted; i>AtomicLoad(&pInfo->nBackfill); i--){ [all …]
|