Home
last modified time | relevance | path

Searched refs:bc1 (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dfp-logic.ll29 %bc1 = bitcast float %x to i32
30 %and = and i32 %bc1, %y
43 %bc1 = bitcast float %x to i32
44 %and = and i32 %y, %bc1
57 %bc1 = bitcast float %x to i32
58 %and = and i32 %bc1, 1
71 %bc1 = bitcast float %x to i32
72 %and = and i32 2, %bc1
86 %bc1 = bitcast float %x to i32
87 %and = and i32 %bc1, %y
[all …]
Dcatchpad-lifetime.ll28 %bc1 = bitcast i8** %alloca1 to i8*
29 call void @llvm.lifetime.end(i64 4, i8* nonnull %bc1)
65 %bc1 = bitcast i8** %alloca1 to i8*
66 call void @llvm.lifetime.end(i64 4, i8* nonnull %bc1)
Dcombine-or.ll290 %bc1 = bitcast <2 x double> %a0 to <2 x i64>
292 %and1 = and <2 x i64> %bc1, <i64 0, i64 -1>
305 %bc1 = bitcast <4 x float> %a0 to <4 x i32>
307 %and1 = and <4 x i32> %bc1, <i32 0, i32 -1, i32 -1, i32 0>
320 %bc1 = bitcast <4 x float> %a0 to <2 x i64>
322 %and1 = and <2 x i64> %bc1, <i64 0, i64 -1>
335 %bc1 = bitcast <4 x float> %a0 to <4 x i32>
337 %and1 = and <4 x i32> %bc1, <i32 0, i32 -1, i32 -1, i32 0>
Datomic_mi.ll960 %bc1 = bitcast float %fadd to i32
961 store atomic i32 %bc1, i32* %ptr release, align 4
978 %bc1 = bitcast double %fadd to i64
979 store atomic i64 %bc1, i64* %ptr release, align 8
Davx512bw-intrinsics-fast-isel.ll37 %bc1 = bitcast i64* %a1 to <64 x i1>*
38 %arg1 = load <64 x i1>, <64 x i1>* %bc1
/external/llvm/test/Transforms/InstCombine/
Dbitcast-bitcast.ll6 %bc1 = bitcast i128 %a to fp128
7 %bc2 = bitcast fp128 %bc1 to ppc_fp128
16 %bc1 = bitcast i64 %a to double
17 %bc2 = bitcast double %bc1 to <2 x i32>
26 %bc1 = bitcast i64 %a to <2 x i32>
27 %bc2 = bitcast <2 x i32> %bc1 to double
36 %bc1 = bitcast i64 %a to <4 x i16>
37 %bc2 = bitcast <4 x i16> %bc1 to <2 x i32>
46 %bc1 = bitcast <2 x i32> %a to double
47 %bc2 = bitcast double %bc1 to i64
[all …]
Dlogical-select.ll102 %bc1 = bitcast <4 x i32> %sext to <2 x i64>
103 %and1 = and <2 x i64> %bc1, %sia
124 %bc1 = bitcast <4 x i32> %sext to <2 x i64>
125 %and1 = and <2 x i64> %bc1, %sia
146 %bc1 = bitcast <4 x i32> %sext to <2 x i64>
147 %and1 = and <2 x i64> %bc1, %sia
168 %bc1 = bitcast <4 x i32> %sext to <2 x i64>
169 %and1 = and <2 x i64> %bc1, %sia
190 %bc1 = bitcast <4 x i32> %sext to <2 x i64>
191 %and1 = and <2 x i64> %sia, %bc1
[all …]
Dbitcast.ll123 %bc1 = bitcast <2 x float> %A to <2 x i32>
124 %ext = extractelement <2 x i32> %bc1, i32 0
136 %bc1 = bitcast <4 x float> %A to <2 x double>
137 %ext = extractelement <2 x double> %bc1, i32 1
150 %bc1 = bitcast <2 x i32> %A to <1 x i64>
151 %ext = extractelement <1 x i64> %bc1, i32 0
156 ; CHECK-NEXT: %bc1 = bitcast <2 x i32> %A to <1 x i64>
157 ; CHECK-NEXT: %ext = extractelement <1 x i64> %bc1, i32 0
165 %bc1 = bitcast i128 %A to <2 x i64>
166 %ext = extractelement <2 x i64> %bc1, i32 0
Dtrunc.ll146 ; CHECK-NEXT: %bc1 = bitcast <2 x i64> %v to <4 x i32>
147 ; CHECK-NEXT: %ext = extractelement <4 x i32> %bc1, i32 2
Dselect.ll844 %bc1 = bitcast <4 x float> %a to <4 x i32>
846 %sel1 = select <4 x i1> %cmp, <4 x i32> %bc1, <4 x i32> %bc2
847 %sel2 = select <4 x i1> %cmp, <4 x i32> %bc2, <4 x i32> %bc1
867 %bc1 = trunc <4 x i64> %a to <4 x i32>
869 %sel1 = select <4 x i1> %cmp, <4 x i32> %bc1, <4 x i32> %bc2
870 %sel2 = select <4 x i1> %cmp, <4 x i32> %bc2, <4 x i32> %bc1
/external/llvm/utils/
Dfindoptdiff52 bc1=$3
62 opt1="${bc1}.opt"
64 ll1="${bc1}.ll"
66 opt1ll="${bc1}.opt.ll"
78 $opt1 $switches_to_use "$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
/external/swiftshader/third_party/LLVM/utils/
Dfindoptdiff52 bc1=$3
62 opt1="${bc1}.opt"
64 ll1="${bc1}.ll"
66 opt1ll="${bc1}.opt.ll"
78 $opt1 $switches_to_use "$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
/external/llvm/test/Transforms/LoopVectorize/
Dzero-sized-pointee-crash.ll19 ; CHECK-NEXT: %[[bc1:.*]] = bitcast {}* %[[phi]] to i8*
20 ; CHECK-NEXT: %[[gep:.*]] = getelementptr i8, i8* %[[bc1]], i64 1
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Duncond_br.ll15 %.bc1 = bitcast i8* %1 to i32*
16 %2 = load i32, i32* %.bc1, align 1
Dmips-legalization.ll35 %a.addr.bc1 = bitcast i8* %a.addr to i32*
36 %0 = load i32, i32* %a.addr.bc1, align 1
/external/llvm/test/CodeGen/PowerPC/
Dfabs.ll25 %bc1 = bitcast float %x to i32
26 %and = and i32 %bc1, 2147483647
/external/llvm/test/CodeGen/AArch64/
Dfcvt-int.ll159 %bc1 = bitcast double %x to i64
160 %and = and i64 %bc1, 9223372036854775807
171 %bc1 = bitcast float %x to i32
172 %xor = xor i32 %bc1, 2147483648
/external/aac/libAACenc/src/
Ddyn_bits.cpp165 const INT* const bc1, in FDKaacEnc_findMinMergeBits() argument
177 if (bc1[j] + bc2[j] < minBits) in FDKaacEnc_findMinMergeBits()
179 minBits = bc1[j] + bc2[j]; in FDKaacEnc_findMinMergeBits()
186 INT* const bc1, in FDKaacEnc_mergeBitLookUp() argument
194 bc1[j] = fixMin(bc1[j] + bc2[j], INVALID_BITCOUNT); in FDKaacEnc_mergeBitLookUp()
/external/llvm/test/tools/gold/X86/
Dparallel.ll4 ; RUN: llvm-dis %t.opt.bc1 -o - | FileCheck --check-prefix=CHECK-BC1 %s
/external/llvm/test/CodeGen/Mips/
D2008-07-23-fpcmp.ll3 ; RUN: grep "bc1[tf]" %t | count 3
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2008-07-23-fpcmp.ll3 ; RUN: grep {bc1\[tf\]} %t | count 3
/external/eigen/test/
Dblock.cpp82 VectorType bc1(m1.block(0,c1,rows,1)); in block() local
85 VERIFY_IS_EQUAL(m1.col(c1), bc1); in block()
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td253 // abs.[ds], abs.ps, bc1[tf]l?, mov[tf].[ds], mov[tf], mov.[ds], [cm][ft]c1,
351 // bc1[ft], cfc1, mfc1, mfhc1, movf, movt
/external/elfutils/tests/
Drun-strings-test.sh111 testfile4: bc1 __vt_10bad_typeid
/external/tcpdump/tests/
Dgeonet_and_calm_fast.out107 0x00a0: 2000 0602 0bc1 0004 eb14 4030 000f de86 ..........@0....

12