/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | masked-merge-and-of-ors.ll | 27 %or1 = or i32 %y, %m 28 %ret = and i32 %or, %or1 42 %or1 = or <2 x i32> %y, %m 43 %ret = and <2 x i32> %or, %or1 57 %or1 = or <3 x i32> %y, %m 58 %ret = and <3 x i32> %or, %or1 74 %or1 = or i32 %y, 65280 75 %ret = and i32 %or, %or1 87 %or1 = or <2 x i32> %y, <i32 65280, i32 65280> 88 %ret = and <2 x i32> %or, %or1 [all …]
|
D | and-or-not.ll | 91 %or1 = or i32 %a, %notb 93 %and = and i32 %or1, %or2 111 %or1 = or i32 %a, %notb 113 %and = and i32 %or1, %or2 131 %or1 = or i32 %nota, %b 133 %and = and i32 %or1, %or2 151 %or1 = or i32 %nota, %b 153 %and = and i32 %or1, %or2 361 %or1 = or i32 %a, %notb 363 %xor = xor i32 %or1, %or2 [all …]
|
D | or-xor.ll | 176 %or1 = or i32 %x, %noty 178 %xor = xor i32 %or1, %or2 189 %or1 = or i32 %noty, %x 191 %xor = xor i32 %or1, %or2 298 %or1 = or i8 %x, 33 299 %xor = xor i8 %or1, 12 347 %or1 = or i32 %x, %y 349 %xor = xor i32 %or1, %or2 362 %or1 = or i32 %x, %y 364 %xor = xor i32 %or1, %or2 [all …]
|
D | fold-phi.ll | 31 %or1 = or i64 %phi1, %zext 32 %and = and i64 %or1, 4294967295
|
/external/llvm/test/Transforms/Reassociate/ |
D | xor_reassoc.ll | 13 %or1 = or i32 %x, 456 14 %xor = xor i32 %or, %or1 99 %or1 = or i32 %x, 123 100 %xor = xor i32 %or, %or1 109 %or1 = and i32 123, %x 110 %xor = xor i32 %or, %or1 127 %or1 = or i32 %x, 456 128 %xor = xor i32 %or, %or1 141 %or1 = or i32 %x, 456 142 %xor = xor i32 %or, %or1 [all …]
|
/external/llvm-project/llvm/test/Transforms/Reassociate/ |
D | xor_reassoc.ll | 19 %or1 = or i32 %x, 456 20 %xor = xor i32 %or, %or1 33 %or1 = or <2 x i32> %x, <i32 456, i32 456> 34 %xor = xor <2 x i32> %or, %or1 198 %or1 = or i32 %x, 123 199 %xor = xor i32 %or, %or1 209 %or1 = or <2 x i32> %x, <i32 123, i32 123> 210 %xor = xor <2 x i32> %or, %or1 220 %or1 = and i32 123, %x 221 %xor = xor i32 %or, %or1 [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | prelegalizercombiner-binop-same-val.mir | 82 ; CHECK: %or1:_(s64) = G_OR %copy1, %copy2 84 ; CHECK: %and:_(s64) = G_AND %or1, %or2 90 %or1:_(s64) = G_OR %copy1, %copy2 92 %and:_(s64) = G_AND %or1, %or2
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | bswap_tree2.ll | 48 %or1 = or i32 %tmp2, %tmp3 49 %result = or i32 %or0, %or1 95 %or1 = or i32 %tmp2, %tmp3 96 %result = or i32 %or0, %or1 148 %or1 = or i32 %tmp2, %tmp3 149 %result = or i32 %or0, %or1
|
D | bswap_tree.ll | 36 %or1 = or i32 %tmp2, %tmp3 37 %result = or i32 %or0, %or1 69 %or1 = or i32 %tmp2, %tmp3 70 %result = or i32 %or0, %or1
|
D | coalescer-subreg.ll | 13 %or1 = or i16 %1, %0 14 %or2 = trunc i16 %or1 to i8
|
D | targetLoweringGeneric.ll | 28 %or1 = or i32 %xor2, 364806994 ;0x15BE8352 30 %xor1 = xor i32 %or1, 268567040 ;0x10020200
|
/external/rust/crates/memchr/src/x86/ |
D | avx.rs | 54 let or1 = _mm256_or_si256(eqa, eqb); in memchr() localVariable 56 let or3 = _mm256_or_si256(or1, or2); in memchr() 136 let or1 = _mm256_or_si256(eqa1, eqb1); in memchr2() localVariable 138 let or3 = _mm256_or_si256(or1, or2); in memchr2() 213 let or1 = _mm256_or_si256(eqa1, eqb1); in memchr3() localVariable 216 let or4 = _mm256_or_si256(or1, or2); in memchr3() 291 let or1 = _mm256_or_si256(eqa, eqb); in memrchr() localVariable 293 let or3 = _mm256_or_si256(or1, or2); in memrchr() 369 let or1 = _mm256_or_si256(eqa1, eqb1); in memrchr2() localVariable 371 let or3 = _mm256_or_si256(or1, or2); in memrchr2() [all …]
|
D | sse2.rs | 144 let or1 = _mm_or_si128(eqa, eqb); in memchr() localVariable 146 let or3 = _mm_or_si128(or1, or2); in memchr() 226 let or1 = _mm_or_si128(eqa1, eqb1); in memchr2() localVariable 228 let or3 = _mm_or_si128(or1, or2); in memchr2() 303 let or1 = _mm_or_si128(eqa1, eqb1); in memchr3() localVariable 306 let or4 = _mm_or_si128(or1, or2); in memchr3() 381 let or1 = _mm_or_si128(eqa, eqb); in memrchr() localVariable 383 let or3 = _mm_or_si128(or1, or2); in memrchr() 459 let or1 = _mm_or_si128(eqa1, eqb1); in memrchr2() localVariable 461 let or3 = _mm_or_si128(or1, or2); in memrchr2() [all …]
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | binop-identity-undef.ll | 28 define i32 @or1() { 29 ; CHECK-LABEL: @or1(
|
/external/llvm/test/CodeGen/X86/ |
D | coalescer-subreg.ll | 13 %or1 = or i16 %1, %0 14 %or2 = trunc i16 %or1 to i8
|
D | targetLoweringGeneric.ll | 28 %or1 = or i32 %xor2, 364806994 ;0x15BE8352 30 %xor1 = xor i32 %or1, 268567040 ;0x10020200
|
/external/llvm/test/Transforms/InstCombine/ |
D | fold-phi.ll | 31 %or1 = or i64 %phi1, %zext 32 %and = and i64 %or1, 4294967295
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv32Zbp.ll | 195 %or1 = or i32 %shr1, %a 196 %or1b = or i32 %or1, %shl1 258 %or1 = or i64 %shr1, %a 259 %or1b = or i64 %or1, %shl1 381 %or1 = or i32 %shr1, %a 382 %or1b = or i32 %or1, %shl1 444 %or1 = or i64 %shr1, %a 445 %or1b = or i64 %or1, %shl1 493 %or1 = or i32 %shr1, %a 494 %or1b = or i32 %or1, %shl1 [all …]
|
D | rv64Zbp.ll | 212 %or1 = or i32 %shr1, %a 213 %or1b = or i32 %or1, %shl1 285 %or1 = or i64 %shr1, %a 286 %or1b = or i64 %or1, %shl1 418 %or1 = or i32 %shr1, %a 419 %or1b = or i32 %or1, %shl1 491 %or1 = or i64 %shr1, %a 492 %or1b = or i64 %or1, %shl1 543 %or1 = or i32 %shr1, %a 544 %or1b = or i32 %or1, %shl1 [all …]
|
/external/llvm-project/llvm/test/Transforms/Inline/AArch64/ |
D | binop.ll | 230 ; check-not: call i1 @or1 231 %c = call i1 @or1(i1 %a, i1 false) 237 ; check-not: call i1 @or1 238 %c = call i1 @or1(i1 %a, i1 true) 242 define i1 @or1(i1 %a, i1 %b) {
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | bfi_int.ll | 120 %or1 = or i64 %and0, %and1 121 ret i64 %or1 177 %or1 = or i64 %and0, %and1 179 %scalar.use = add i64 %or1, 10
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_reordering_undefs.ll | 41 %or1 = or i64 undef, undef 42 %cmp3 = icmp eq i64 undef, %or1
|
/external/llvm-project/llvm/test/Transforms/LoopUnswitch/ |
D | basictest.ll | 166 %or1 = or i2 %or, %i 167 switch i2 %or1, label %sw.default [ 212 %or1 = or i2 %or, %i 213 switch i2 %or1, label %sw.default [
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | orn2.ll | 46 %or1 = or i32 %src1, %not.src2 48 %insert.1 = insertvalue { i32, i32 } %insert.0, i32 %or1, 1 116 %or1 = or i64 %src1, %not.src2 118 %insert.1 = insertvalue { i64, i64 } %insert.0, i64 %or1, 1 239 %or1 = or i16 %src1, %not.src2 241 %insert.1 = insertvalue { i16, i16 } %insert.0, i16 %or1, 1 387 %or1 = or <2 x i16> %src1, %not.src2 390 %cast.1 = bitcast <2 x i16> %or1 to i32 605 %or1 = or <4 x i16> %src1, %not.src2 608 %cast.1 = bitcast <4 x i16> %or1 to i64
|
/external/rust/crates/bstr/src/ |
D | ascii.rs | 155 let or1 = _mm_or_si128(a, b); in first_non_ascii_byte_sse2() localVariable 157 let or3 = _mm_or_si128(or1, or2); in first_non_ascii_byte_sse2()
|