Home
last modified time | relevance | path

Searched refs:sdiv (Results 1 – 25 of 791) sorted by relevance

12345678910>>...32

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-r2-alloc.ll7 %div = sdiv i32 %a, %d
8 %div1 = sdiv i32 %div, %d
9 %div2 = sdiv i32 %div1, %d
10 %div3 = sdiv i32 %div2, %d
11 %div4 = sdiv i32 %div3, %d
12 %div5 = sdiv i32 %div4, %d
13 %div6 = sdiv i32 %div5, %d
14 %div7 = sdiv i32 %div6, %d
15 %div8 = sdiv i32 %div7, %d
16 %div9 = sdiv i32 %div8, %d
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dppc64-r2-alloc.ll7 %div = sdiv i32 %a, %d
8 %div1 = sdiv i32 %div, %d
9 %div2 = sdiv i32 %div1, %d
10 %div3 = sdiv i32 %div2, %d
11 %div4 = sdiv i32 %div3, %d
12 %div5 = sdiv i32 %div4, %d
13 %div6 = sdiv i32 %div5, %d
14 %div7 = sdiv i32 %div6, %d
15 %div8 = sdiv i32 %div7, %d
16 %div9 = sdiv i32 %div8, %d
[all …]
/external/llvm/test/Analysis/CostModel/X86/
Ddiv.ll7 ; SSE2: cost of 320 {{.*}} sdiv
8 %a0 = sdiv <16 x i8> undef, undef
9 ; SSE2: cost of 160 {{.*}} sdiv
10 %a1 = sdiv <8 x i16> undef, undef
11 ; SSE2: cost of 80 {{.*}} sdiv
12 %a2 = sdiv <4 x i32> undef, undef
13 ; SSE2: cost of 40 {{.*}} sdiv
14 %a3 = sdiv <2 x i32> undef, undef
21 ; AVX2: cost of 640 {{.*}} sdiv
22 %a0 = sdiv <32 x i8> undef, undef
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/SystemZ/
Ddiv-pow2.ll3 ; Scalar sdiv
6 %r = sdiv i64 %a, 2
8 ; CHECK: Cost Model: Found an estimated cost of 4 for instruction: %r = sdiv i64 %a, 2
12 %r = sdiv i64 %a, -4
14 ; CHECK: Cost Model: Found an estimated cost of 4 for instruction: %r = sdiv i64 %a, -4
18 %r = sdiv i32 %a, 8
20 ; CHECK: Cost Model: Found an estimated cost of 4 for instruction: %r = sdiv i32 %a, 8
24 %r = sdiv i32 %a, -16
26 ; CHECK: Cost Model: Found an estimated cost of 4 for instruction: %r = sdiv i32 %a, -16
30 %r = sdiv i16 %a, 32
[all …]
/external/llvm/test/Analysis/Lint/
Dcheck-zero-divide.ll4 %b = sdiv <2 x i32> %a, <i32 5, i32 8>
25 ; CHECK-NEXT: %b = sdiv i32 %a, 0
26 %b = sdiv i32 %a, 0
32 ; CHECK-NEXT: %b = sdiv i32 %a, 0
33 %b = sdiv i32 %a, zeroinitializer
39 ; CHECK-NEXT: %b = sdiv <2 x i32> %a, <i32 0, i32 5>
40 %b = sdiv <2 x i32> %a, <i32 0, i32 5>
46 ; CHECK-NEXT: %b = sdiv <2 x i32> %a, <i32 4, i32 0>
47 %b = sdiv <2 x i32> %a, <i32 4, i32 0>
53 ; CHECK-NEXT: %b = sdiv <2 x i32> %a, zeroinitializer
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/Lint/
Dcheck-zero-divide.ll4 %b = sdiv <2 x i32> %a, <i32 5, i32 8>
25 ; CHECK-NEXT: %b = sdiv i32 %a, 0
26 %b = sdiv i32 %a, 0
32 ; CHECK-NEXT: %b = sdiv i32 %a, 0
33 %b = sdiv i32 %a, zeroinitializer
39 ; CHECK-NEXT: %b = sdiv <2 x i32> %a, <i32 0, i32 5>
40 %b = sdiv <2 x i32> %a, <i32 0, i32 5>
46 ; CHECK-NEXT: %b = sdiv <2 x i32> %a, <i32 4, i32 0>
47 %b = sdiv <2 x i32> %a, <i32 4, i32 0>
53 ; CHECK-NEXT: %b = sdiv <2 x i32> %a, zeroinitializer
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-neon-mul-div.ll104 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
105 %tmp3 = sdiv <1 x i8> %A, %B;
111 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
112 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
113 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
114 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
115 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
116 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
117 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
118 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
[all …]
Drem_crash.ll13 %0 = sdiv i8 %x, 10
29 %0 = sdiv i8 %x, 10
45 %0 = sdiv i16 %x, 10
61 %0 = sdiv i16 %x, 10
77 %0 = sdiv i32 %x, 10
93 %0 = sdiv i32 %x, 10
109 %0 = sdiv i64 %x, 10
125 %0 = sdiv i64 %x, 10
141 %0 = sdiv i8 %x, 10
157 %0 = sdiv i8 %x, 10
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-mul-div.ll104 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
105 %tmp3 = sdiv <1 x i8> %A, %B;
111 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
112 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
113 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
114 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
115 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
116 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
117 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
118 ; CHECK: sdiv {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
[all …]
Drem_crash.ll13 %0 = sdiv i8 %x, 10
29 %0 = sdiv i8 %x, 10
45 %0 = sdiv i16 %x, 10
61 %0 = sdiv i16 %x, 10
77 %0 = sdiv i32 %x, 10
93 %0 = sdiv i32 %x, 10
109 %0 = sdiv i64 %x, 10
125 %0 = sdiv i64 %x, 10
141 %0 = sdiv i8 %x, 10
157 %0 = sdiv i8 %x, 10
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dsdiv.ll9 %div = sdiv i32 %negx, %x
18 %div = sdiv <2 x i32> %negx, %x
28 %div = sdiv i32 %xy, %yx
38 %div = sdiv <2 x i32> %xy, %yx
48 %div = sdiv i32 %negx, %x
57 %div = sdiv i32 %x, %negx
64 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[NEGX]], [[X]]
68 %div = sdiv i32 %negx, %x
76 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[XY]], [[YX]]
81 %div = sdiv i32 %xy, %yx
[all …]
Dsigned-div-rem.ll8 %div = sdiv i32 %conv, 129
15 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[CONV]], 128
19 %div = sdiv i32 %conv, 128
28 %div = sdiv i32 %conv, -129
35 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[CONV]], -128
39 %div = sdiv i32 %conv, -128
48 %div = sdiv i32 %conv, 256
55 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[CONV]], 255
59 %div = sdiv i32 %conv, 255
68 %div = sdiv i32 %conv, -256
[all …]
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Ddiv-vec.ll257 %res = sdiv <4 x i32> %v1, %v2
259 ; ASM: sdiv r0, r0, r1
260 ; ASM: sdiv r0, r0, r1
261 ; ASM: sdiv r0, r0, r1
262 ; ASM: sdiv r0, r0, r1
264 ; IASM-NOT: sdiv
274 %res = sdiv <8 x i16> %v1, %v2
278 ; ASM: sdiv r0, r0, r1
281 ; ASM: sdiv r0, r0, r1
284 ; ASM: sdiv r0, r0, r1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/AArch64/
Ddiv.ll7 ; CHECK: Found an estimated cost of 1 for instruction: %c = sdiv i32 %a, %b
8 %c = sdiv i32 %a, %b
14 ; CHECK: Found an estimated cost of 1 for instruction: %c = sdiv i64 %a, %b
15 %c = sdiv i64 %a, %b
21 ; CHECK: Found an estimated cost of 24 for instruction: %c = sdiv <2 x i32> %a, %b
22 %c = sdiv <2 x i32> %a, %b
28 ; CHECK: Found an estimated cost of 24 for instruction: %c = sdiv <2 x i64> %a, %b
29 %c = sdiv <2 x i64> %a, %b
35 ; CHECK: Found an estimated cost of 52 for instruction: %c = sdiv <4 x i32> %a, %b
36 %c = sdiv <4 x i32> %a, %b
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/ARM/
Ddivrem.ll5 ; CHECK: cost of 40 {{.*}} sdiv
7 %1 = sdiv <2 x i8> %a, %b
12 ; CHECK: cost of 40 {{.*}} sdiv
14 %1 = sdiv <2 x i16> %a, %b
19 ; CHECK: cost of 40 {{.*}} sdiv
21 %1 = sdiv <2 x i32> %a, %b
26 ; CHECK: cost of 40 {{.*}} sdiv
28 %1 = sdiv <2 x i64> %a, %b
33 ; CHECK: cost of 10 {{.*}} sdiv
35 %1 = sdiv <4 x i8> %a, %b
[all …]
/external/llvm/test/Analysis/CostModel/ARM/
Ddivrem.ll5 ; CHECK: cost of 40 {{.*}} sdiv
7 %1 = sdiv <2 x i8> %a, %b
12 ; CHECK: cost of 40 {{.*}} sdiv
14 %1 = sdiv <2 x i16> %a, %b
19 ; CHECK: cost of 40 {{.*}} sdiv
21 %1 = sdiv <2 x i32> %a, %b
26 ; CHECK: cost of 40 {{.*}} sdiv
28 %1 = sdiv <2 x i64> %a, %b
33 ; CHECK: cost of 10 {{.*}} sdiv
35 %1 = sdiv <4 x i8> %a, %b
[all …]
/external/llvm/test/CodeGen/ARM/
Drem_crash.ll13 %0 = sdiv i8 %x, 10
29 %0 = sdiv i8 %x, 10
45 %0 = sdiv i16 %x, 10
61 %0 = sdiv i16 %x, 10
77 %0 = sdiv i32 %x, 10
93 %0 = sdiv i32 %x, 10
109 %0 = sdiv i64 %x, 10
125 %0 = sdiv i64 %x, 10
141 %0 = sdiv i8 %x, 10
157 %0 = sdiv i8 %x, 10
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Drem_crash.ll14 %0 = sdiv i8 %x, 10
30 %0 = sdiv i8 %x, 10
46 %0 = sdiv i16 %x, 10
62 %0 = sdiv i16 %x, 10
78 %0 = sdiv i32 %x, 10
94 %0 = sdiv i32 %x, 10
110 %0 = sdiv i64 %x, 10
126 %0 = sdiv i64 %x, 10
142 %0 = sdiv i8 %x, 10
158 %0 = sdiv i8 %x, 10
[all …]
/external/llvm/test/CodeGen/X86/
Drem_crash.ll14 %0 = sdiv i8 %x, 10
30 %0 = sdiv i8 %x, 10
46 %0 = sdiv i16 %x, 10
62 %0 = sdiv i16 %x, 10
78 %0 = sdiv i32 %x, 10
94 %0 = sdiv i32 %x, 10
110 %0 = sdiv i64 %x, 10
126 %0 = sdiv i64 %x, 10
142 %0 = sdiv i8 %x, 10
158 %0 = sdiv i8 %x, 10
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Drem_crash.ll13 %0 = sdiv i8 %x, 10
29 %0 = sdiv i8 %x, 10
45 %0 = sdiv i16 %x, 10
61 %0 = sdiv i16 %x, 10
77 %0 = sdiv i32 %x, 10
93 %0 = sdiv i32 %x, 10
109 %0 = sdiv i64 %x, 10
125 %0 = sdiv i64 %x, 10
141 %0 = sdiv i8 %x, 10
157 %0 = sdiv i8 %x, 10
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/X86/
Ddiv.ll14 define i32 @sdiv() {
15 ; CHECK-LABEL: 'sdiv'
16 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %I64 = sdiv i64 undef, und…
17 ; CHECK-NEXT: Cost Model: Found an estimated cost of 40 for instruction: %V2i64 = sdiv <2 x i64> u…
18 ; CHECK-NEXT: Cost Model: Found an estimated cost of 80 for instruction: %V4i64 = sdiv <4 x i64> u…
19 ; CHECK-NEXT: Cost Model: Found an estimated cost of 160 for instruction: %V8i64 = sdiv <8 x i64> …
20 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %I32 = sdiv i32 undef, und…
21 ; CHECK-NEXT: Cost Model: Found an estimated cost of 80 for instruction: %V4i32 = sdiv <4 x i32> u…
22 ; CHECK-NEXT: Cost Model: Found an estimated cost of 160 for instruction: %V8i32 = sdiv <8 x i32> …
23 ; CHECK-NEXT: Cost Model: Found an estimated cost of 320 for instruction: %V16i32 = sdiv <16 x i32…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Didiv.s13 sdiv r1, r2, r3
15 @ A15-ARM: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
17 @ A15-THUMB: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
20 @ A15-ARM-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
22 @ A15-THUMB-NOARMHWDIV: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
25 @ ARMV8: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
27 @ THUMBV8: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
30 @ ARMV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
32 @ THUMBV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
/external/llvm/test/MC/ARM/
Didiv.s13 sdiv r1, r2, r3
15 @ A15-ARM: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
17 @ A15-THUMB: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
20 @ A15-ARM-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
22 @ A15-THUMB-NOARMHWDIV: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
25 @ ARMV8: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
27 @ THUMBV8: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
30 @ ARMV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
32 @ THUMBV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/
Dlocal-pre.ll42 %a = sdiv i32 %p, %q
50 ; CHECK-NEXT: %b = sdiv
55 %b = sdiv i32 %p, %q
69 %a = sdiv i32 %p, %q
80 ; CHECK-NEXT: %b = sdiv
85 %b = sdiv i32 %p, %q
103 %a = sdiv i32 %p, 6
116 %b = sdiv i32 %p, 6
131 %a = sdiv i32 %p, %q
135 %b = sdiv i32 %p, %q
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddiv.ll10 %B = sdiv i32 %A, 1 ; <i32> [#uses=1]
29 %B = sdiv i32 0, %A ; <i32> [#uses=1]
39 %B = sdiv i32 %A, -1 ; <i32> [#uses=1]
132 %tmp3 = sdiv i32 %x, %x ; 1
170 ; CHECK-NEXT: [[DIV:%.*]] = sdiv <2 x i64> %x, <i64 -3, i64 -4>
174 %div = sdiv <2 x i64> %neg, <i64 3, i64 4>
183 %div = sdiv <2 x i64> %x, <i64 -1, i64 -1>
204 %A = sdiv i32 1, %x
210 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 %a, 3
214 %div = sdiv i32 %shl, 12
[all …]

12345678910>>...32