Searched refs:IntArray2 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | mergeable-string-pool.ll | 15 @IntArray2 = dso_local global [7 x i32] [i32 5, i32 7, i32 9, i32 11, i32 17, i32 1235, i32 32], align 4 763 ; AIX32-NEXT: lwz r3, L..C3(r2) # @IntArray2 784 ; AIX64-NEXT: ld r3, L..C3(r2) # @IntArray2 806 ; LINUX64BE-NEXT: addis r3, r2, IntArray2@toc@ha 809 ; LINUX64BE-NEXT: addi r3, r3, IntArray2@toc@l 831 ; LINUX64LE-NEXT: addis r3, r2, IntArray2@toc@ha 833 ; LINUX64LE-NEXT: addi r3, r3, IntArray2@toc@l 850 %call = tail call signext i32 @calleeInt(ptr noundef nonnull @IntArray2) 877 ; AIX32-NEXT: lwz r3, L..C3(r2) # @IntArray2 915 ; AIX64-NEXT: ld r3, L..C3(r2) # @IntArray2 [all...] |
H A D | mergeable-string-pool-large.ll | 14 @__const.IntArray2 = private unnamed_addr constant [14 x i64] [i64 15, i64 7, i64 19, i64 11, i64 17, i64 1235, i64 72, i64 51, i64 32, i64 231, i64 86, i64 64, i64 754, i64 281], align 8 745 call void @llvm.memcpy.p0.p0.i64(ptr noundef nonnull align 8 dereferenceable(112) %IntArray, ptr noundef nonnull align 8 dereferenceable(112) @__const.IntArray2, i64 112, i1 false)
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | owning-memory-legacy-functions.cpp | 71 int *IntArray2 = static_cast<int *>(std::malloc(ByteCount)); // Bad in test_resource_creators() local
|