Searched
full:bitcast (Results
451 -
475 of
4002) sorted by null
<<11121314151617181920>>
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
2007-05-03-InlineAsm-S-Constraint.ll | 10 tail call void asm sideeffect "$0 $1", "s,i"( i8* bitcast (i32* getelementptr ([2 x i32]* @x, i32 0, i32 1) to i8*), i8* bitcast (i32* getelementptr ([2 x i32]* @x, i32 0, i32 1) to i8*) )
|
2008-03-05-RegScavengerAssert.ll | 8 %tmp28 = bitcast i8* %pp to void ()** ; <void ()**> [#uses=1] 12 %tmp30 = bitcast void ()* %tmp38 to void (i8*)* ; <void (i8*)*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
2009-07-11-FloatBitConvert.ll | 8 %b = bitcast i32 %a to float 14 %b = bitcast float %a to i32
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2007-06-15-IntToMMX.ll | 6 %tmp2 = bitcast <1 x i64> %A to x86_mmx
7 %tmp3 = bitcast <1 x i64> %B to x86_mmx
|
2007-06-28-X86-64-isel.ll | 4 %tmp1 = call <8 x i16> @llvm.x86.sse2.pmins.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 7, i32 7, i32 7, i32 7 > to <8 x i16>) )
5 %tmp2 = bitcast <8 x i16> %tmp1 to <4 x i32>
|
2009-02-04-sext-i64-gep.ll | 8 @g = global [1 x i32*] [ i32* bitcast (i8* getelementptr (i8* bitcast
|
2009-03-23-i80-fp80.ll | 7 %tmp = bitcast x86_fp80 0xK4000C000000000000000 to i80 12 %tmp = bitcast i80 302259125019767858003968 to x86_fp80
|
2009-06-05-VariableIndexInsert.ll | 5 %conv = bitcast <2 x i64> %a to <8 x i16> ; <<8 x i16>> [#uses=1] 9 %conv6 = bitcast <8 x i16> %vecins to <2 x i64> ; <<2 x i64>> [#uses=1]
|
fp-in-intregs.ll | 10 %tmp210 = bitcast float %tmp2 to i32 ; <i32> [#uses=1] 17 %tmp210 = bitcast float %tmp2 to i32 ; <i32> [#uses=1]
|
mmx-vzmovl.ll | 7 %1 = bitcast <1 x i64> %0 to <2 x i32> ; <<2 x i32>> [#uses=1] 9 %3 = bitcast <2 x i32> %2 to <1 x i64> ; <<1 x i64>> [#uses=1]
|
vec_insert-7.ll | 10 %tmp = bitcast x86_mmx %x to <2 x i32> 13 %tmp9 = bitcast <2 x i32> %tmp8 to x86_mmx
|
vec_set-7.ll | 4 %tmp = bitcast <2 x i64>* %p to double*
8 %tmp.upgrd.3 = bitcast <2 x double> %tmp5 to <2 x i64>
|
vec_shuffle-11.ll | 6 %tmp137 = bitcast <2 x i64> %tmp131 to <4 x i32> ; <<4 x i32>> [#uses=1]
7 %tmp138 = and <4 x i32> %tmp137, bitcast (<2 x i64> < i64 -1, i64 -1 > to <4 x i32>) ; <<4 x i32>> [#uses=1]
|
vec_shuffle-17.ll | 10 %tmp717 = bitcast i64 %x to double ; <double> [#uses=1] 13 %tmp11 = bitcast <2 x double> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
|
xmm-r64.ll | 5 %tmp1040 = bitcast <4 x i32> %tmp1039 to <2 x i64> ; <<2 x i64>> [#uses=1]
7 %tmp1048.upgrd.1 = bitcast <2 x i64> %tmp1048 to <4 x i32> ; <<4 x i32>> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
2009-11-12-MemDepMallocBitCast.ll | 1 ; Test to make sure malloc's bitcast does not block detection of a store 8 %X = bitcast i8* %1 to i64* ; <i64*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
2006-09-15-CastToBool.ll | 6 %tmp = bitcast i32 %tmp.i to i32 ; <i32> [#uses=1]
8 %tmp2 = bitcast i32 %tmp2.ui to i32 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/MemCpyOpt/ |
memcpy-to-memset.ll | 10 %arr_i8 = bitcast [3 x i32]* %arr to i8* 11 call void @llvm.memcpy.p0i8.p0i8.i64(i8* %arr_i8, i8* bitcast ([3 x i32]* @cst to i8*), i64 12, i32 4, i1 false)
|
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
contract-marker.ll | 4 ; CHECK-NEXT: %tcall = bitcast i32* %call to i8* 11 %tcall = bitcast i32* %call to i8*
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
union-fp-int.ll | 4 ; RUN: grep {bitcast.*float.*i32}
10 %X_addr.upgrd.1 = bitcast float* %X_addr to i32* ; <i32*> [#uses=1]
|
/external/llvm/test/Transforms/AtomicExpand/X86/ |
expand-atomic-non-integer.ll | 9 ; CHECK: %1 = bitcast float* %ptr to i32* 11 ; CHECK: %3 = bitcast i32 %2 to float 19 ; CHECK: %1 = bitcast float* %ptr to i32* 21 ; CHECK: %3 = bitcast i32 %2 to float 29 ; CHECK: %1 = bitcast float* %ptr to i32* 31 ; CHECK: %3 = bitcast i32 %2 to float 39 ; CHECK: %1 = bitcast float addrspace(1)* %ptr to i32 addrspace(1)* 41 ; CHECK: %3 = bitcast i32 %2 to float 49 ; CHECK: %1 = bitcast float %v to i32 50 ; CHECK: %2 = bitcast float* %ptr to i32 [all...] |
/external/clang/test/CXX/except/except.spec/ |
p9-dynamic.cpp | 11 // CHECK-NEXT: filter [1 x i8*] [i8* bitcast (i8** @_ZTIi to i8*)]
|
/external/clang/test/CodeGen/ |
2007-02-25-C-DotDotDot.c | 6 // call float (...) bitcast (float ()* @foo to float (...)*)( )
|
arm64_vcreate.c | 9 // CHECK: bitcast {{.*}} to <2 x float>
|
c11atomics.c | 174 // CHECK-NEXT: [[T1:%.*]] = bitcast float* [[T0]] to i8* 175 // CHECK-NEXT: [[T2:%.*]] = bitcast float* [[TMP0]] to i8* 184 // CHECK-NEXT: [[T2:%.*]] = bitcast float* [[T1]] to i8* 185 // CHECK-NEXT: [[T3:%.*]] = bitcast float* [[TMP1]] to i8* 215 // CHECK-NEXT: [[T1:%.*]] = bitcast [[CF]]* [[T0]] to i8* 216 // CHECK-NEXT: [[T2:%.*]] = bitcast [[CF]]* [[TMP0]] to i8* 237 // CHECK-NEXT: [[T0:%.*]] = bitcast [[CF]]* [[DEST]] to i8* 238 // CHECK-NEXT: [[T1:%.*]] = bitcast [[CF]]* [[TMP1]] to i8* 277 // CHECK-NEXT: [[T1:%.*]] = bitcast [[S]]* [[T0]] to i8* 278 // CHECK-NEXT: [[T2:%.*]] = bitcast [[S]]* [[F]] to i8 [all...] |
Completed in 1023 milliseconds
<<11121314151617181920>>