Searched refs:shl2 (Results 1 – 25 of 34) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | ashift-left-right.ll | 8 %shl2 = shl i32 %b, 16 9 %ret = mul i32 %shl1, %shl2 18 %shl2 = ashr i32 %b, 16 19 %ret = mul i32 %shl1, %shl2
|
D | expand-condsets-extend.ll | 30 %shl2.i322 = or i64 undef, -9223372036854775808 49 %shr.i263 = lshr i64 %shl2.i322, 32 76 %shl2.i207 = shl i64 %aSig0.3554, 61 77 %or.i209 = or i64 %shl2.i207, 0
|
D | tail-dup-subreg-map.ll | 59 %shl2.i = shl i64 %aSig0.2, 15 61 %or.i = or i64 %shl2.i, %shr.i
|
/external/llvm/test/CodeGen/Hexagon/ |
D | ashift-left-right.ll | 8 %shl2 = shl i32 %b, 16 9 %ret = mul i32 %shl1, %shl2 18 %shl2 = ashr i32 %b, 16 19 %ret = mul i32 %shl1, %shl2
|
D | tail-dup-subreg-map.ll | 59 %shl2.i = shl i64 %aSig0.2, 15 61 %or.i = or i64 %shl2.i, %shr.i
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | pr34545.ll | 28 %shl2 = shl i32 %shl, %2 29 …tail call void @llvm.dbg.value(metadata i32 %shl2, metadata !18, metadata !DIExpression()), !dbg !… 30 store i32 %shl2, i32* @var 31 ret i32 %shl2
|
D | dbg-value-transfer-order.ll | 72 %shl2 = shl i32 %add, 3, !dbg !55 73 %idxprom = zext i32 %shl2 to i64, !dbg !57
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | eon.ll | 27 %shl2 = shl i64 %xor, %xor1 28 ret i64 %shl2
|
D | arm64-bitfield-extract.ll | 550 %shl2 = shl nuw nsw i64 %shr47, 2 551 %shl2.trunc = trunc i64 %shl2 to i32 552 %and12 = and i32 %shl2.trunc, 12
|
/external/llvm/test/CodeGen/AArch64/ |
D | eon.ll | 27 %shl2 = shl i64 %xor, %xor1 28 ret i64 %shl2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vec_shift4.ll | 33 define <2 x i64> @shl2(<16 x i8> %r, <16 x i8> %a) nounwind readnone ssp { 34 ; X32-LABEL: shl2: 57 ; X64-LABEL: shl2:
|
D | pr22338.ll | 46 %shl2 = shl i32 %sext, %sel2 54 ret i32 %shl2
|
D | fold-tied-op.ll | 39 %shl2 = shl i64 %3, 2 41 %or3 = or i64 %shl2, %shr
|
D | x86-shifts.ll | 76 define <2 x i64> @shl2(<2 x i64> %A) nounwind { 77 ; X32-LABEL: shl2: 85 ; X64-LABEL: shl2:
|
D | mmx-coalescing.ll | 18 %shl2 = shl i32 1, %D
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shift4.ll | 33 define <2 x i64> @shl2(<16 x i8> %r, <16 x i8> %a) nounwind readnone ssp { 34 ; X32-LABEL: shl2: 57 ; X64-LABEL: shl2:
|
D | fold-tied-op.ll | 39 %shl2 = shl i64 %3, 2 41 %or3 = or i64 %shl2, %shr
|
D | x86-shifts.ll | 42 define <2 x i64> @shl2(<2 x i64> %A) nounwind { 44 ; CHECK: shl2
|
D | mmx-coalescing.ll | 18 %shl2 = shl i32 1, %D
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | mips64extins.ll | 34 %shl2 = shl i64 %j, 8 35 %and = and i64 %shl2, 261888
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64extins.ll | 34 %shl2 = shl i64 %j, 8 35 %and = and i64 %shl2, 261888
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/ |
D | import.ll | 138 ; CHECK-NEXT: [[shl2:%.*]] = shl i32 1, [[and]] 139 …86-NEXT: [[and2:%.*]] = and i32 ptrtoint ([0 x i8]* @__typeid_inline5_inline_bits to i32), [[shl2]] 140 ; ARM-NEXT: [[and2:%.*]] = and i32 123, [[shl2]] 166 ; CHECK-NEXT: [[shl2:%.*]] = shl i64 1, [[and]] 167 …86-NEXT: [[and2:%.*]] = and i64 ptrtoint ([0 x i8]* @__typeid_inline6_inline_bits to i64), [[shl2]] 168 ; ARM-NEXT: [[and2:%.*]] = and i64 1000000000000, [[shl2]]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vec_shift4.ll | 16 define <2 x i64> @shl2(<16 x i8> %r, <16 x i8> %a) nounwind readnone ssp {
|
D | x86-shifts.ll | 39 define <2 x i64> @shl2(<2 x i64> %A) nounwind { 41 ; CHECK: shl2
|
/external/llvm/test/Transforms/InstCombine/ |
D | mul.ll | 255 ; CHECK-NEXT: %[[shl2:.*]] = shl i32 %[[shl1]], %A 256 ; CHECK-NEXT: ret i32 %[[shl2]]
|
12