Home
last modified time | relevance | path

Searched refs:DUMP (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dhello-reloc.s5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: Relocation {
66 ; DARWIN-G4-DUMP: Offset: 0x34
67 ; DARWIN-G4-DUMP: PCRel: 1
68 ; DARWIN-G4-DUMP: Length: 2
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dhello-reloc.s5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: Relocation {
66 ; DARWIN-G4-DUMP: Offset: 0x34
67 ; DARWIN-G4-DUMP: PCRel: 1
68 ; DARWIN-G4-DUMP: Length: 2
[all …]
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dscatteredallocas.ll6 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=DUMP %s
22 ; DUMP-LABEL: ================ Instrumented CFG ================
23 ; DUMP-NEXT: define void @func() {
24 ; DUMP-NEXT: __0:
25 ; DUMP-NEXT: %__$rz0 = alloca i8, i32 32, align 8
26 ; DUMP-NEXT: %a = alloca i8, i32 64, align 8
27 ; DUMP-NEXT: %b = alloca i8, i32 64, align 8
28 ; DUMP-NEXT: %c = alloca i8, i32 64, align 8
29 ; DUMP-NEXT: %d = alloca i8, i32 64, align 8
30 ; DUMP-NEXT: %shadowIndex = lshr i32 %__$rz0, 3
[all …]
Dglobalreplacement.ll6 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=DUMP %s
32 ; DUMP: Instrumented Globals
33 ; DUMP-NEXT: @__$rz_array
34 ; DUMP-NEXT: @__$rz_sizes
35 ; DUMP-NEXT: @__$rz0
36 ; DUMP-NEXT: @global_malloc = internal global i32
37 ; DUMP-SAME: ptrtoint (i32 (i32)* @__asan_malloc to i32)
38 ; DUMP-NEXT: @__$rz1
39 ; DUMP-NEXT: @__$rz2
40 ; DUMP-NEXT: @global_realloc = internal global i32
[all …]
Dinstrumentlocals.ll6 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=DUMP %s
30 ; DUMP-LABEL: ================ Instrumented CFG ================
31 ; DUMP-NEXT: define internal void @func() {
32 ; DUMP-NEXT: __0:
33 ; DUMP-NEXT: %__$rz0 = alloca i8, i32 32, align 8
34 ; DUMP-NEXT: %local1 = alloca i8, i32 64, align 8
35 ; DUMP-NEXT: %local2 = alloca i8, i32 64, align 8
36 ; DUMP-NEXT: %local3 = alloca i8, i32 64, align 8
37 ; DUMP-NEXT: %local4 = alloca i8, i32 128, align 8
38 ; DUMP-NEXT: %local5 = alloca i8, i32 96, align 8
[all …]
Dmultiple_returns.ll6 ; RUN: | FileCheck --check-prefix=DUMP %s
19 ; DUMP-LABEL:================ Instrumented CFG ================
20 ; DUMP-NEXT: define internal void @ret_twice(i32 %condarg) {
21 ; DUMP-NEXT: __0:
22 ; DUMP-NEXT: %__$rz0 = alloca i8, i32 32, align 8
23 ; DUMP-NEXT: %local1 = alloca i8, i32 64, align 8
24 ; DUMP-NEXT: %local2 = alloca i8, i32 64, align 8
25 ; DUMP-NEXT: %shadowIndex = lshr i32 %__$rz0, 3
26 ; DUMP-NEXT: %firstShadowLoc = add i32 %shadowIndex, 53687091
27 ; DUMP-NEXT: %__7 = add i32 %firstShadowLoc, 0
[all …]
Dblacklist.ll6 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=DUMP %s
19 ; DUMP-LABEL: ================ Instrumented CFG ================
20 ; DUMP-NEXT: define internal void @_Balloc() {
21 ; DUMP-NEXT: __0:
22 ; DUMP-NEXT: %local = alloca i8, i32 4, align 4
23 ; DUMP-NEXT: %heapvar = call i32 @malloc(i32 42)
24 ; DUMP-NEXT: call void @free(i32 %heapvar)
25 ; DUMP-NEXT: ret void
26 ; DUMP-NEXT: }
36 ; DUMP-LABEL: ================ Instrumented CFG ================
[all …]
Dstartinitcall.ll6 ; RUN: | FileCheck --check-prefix=DUMP %s
13 ; DUMP-LABEL: ================ Instrumented CFG ================
14 ; DUMP-NEXT: define internal void @notStart() {
15 ; DUMP-NEXT: __0:
16 ; DUMP-NOT: __asan_init()
17 ; DUMP: ret void
18 ; DUMP-NEXT: }
25 ; DUMP-LABEL: ================ Instrumented CFG ================
26 ; DUMP-NEXT: define void @_start() {
27 ; DUMP-NEXT: __0:
[all …]
Delidelocalchecks.ll7 ; RUN: | FileCheck --check-prefix=DUMP %s
73 ; DUMP-LABEL: ================ Instrumented CFG ================
74 ; DUMP-NEXT: define internal void @foo() {
77 ; DUMP: %loaded8 = load i8, i8* %ptr8, align 1
78 ; DUMP-NEXT: %loaded16 = load i16, i16* %ptr16, align 1
79 ; DUMP-NEXT: %loaded32 = load i32, i32* %ptr32, align 1
80 ; DUMP-NEXT: %loaded64 = load i64, i64* %ptr64, align 1
81 ; DUMP-NEXT: %loaded128 = load <4 x i32>, <4 x i32>* %ptr128, align 4
82 ; DUMP-NEXT: store i8 %loaded8, i8* %ptr8, align 1
83 ; DUMP-NEXT: store i16 %loaded16, i16* %ptr16, align 1
[all …]
Dlocalreplacement.ll7 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=DUMP %s
47 ; DUMP-LABEL: ================ Instrumented CFG ================
48 ; DUMP-NEXT: @func(i32 %store_loc) {
49 ; DUMP-NEXT: __0:
50 ; DUMP-NEXT: call void @__asan_check_store(i32 %store_loc, i32 4)
51 ; DUMP-NEXT: store i32 @__asan_malloc, i32* %store_loc, align 1
52 ; DUMP-NEXT: store i32 @__asan_realloc, i32* %store_loc, align 1
53 ; DUMP-NEXT: store i32 @__asan_calloc, i32* %store_loc, align 1
54 ; DUMP-NEXT: store i32 @__asan_free, i32* %store_loc, align 1
55 ; DUMP-NEXT: call void @__asan_check_load(i32 @__asan_malloc, i32 4)
[all …]
Dinstrumentstore.ll6 ; RUN: | FileCheck --check-prefix=DUMP %s
26 ; DUMP-LABEL: ================ Instrumented CFG ================
27 ; DUMP-NEXT: define internal void @doStores(
28 ; DUMP-NEXT: __0:
29 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg8, i32 1)
30 ; DUMP-NEXT: store i8 42, i8* %arg8, align 1
31 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg16, i32 2)
32 ; DUMP-NEXT: store i16 42, i16* %arg16, align 1
33 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg32, i32 4)
34 ; DUMP-NEXT: store i32 42, i32* %arg32, align 1
[all …]
Dinstrumentload.ll6 ; RUN: | FileCheck --check-prefix=DUMP %s
26 ; DUMP-LABEL: ================ Instrumented CFG ================
27 ; DUMP-NEXT: define internal void @doLoads(
28 ; DUMP-NEXT: __0:
29 ; DUMP-NEXT: call void @__asan_check_load(i32 %arg8, i32 1)
30 ; DUMP-NEXT: %dest11 = load i8, i8* %arg8, align 1
31 ; DUMP-NEXT: call void @__asan_check_load(i32 %arg16, i32 2)
32 ; DUMP-NEXT: %dest12 = load i16, i16* %arg16, align 1
33 ; DUMP-NEXT: call void @__asan_check_load(i32 %arg32, i32 4)
34 ; DUMP-NEXT: %dest13 = load i32, i32* %arg32, align 1
[all …]
Dfunc_ptr.ll6 ; RUN: | FileCheck --check-prefix=DUMP %s
14 ; DUMP-LABEL: ================ Initial CFG ================
15 ; DUMP-NEXT: define internal i32 @caller(i32 %callee_addr, i32 %arg) {
16 ; DUMP-NEXT: __0:
17 ; DUMP-NEXT: %result = call i32 %callee_addr(i32 %arg)
18 ; DUMP-NEXT: ret i32 %result
19 ; DUMP-NEXT: }
20 ; DUMP-LABEL: ================ Instrumented CFG ================
21 ; DUMP-NEXT: define internal i32 @caller(i32 %callee_addr, i32 %arg) {
22 ; DUMP-NEXT: __0:
[all …]
Dinstrumentmalloc.ll6 ; RUN: --allow-externally-defined-symbols | FileCheck --check-prefix=DUMP %s
21 ; DUMP-LABEL: ================ Instrumented CFG ================
22 ; DUMP-NEXT: define internal void @func() {
23 ; DUMP-NEXT: __0:
24 ; DUMP-NEXT: %ptr1 = call i32 @__asan_malloc(i32 42)
25 ; DUMP-NEXT: %ptr2 = call i32 @__asan_calloc(i32 12, i32 42)
26 ; DUMP-NEXT: %ptr3 = call i32 @__asan_realloc(i32 0, i32 100)
27 ; DUMP-NEXT: call void @__asan_free(i32 %ptr1)
28 ; DUMP-NEXT: ret void
29 ; DUMP-NEXT: }
Dglobalredzones.ll8 ; RUN: -fsanitize-address | FileCheck --check-prefix=DUMP %s
12 ; DUMP-LABEL: ========= Instrumented Globals =========
13 ; DUMP: @__$rz_array = internal constant <{ i32, i32, i32, i32, i32, i32 }>
14 ; DUMP: <{ i32 ptrtoint ([32 x i8]* @__$rz0 to i32), i32 ptrtoint ([32 x i8]* @__$rz1 to i3…
15 ; DUMP: i32 ptrtoint ([32 x i8]* @__$rz2 to i32), i32 ptrtoint ([32 x i8]* @__$rz3 to i32),
16 ; DUMP: i32 ptrtoint ([32 x i8]* @__$rz4 to i32), i32 ptrtoint ([32 x i8]* @__$rz5 to i32) …
19 ; DUMP-NEXT: @__$rz_sizes = internal constant <{ [4 x i8], [4 x i8], [4 x i8], [4 x i8], [4 x i8],
20 ; DUMP-SAME: [4 x i8] }> <{ [4 x i8] c" \00\00\00", [4 x i8] c" \00\00\00", [4 x i8] c" \00\00\00",
21 ; DUMP-SAME: [4 x i8] c" \00\00\00", [4 x i8] c" \00\00\00", [4 x i8] c" \00\00\00" }>
63 ; DUMP-NEXT: @__$rz0 = internal global [32 x i8] zeroinitializer
[all …]
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dforwardref.ll5 ; RUN: | FileCheck --check-prefix=DUMP %s
30 ; DUMP: function void @f0() { // BlockID = 12
31 ; DUMP-NEXT: blocks 2;
32 ; DUMP-NEXT: constants { // BlockID = 11
33 ; DUMP-NEXT: i32: <@a0>
34 ; DUMP-NEXT: %c0 = i32 1; <@a1>
35 ; DUMP-NEXT: %c1 = i32 2; <@a1>
36 ; DUMP-NEXT: }
37 ; DUMP-NEXT: %b0:
38 ; DUMP-NEXT: %v0 = add i32 %c0, %c1; <@a1>
[all …]
/external/arm-neon-tests/
Dref_vqadd.c60 DUMP(TEST_MSG, int, 64, 1, PRIx64); in vqadd_64()
61 DUMP(TEST_MSG, uint, 64, 1, PRIx64); in vqadd_64()
62 DUMP(TEST_MSG, int, 64, 2, PRIx64); in vqadd_64()
63 DUMP(TEST_MSG, uint, 64, 2, PRIx64); in vqadd_64()
78 DUMP(TEST_MSG, int, 64, 1, PRIx64); in vqadd_64()
79 DUMP(TEST_MSG, uint, 64, 1, PRIx64); in vqadd_64()
80 DUMP(TEST_MSG, int, 64, 2, PRIx64); in vqadd_64()
81 DUMP(TEST_MSG, uint, 64, 2, PRIx64); in vqadd_64()
99 DUMP(TEST_MSG, int, 64, 1, PRIx64); in vqadd_64()
100 DUMP(TEST_MSG, uint, 64, 1, PRIx64); in vqadd_64()
[all …]
Dref_vqsub.c61 DUMP(TEST_MSG, int, 64, 1, PRIx64); in vqsub_64()
62 DUMP(TEST_MSG, uint, 64, 1, PRIx64); in vqsub_64()
63 DUMP(TEST_MSG, int, 64, 2, PRIx64); in vqsub_64()
64 DUMP(TEST_MSG, uint, 64, 2, PRIx64); in vqsub_64()
80 DUMP(TEST_MSG, int, 64, 1, PRIx64); in vqsub_64()
81 DUMP(TEST_MSG, uint, 64, 1, PRIx64); in vqsub_64()
82 DUMP(TEST_MSG, int, 64, 2, PRIx64); in vqsub_64()
83 DUMP(TEST_MSG, uint, 64, 2, PRIx64); in vqsub_64()
104 DUMP(TEST_MSG, int, 64, 1, PRIx64); in vqsub_64()
105 DUMP(TEST_MSG, uint, 64, 1, PRIx64); in vqsub_64()
[all …]
Dref_v_comp_op.c137 DUMP(TEST_MSG, uint, 8, 8, PRIx8); in FNNAME()
138 DUMP(TEST_MSG, uint, 16, 4, PRIx16); in FNNAME()
139 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in FNNAME()
144 DUMP(TEST_MSG, uint, 8, 8, PRIx8); in FNNAME()
145 DUMP(TEST_MSG, uint, 16, 4, PRIx16); in FNNAME()
146 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in FNNAME()
151 DUMP(TEST_MSG, uint, 8, 16, PRIx8); in FNNAME()
152 DUMP(TEST_MSG, uint, 16, 8, PRIx16); in FNNAME()
153 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in FNNAME()
158 DUMP(TEST_MSG, uint, 8, 16, PRIx8); in FNNAME()
[all …]
Dstm-arm-neon-ref.h78 #define DUMP(MSG,T,W,N,FMT) \ macro
455 DUMP(test_name, int, 8, 8, PRId8); in dump_results()
456 DUMP(test_name, int, 16, 4, PRId16); in dump_results()
457 DUMP(test_name, int, 32, 2, PRId32); in dump_results()
458 DUMP(test_name, int, 64, 1, PRId64); in dump_results()
459 DUMP(test_name, uint, 8, 8, PRIu8); in dump_results()
460 DUMP(test_name, uint, 16, 4, PRIu16); in dump_results()
461 DUMP(test_name, uint, 32, 2, PRIu32); in dump_results()
462 DUMP(test_name, uint, 64, 1, PRIu64); in dump_results()
470 DUMP(test_name, int, 8, 16, PRId8); in dump_results()
[all …]
Dref_vrsqrte.c77 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrsqrte()
78 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrsqrte()
93 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrsqrte()
94 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrsqrte()
105 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrsqrte()
106 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrsqrte()
Dref_vmull_n.c78 DUMP(TEST_MSG, int, 32, 4, PRIx32); in exec_vmull_n()
79 DUMP(TEST_MSG, int, 64, 2, PRIx64); in exec_vmull_n()
80 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vmull_n()
81 DUMP(TEST_MSG, uint, 64, 2, PRIx64); in exec_vmull_n()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dglobalrelocs.ll9 ; RUN: | %iflc FileCheck --check-prefix=DUMP %s
15 ; RUN: | FileCheck --check-prefix=DUMP %s
18 ; DUMP: @bytes = internal global [7 x i8] c"abcdefg"
32 ; DUMP: @const_bytes = internal constant [7 x i8] c"abcdefg"
46 ; DUMP: @ptr_to_ptr = internal global i32 ptrtoint (i32* @ptr to i32)
54 ; DUMP: @const_ptr_to_ptr = internal constant i32 ptrtoint (i32* @ptr to i32)
62 ; DUMP: @ptr_to_func = internal global i32 ptrtoint (void ()* @func to i32)
70 ; DUMP: @const_ptr_to_func = internal constant i32 ptrtoint (void ()* @func to i32)
78 ; DUMP: @compound = internal global <{ [3 x i8], i32 }> <{ [3 x i8] c"foo", i32 ptrtoint (void ()* …
89 ; DUMP: @const_compound = internal constant <{ [3 x i8], i32 }> <{ [3 x i8] c"foo", i32 ptrtoint (v…
[all …]
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c82 #define DUMP(args...) \ macro
87 #define DUMP(args...) macro
137 DUMP("check %d bytes at %p: %p + %d (%d)\n", size, ptr, shadow_addr, in __asan_check()
182 DUMP("set up shadow memory at %p\n", shadow_offset); in __asan_init()
187 DUMP("protected bad region\n"); in __asan_init()
190 DUMP("poisioning %d global redzones\n", n_rzs); in __asan_init()
192 DUMP("(%d) poisoning redzone of size %d at %p\n", i, rz_sizes[i], rzs[i]); in __asan_init()
198 DUMP("malloc() called with size %d\n", size); in __asan_malloc()
250 DUMP("free() called on %p\n", ptr); in __asan_free()
271 DUMP("Placing %d bytes at %p in quarantine\n", entry->size, entry); in __asan_free()
[all …]
/external/e2fsprogs/install-utils/
Dconvfstab41 DUMP=$DEF_DUMP
45 DUMP=0;
51 echo "$LINE $DEF_FLAGS $DUMP $PASS"
54 echo "$LINE $DUMP $PASS"

123