Home
last modified time | relevance | path

Searched refs:and2 (Results 1 – 25 of 108) sorted by relevance

12345

/external/llvm/test/Transforms/InstCombine/
Dbit-checks.ll10 %and2 = and i32 %argc, 2 ; <i32> [#uses=1]
11 %tobool3 = icmp ne i32 %and2, 0 ; <i1> [#uses=1]
21 %and2 = and i32 %argc, 2 ; <i32> [#uses=1]
22 %tobool3 = icmp eq i32 %and2, 0 ; <i1> [#uses=1]
37 %and2 = and i32 %argc, 48 ; <i32> [#uses=1]
38 %tobool3 = icmp eq i32 %and2, 0 ; <i1> [#uses=1]
48 %and2 = and i32 %argc, 16 ; <i32> [#uses=1]
49 %tobool3 = icmp ne i32 %and2, 16 ; <i1> [#uses=1]
60 %and2 = and i32 %argc, %argc3 ; <i32> [#uses=1]
61 %tobool3 = icmp eq i32 %and2, 0 ; <i1> [#uses=1]
[all …]
Dlogical-select.ll106 %and2 = and <2 x i64> %bc2, %sib
107 %or = or <2 x i64> %and1, %and2
128 %and2 = and <2 x i64> %bc2, %sib
129 %or = or <2 x i64> %and2, %and1
150 %and2 = and <2 x i64> %sib, %bc2
151 %or = or <2 x i64> %and1, %and2
172 %and2 = and <2 x i64> %sib, %bc2
173 %or = or <2 x i64> %and2, %and1
194 %and2 = and <2 x i64> %bc2, %sib
195 %or = or <2 x i64> %and1, %and2
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-or-02.ll15 %and2 = and <16 x i8> %val2, %not
16 %ret = or <16 x i8> %and1, %and2
30 %and2 = and <16 x i8> %val2, %val3
31 %ret = or <16 x i8> %and1, %and2
43 %and2 = and <8 x i16> %val2, %not
44 %ret = or <8 x i16> %and1, %and2
56 %and2 = and <8 x i16> %val2, %val3
57 %ret = or <8 x i16> %and1, %and2
68 %and2 = and <4 x i32> %val2, %not
69 %ret = or <4 x i32> %and1, %and2
[all …]
Dtwoaddr-sink.ll9 %and2 = and i32 %old, 254
10 %res1 = call i32 asm "stepa $1, $2, $3", "=h,r,r,0"(i32 %old, i32 %and1, i32 %and2)
/external/llvm/test/CodeGen/SystemZ/
Dvec-or-02.ll15 %and2 = and <16 x i8> %val2, %not
16 %ret = or <16 x i8> %and1, %and2
30 %and2 = and <16 x i8> %val2, %val3
31 %ret = or <16 x i8> %and1, %and2
43 %and2 = and <8 x i16> %val2, %not
44 %ret = or <8 x i16> %and1, %and2
56 %and2 = and <8 x i16> %val2, %val3
57 %ret = or <8 x i16> %and1, %and2
68 %and2 = and <4 x i32> %val2, %not
69 %ret = or <4 x i32> %and1, %and2
[all …]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dbit-checks.ll13 %and2 = and i32 %argc, 2
14 %tobool3 = icmp ne i32 %and2, 0
29 %and2 = and i32 %argc, 2
30 %tobool3 = icmp eq i32 %and2, 0
50 %and2 = and i32 %argc, 48
51 %tobool3 = icmp eq i32 %and2, 0
66 %and2 = and i32 %argc, 16
67 %tobool3 = icmp ne i32 %and2, 16
83 %and2 = and i32 %argc, %argc3
84 %tobool3 = icmp eq i32 %and2, 0
[all …]
Dlogical-select.ll183 %and2 = and <2 x i64> %bc2, %sib
184 %or = or <2 x i64> %and1, %and2
205 %and2 = and <2 x i64> %bc2, %sib
206 %or = or <2 x i64> %and2, %and1
227 %and2 = and <2 x i64> %sib, %bc2
228 %or = or <2 x i64> %and1, %and2
249 %and2 = and <2 x i64> %sib, %bc2
250 %or = or <2 x i64> %and2, %and1
271 %and2 = and <2 x i64> %bc2, %sib
272 %or = or <2 x i64> %and1, %and2
[all …]
Dand-or-not.ll16 %and2 = and i32 %or, %not
17 ret i32 %and2
30 %and2 = and i32 %not, %or
31 ret i32 %and2
44 %and2 = and i32 %or, %not
45 ret i32 %and2
58 %and2 = and i32 %not, %or
59 ret i32 %and2
70 %and2 = and <4 x i32> %or, %not
71 ret <4 x i32> %and2
[all …]
Dselect-with-bitwise-ops.ll62 %and2 = and i32 %y, -3
63 %select = select i1 %cmp, i32 %y, i32 %and2
120 %and2 = and i32 %y, -9
121 %select = select i1 %cmp, i32 %y, i32 %and2
178 %and2 = and i32 %y, -4097
179 %select = select i1 %cmp, i32 %y, i32 %and2
234 %and2 = and i32 %y, -4097
235 %select = select i1 %cmp, i32 %y, i32 %and2
291 %and2 = and i32 %y, -2
292 %select = select i1 %cmp, i32 %y, i32 %and2
[all …]
/external/llvm-project/llvm/test/Transforms/BDCE/
Dsext_multi_uses.ll17 %and2 = and i32 %lsr, 255
18 %or = or i32 %and, %and2
35 %and2 = and i32 %lsr, 255
37 %or = or i32 %and, %and2
56 %and2 = and i32 %lsr, 255
57 %or = or i32 %and, %and2
76 %and2 = and i32 %lsr, 255
77 %or = or i32 %and, %and2
94 %and2 = and i32 %lsr, 255
96 %or = or i32 %and, %and2
Dbasic.ll14 %and2 = and i32 %call1, 8
15 %or3 = or i32 %or, %and2
61 %and2 = and i32 %call1, 8
62 %or3 = or i32 %or, %and2
108 %and2 = and i32 %call1, 67108864
109 %or3 = or i32 %or, %and2
146 %and2 = and i32 %call1, 1073741824
147 %or3 = or i32 %or, %and2
184 %and2 = and i32 %call1, 67108864
185 %or3 = or i32 %or, %and2
[all …]
/external/llvm-project/llvm/test/Transforms/Inline/ARM/
Dloop-memcpy.ll18 %and2 = and i32 %sub, 3
19 %add = or i32 %and2, 4
24 %sub5 = sub i32 %num, %and2
27 %tobool = icmp eq i32 %and2, 0
32 call fastcc void @memcpy(i8* %dest, i8* %source, i32 %and2) #0
33 %add.ptr = getelementptr inbounds i8, i8* %dest, i32 %and2
34 %add.ptr9 = getelementptr inbounds i8, i8* %source, i32 %and2
/external/llvm-project/llvm/test/CodeGen/X86/
Dabsolute-bt.ll17 %and2 = and i32 %shl, ptrtoint (i8* @bit_mask32 to i32)
20 %icmp = icmp eq i32 %and2, 0
35 %and2 = and i64 %shl, ptrtoint (i8* @bit_mask64 to i64)
38 %icmp = icmp eq i64 %and2, 0
Dcombine-or.ll102 %and2 = and <4 x i32> %b, <i32 0, i32 0, i32 -1, i32 -1>
103 %or = or <4 x i32> %and1, %and2
114 %and2 = and <2 x i64> %b, <i64 0, i64 -1>
115 %or = or <2 x i64> %and1, %and2
126 %and2 = and <4 x i32> %b, <i32 -1, i32 -1, i32 0, i32 0>
127 %or = or <4 x i32> %and1, %and2
138 %and2 = and <2 x i64> %b, <i64 -1, i64 0>
139 %or = or <2 x i64> %and1, %and2
150 %and2 = and <4 x i32> %b, <i32 0, i32 -1, i32 -1, i32 -1>
151 %or = or <4 x i32> %and1, %and2
[all …]
D3addr-or.ll66 %and2 = and i32 %b, 16
67 %or = or i32 %and2, %and
80 %and2 = and i32 %b, 16
81 %or = or i32 %and2, %and
/external/llvm/test/CodeGen/ARM/
Drev.ll78 %and2 = lshr i32 %x, 8
79 %shr11 = and i32 %and2, 255
80 %shr5 = and i32 %and2, 16711680
96 %and2 = shl i32 %a, 8
97 %shl = and i32 %and2, 65280
108 %and2 = shl i32 %a, 8
109 %or = or i32 %shr4, %and2
Dbfi.ll25 %and2 = and i32 %B, 8388480 ; <i32> [#uses=1]
26 %or = or i32 %and2, %and ; <i32> [#uses=1]
36 %and2 = and i32 %B, -8388481 ; <i32> [#uses=1]
37 %or = or i32 %and2, %and ; <i32> [#uses=1]
72 %and2 = shl i32 %b, 8
73 %shl = and i32 %and2, 130816
/external/llvm-project/llvm/test/CodeGen/ARM/
Drev.ll91 %and2 = lshr i32 %x, 8
92 %shr11 = and i32 %and2, 255
93 %shr5 = and i32 %and2, 16711680
111 %and2 = shl i32 %a, 8
112 %shl = and i32 %and2, 65280
125 %and2 = shl i32 %a, 8
126 %or = or i32 %shr4, %and2
/external/llvm/test/CodeGen/X86/
D3addr-or.ll45 %and2 = and i32 %b, 16
46 %or = or i32 %and2, %and
55 %and2 = and i32 %b, 16
56 %or = or i32 %and2, %and
Dcombine-or.ll86 %and2 = and <4 x i32> %b, <i32 0, i32 0, i32 -1, i32 -1>
87 %or = or <4 x i32> %and1, %and2
98 %and2 = and <2 x i64> %b, <i64 0, i64 -1>
99 %or = or <2 x i64> %and1, %and2
110 %and2 = and <4 x i32> %b, <i32 -1, i32 -1, i32 0, i32 0>
111 %or = or <4 x i32> %and1, %and2
122 %and2 = and <2 x i64> %b, <i64 -1, i64 0>
123 %or = or <2 x i64> %and1, %and2
134 %and2 = and <4 x i32> %b, <i32 0, i32 -1, i32 -1, i32 -1>
135 %or = or <4 x i32> %and1, %and2
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dbfi.ll25 %and2 = and i32 %B, 8388480 ; <i32> [#uses=1]
26 %or = or i32 %and2, %and ; <i32> [#uses=1]
36 %and2 = and i32 %B, -8388481 ; <i32> [#uses=1]
37 %or = or i32 %and2, %and ; <i32> [#uses=1]
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dbfi.ll25 %and2 = and i32 %B, 8388480 ; <i32> [#uses=1]
26 %or = or i32 %and2, %and ; <i32> [#uses=1]
36 %and2 = and i32 %B, -8388481 ; <i32> [#uses=1]
37 %or = or i32 %and2, %and ; <i32> [#uses=1]
/external/llvm/test/Transforms/BDCE/
Dbasic.ll13 %and2 = and i32 %call1, 8
14 %or3 = or i32 %or, %and2
60 %and2 = and i32 %call1, 8
61 %or3 = or i32 %or, %and2
107 %and2 = and i32 %call1, 67108864
108 %or3 = or i32 %or, %and2
145 %and2 = and i32 %call1, 67108864
146 %or3 = or i32 %or, %and2
179 %and2 = and i32 %call1, 67108864
180 %or3 = or i32 %or, %and2
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dbit-bitsplit.ll13 %and2 = and i32 %shr1, 1
14 ret i32 %and2
/external/llvm/test/CodeGen/Mips/
Dmicromips-andi.ll16 %and2 = and i32 %1, 5
18 ([7 x i8], [7 x i8]* @.str, i32 0, i32 0), i32 %and2)

12345