HomeSort by relevance Sort by last modified time
    Searched full:bitcast (Results 726 - 750 of 1996) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
twoaddr-pass-sink.ll 6 %tmp25 = bitcast <2 x i64> %a1 to <8 x i16> ; <<8 x i16>> [#uses=1]
18 %tmp13 = bitcast <2 x i64> %tmp8 to <8 x i16> ; <<8 x i16>> [#uses=1]
19 %tmp15 = bitcast <2 x i64> %tmp11 to <8 x i16> ; <<8 x i16>> [#uses=1]
22 %tmp27 = bitcast <8 x i16> %tmp26 to <2 x i64> ; <<2 x i64>> [#uses=1]
vec_shuffle-14.ll 33 %tmp6 = bitcast <2 x i64> %tmp4 to <4 x i32> ; <<4 x i32>> [#uses=1]
35 %tmp8 = bitcast <4 x i32> %tmp7 to <2 x i64> ; <<2 x i64>> [#uses=1]
48 %tmp5 = bitcast <2 x i64> %a to <4 x i32> ; <<4 x i32>> [#uses=1]
50 %tmp7 = bitcast <4 x i32> %tmp6 to <2 x i64> ; <<2 x i64>> [#uses=1]
  /external/llvm/test/ExecutionEngine/
2007-12-10-APIntLoadStore.ll 9 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
fpbitcast.ll 6 %x46.i = bitcast double %x to i64
  /external/llvm/test/ExecutionEngine/MCJIT/
2007-12-10-APIntLoadStore.ll 9 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
fpbitcast.ll 6 %x46.i = bitcast double %x to i64
non-extern-addend.ll 5 %d.int64 = bitcast double %d to i64
test-fp-no-external-funcs.ll 10 %R = bitcast double %Q to double ; <double> [#uses=1]
  /external/llvm/test/Instrumentation/MemorySanitizer/
vector_arith.ll 19 ; CHECK: bitcast <8 x i16> {{.*}} to <4 x i32>
33 ; CHECK: bitcast i64 {{.*}} to <4 x i16>
36 ; CHECK: bitcast <4 x i16> {{.*}} to i64
47 ; CHECK: bitcast <16 x i8> {{.*}} to <2 x i64>
  /external/llvm/test/Transforms/ADCE/
2003-01-22-PredecessorProblem.ll 13 %cast455 = bitcast i8* %reg205 to i8** ; <i8**> [#uses=0]
  /external/llvm/test/Transforms/ConstantHoisting/X86/
stackmap.ll 9 ; CHECK: %const = bitcast i128 134646182756734033220 to i128
  /external/llvm/test/Transforms/GVN/
2011-09-07-TypeIdFor.ll 33 %typeid.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @_ZTIi to i8*))
39 %typeid1.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @_ZTIb to i8*))
56 %typeid = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @_ZTIi to i8*))
62 %typeid1 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @_ZTIb to i8*))
  /external/llvm/test/Transforms/GlobalOpt/
2008-01-03-Crash.ll 23 %tmp6.i4.i = load i32* bitcast (void (i32)** @indirect1 to i32*), align 4 ; <i32> [#uses=0]
atomic.ll 11 %0 = load atomic i8* bitcast (i64* @GV1 to i8*) acquire, align 8
  /external/llvm/test/Transforms/Inline/
alloca-merge-align-nodl.ll 62 %tmpcast = bitcast i64* %a to %struct.s*
64 %a1 = bitcast i64* %a to i32*
80 %tmpcast = bitcast i64* %a to %struct.s*
82 %a1 = bitcast i64* %a to i32*
inline_invoke.ll 73 catch i8* bitcast (i8** @_ZTIi to i8*)
76 %0 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*)) nounwind
98 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
105 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
132 catch i8* bitcast (i8** @_ZTIi to i8*)
135 %0 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*)) nounwind
168 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
187 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
199 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
263 catch i8* bitcast (i8** @_ZTIi to i8*
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2007-12-12-GEPScale.ll 7 %p = bitcast [100 x {i8,i8,i8}]* %x to i8*
2009-01-19-fmod-constant-float.ll 13 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
30 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
47 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
64 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
2009-02-21-LoadCST.ll 10 %rhsv = load i32* bitcast ([4 x i8]* @.str1 to i32*), align 1
call2.ll 7 %tmp = call i32 (...)* bitcast (i32 (i8*)* @f to i32 (...)*)( double 3.000000e+00 ) ; <i32> [#uses=0]
memset2.ll 9 ; CHECK: bitcast i8 addrspace(1)* %gep to i64 addrspace(1)*
  /external/llvm/test/Transforms/InstSimplify/
2013-04-19-ConstantFoldingCrash.ll 7 %a = and <2 x i64> undef, bitcast (<4 x i32> <i32 undef, i32 undef, i32 undef, i32 2147483647> to <2 x i64>)
  /external/llvm/test/Transforms/LICM/
2011-07-06-Alignment.ll 12 %vecidx = bitcast float* %arrayidx to <4 x float>*
  /external/llvm/test/Transforms/LoopVectorize/
2012-10-22-isconsec.ll 18 %1 = bitcast float* %arr to i8*
26 %5 = bitcast i8* %4 to float*
44 %1 = getelementptr inbounds i8* bitcast (float* getelementptr inbounds ([32000 x float]* @b, i64 0, i64 16000) to i8*), i64 %0
45 %2 = bitcast i8* %1 to float*
  /external/llvm/test/Transforms/MergeFunc/
vector.ll 24 %tmp2.i.i = bitcast %"class.std::vector"* %this to i64**
30 %0 = bitcast i64* %tmp3.i.i to i8*
42 %tmp2.i.i = bitcast %"class.std::vector"* %this to i8***
48 %0 = bitcast i8** %tmp3.i.i to i8*

Completed in 532 milliseconds

<<21222324252627282930>>