Home
last modified time | relevance | path

Searched refs:load (Results 83051 – 83075 of 511871) sorted by relevance

1...<<3321332233233324332533263327332833293330>>...20475

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/Isl/CodeGen/
H A Dsimple_vec_large_width.ll19 %3 = load float, float* %scevgep1, align 4
33 …%1 = load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 42)…
38 ; CHECK: [[VEC1:%[a-zA-Z0-9_]+_full]] = load <15 x float>, <15 x float>*
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/GVN/PRE/
H A D2017-10-16-LoadPRECrash.ll1 ; RUN: opt -S -gvn -enable-load-pre < %s | FileCheck %s
22 ; CHECK-NEXT: %.pre = load i64 addrspace(100)*, i64 addrspace(100)** null, align 8
34 %2 = load i64 addrspace(100)*, i64 addrspace(100)** null, align 8
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/test/
H A Dtest_split.cpp38 void load( in load() function in A
64 void load( in load() function in B
118 void load( in load() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/arc-swap-0.4.7/src/
H A Dweak.rs45 let weak = shared.load(); in there_and_back()
63 let weak = shared.load(); in reset()
75 let weak = shared.load(); in destroy()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-channel-0.3.5/tests/
H A Dchannel.rs65 assert_eq!(DROPS.load(Ordering::SeqCst), 0); in drop_order()
67 assert_eq!(DROPS.load(Ordering::SeqCst), 1); in drop_order()
69 assert_eq!(DROPS.load(Ordering::SeqCst), 2); in drop_order()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/tests/
H A Dchannel.rs68 assert_eq!(DROPS.load(Ordering::SeqCst), 0); in drop_order()
70 assert_eq!(DROPS.load(Ordering::SeqCst), 1); in drop_order()
72 assert_eq!(DROPS.load(Ordering::SeqCst), 2); in drop_order()
/dports/devel/boost-docs/boost_1_72_0/libs/context/src/asm/
H A Djump_arm64_aapcs_macho_gas.S84 ; load d8 - d15
90 ; load x19-x30
103 ; load pc
/dports/science/PETSc/petsc-3.14.1/src/dm/partitioner/tests/output/
H A Dex33_parmetis_nsize-1_nparts-2.out8 load imbalance ratio 1.05
30 load imbalance ratio 1.05
56 load imbalance ratio 1.05
H A Dex33_ptscotch_nsize-1_nparts-3_pwgts-true.out8 using load imbalance ratio 0.01
29 using load imbalance ratio 0.01
54 using load imbalance ratio 0.01
H A Dex33_parmetis_nsize-1_nparts-3.out8 load imbalance ratio 1.05
31 load imbalance ratio 1.05
58 load imbalance ratio 1.05
H A Dex33_ptscotch_nsize-1_nparts-3_pwgts-false.out8 using load imbalance ratio 0.01
29 using load imbalance ratio 0.01
54 using load imbalance ratio 0.01
/dports/editors/lazarus/lazarus/components/virtualtreeview/languages/
H A DVirtualTrees.zh_CN.po32 msgid "Unable to load tree structure, not enough data available."
40 msgid "Unable to load tree structure, the format is wrong."
44 msgid "Unable to load tree structure, the version is unknown."
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/slof/fs/packages/
H A Dobp-tftp.fs19 : load ( addr -- size )
27 \ Determine the maximum size that we can load:
37 net-load dup 0< IF drop 0 THEN
/dports/devel/boost-python-libs/boost_1_72_0/libs/context/src/asm/
H A Djump_arm64_aapcs_macho_gas.S84 ; load d8 - d15
90 ; load x19-x30
103 ; load pc
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Dnontrivial-c-struct-within-struct-name.m28 // CHECK: %[[V0:.*]] = load i8**, i8*** %[[DST_ADDR]], align 8
35 // CHECK: %[[V0:.*]] = load i8**, i8*** %[[DST_ADDR]], align 8
42 // CHECK: %[[V0:.*]] = load i8**, i8*** %[[DST_ADDR]], align 8
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/mach-o/
H A Dversion-min-load-command-object.yaml3 # RUN: ld64.lld -arch x86_64 %s -o %t -r %p/Inputs/no-version-min-load-command-object.yaml && llvm-…
5 # If we are emitting an object file, then we only emit a min version load command if the source obj…
6 # version(s) and either known platforms or contain min version load commands themselves.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dnontrivial-c-struct-within-struct-name.m28 // CHECK: %[[V0:.*]] = load i8**, i8*** %[[DST_ADDR]], align 8
35 // CHECK: %[[V0:.*]] = load i8**, i8*** %[[DST_ADDR]], align 8
42 // CHECK: %[[V0:.*]] = load i8**, i8*** %[[DST_ADDR]], align 8
/dports/net/ldapdiff/ldapdiff-1.4.1/debian/
H A Demacsen-startup.ex14 ;; We have to add this to the load-path:
21 (setq load-path (cons package-dir load-path))
/dports/misc/broot/broot-1.7.0/cargo-crates/parking_lot_core-0.8.3/src/thread_parker/
H A Dwasm_atomic.rs70 self.parked.load(Ordering::Relaxed) == PARKED in timed_out()
75 while self.parked.load(Ordering::Acquire) == PARKED { in park()
85 while self.parked.load(Ordering::Acquire) == PARKED { in park_until()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Darm64-fast-isel-gv.ll3 ; Test load/store of global value from global offset table.
29 %0 = load i64, i64* @seed, align 8
34 %1 = load i64, i64* @seed, align 8
H A Dstack-guard-reassign.mir28 %25:gpr64common = LOAD_STACK_GUARD :: (dereferenceable invariant load 8 from @__stack_chk_guard)
30 %28:gpr64 = LDRXui %stack.0.StackGuardSlot, 0 :: (volatile load 8 from %stack.0.StackGuardSlot)
31 %29:gpr64common = LOAD_STACK_GUARD :: (dereferenceable invariant load 8 from @__stack_chk_guard)
H A Darm64-triv-disjoint-mem-access.ll2 ; Check that the scheduler moves the load from a[1] past the store into a[2].
11 %0 = load i32*, i32** @a, align 8, !tbaa !1
15 %1 = load i32, i32* %arrayidx1, align 4, !tbaa !5
H A Darm64-unaligned_ldst.ll12 %tmp3 = load i64, i64* %tmp1, align 1
25 %tmp3 = load i32, i32* %tmp1, align 1
38 %tmp3 = load i16, i16* %tmp1, align 1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dcall-translator-cse.ll5 ; CHECK: [[LO:%[0-9]+]]:_(s64) = G_LOAD %0(p0) :: (load 8 from %ir.ptr)
8 ; CHECK: [[HI:%[0-9]+]]:_(s64) = G_LOAD [[GEP]](p0) :: (load 8 from %ir.ptr + 8)
17 %struct = load [2 x i64], [2 x i64]* %ptr
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Analysis/GlobalsModRef/
H A Dintrinsic_addressnottaken1.ll12 %tmp6 = load i8, i8* @deallocCalled, align 1
22 ; CHECK-NOT: load i8, i8* @deallocCalled
25 %tmp7 = load i8, i8* @deallocCalled, align 1

1...<<3321332233233324332533263327332833293330>>...20475