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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/ARM/
2012-05-10-PreferVMOVtoVDUP32.ll 9 %0 = bitcast i32* %p to i8*
global-merge.ll 12 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @g8 to i8*)], section "llvm.metadata"
24 %tmp2 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
25 catch i8* bitcast (i8** @_ZTIi to i8*)
27 %tmp4 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*))
peephole-bitcast.ll 16 %0 = bitcast float %x to i32
  /external/llvm/test/CodeGen/ARM/Windows/
memset.ll 9 call void @llvm.memset.p0i8.i32(i8* bitcast ([512 x i8]* @source to i8*), i8 0, i32 512, i32 0, i1 false)
  /external/llvm/test/CodeGen/Generic/
donothing.ll 18 %0 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
fp-to-int-invalid.ll 7 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
invalid-memcpy.ll 12 %Qux1 = bitcast [33 x i8]* %Qux to i8*
  /external/llvm/test/CodeGen/Hexagon/
struct_args.ll 11 %0 = load i64* bitcast (%struct.small* @s1 to i64*), align 1
  /external/llvm/test/CodeGen/MSP430/
2009-11-05-8BitLibcalls.ll 18 %call = tail call i16 @bar(i8* bitcast (i8 (i8, i8)* @foo to i8*)) nounwind ; <i16> [#uses=0]
  /external/llvm/test/CodeGen/Mips/
tail16.ll 6 %call = tail call float bitcast (float (...)* @g to float ()*)()
  /external/llvm/test/CodeGen/NVPTX/
call-with-alloca-buffer.ll 31 %1 = bitcast [16 x i8]* %buf to float*
36 %3 = bitcast i8* %arrayidx3 to float*
41 %5 = bitcast i8* %arrayidx5 to float*
46 %7 = bitcast i8* %arrayidx7 to float*
  /external/llvm/test/CodeGen/PowerPC/
2005-11-30-vastart-crash.ll 8 %va.upgrd.1 = bitcast i8** %ap to i8* ; <i8*> [#uses=1]
2006-04-19-vmaddfp-crash.ll 11 %tmp880 = bitcast <4 x float> %tmp879 to <4 x i32> ; <<4 x i32>> [#uses=2]
13 %tmp883.upgrd.1 = bitcast <4 x i32> %tmp883 to <4 x float> ; <<4 x float>> [#uses=1]
15 %tmp885.upgrd.2 = bitcast <4 x i32> %tmp885 to <4 x float> ; <<4 x float>> [#uses=1]
44 %tmp930 = bitcast <4 x float> zeroinitializer to <4 x i32> ; <<4 x i32>> [#uses=0]
frounds.ll 7 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
no-dead-strip.ll 7 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @X to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
unal-altivec.ll 12 %1 = bitcast float* %0 to <4 x float>*
16 %3 = bitcast float* %2 to <4 x float>*
21 %7 = bitcast float* %6 to <4 x float>*
25 %9 = bitcast float* %8 to <4 x float>*
  /external/llvm/test/CodeGen/R600/
complex-folding.ll 10 %3 = bitcast i32 %2 to float
llvm.SI.load.dword.ll 18 %14 = bitcast i32 %13 to float
20 %16 = bitcast i32 %15 to float
22 %18 = bitcast i32 %17 to float
24 %20 = bitcast i32 %19 to float
llvm.SI.tid.ll 9 %5 = bitcast i32 %4 to float
lshl.ll 7 %r = bitcast i32 %i to float
lshr.ll 7 %r = bitcast i32 %i to float
max-literals.ll 17 %9 = bitcast float %4 to i32
19 %11 = bitcast i32 %10 to float
46 %9 = bitcast float %4 to i32
48 %11 = bitcast i32 %10 to float
mulhu.ll 9 %r = bitcast i32 %i to float
  /external/llvm/test/CodeGen/SPARC/
2011-12-03-TailDuplication.ll 14 %0 = bitcast i8* undef to i8**
  /external/llvm/test/CodeGen/SystemZ/
alias-01.ll 12 %res = bitcast <16 x i32> %add to <16 x float>

Completed in 99 milliseconds

<<21222324252627282930>>