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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
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]
2013-02-12-ShuffleToZext.ll 9 %x1 = bitcast i64 %ex1 to <4 x i16>
10 %x2 = bitcast i64 %ex2 to <4 x i16>
fp-in-intregs.ll 10 %tmp210 = bitcast float %tmp2 to i32 ; <i32> [#uses=1]
17 %tmp210 = bitcast float %tmp2 to i32 ; <i32> [#uses=1]
mcinst-avx-lowering.ll 6 %0 = bitcast double %d_ivar to i64
15 %0 = bitcast i64 %d_ivar to double
opaque-constant-asm.ll 2 ; This tests makes sure that we not mistake the bitcast inside the asm statement
11 call void asm sideeffect "#ASM $0", "n"(i32 ptrtoint (i32* getelementptr inbounds (%struct2* bitcast (%union.anon* getelementptr inbounds (%struct1* null, i32 0, i32 1) to %struct2*), i32 0, i32 2) to i32))
rodata-relocs.ll 11 @p = unnamed_addr constant i8* bitcast ([2 x i32]* @a to i8*)
12 @t = unnamed_addr constant i8* bitcast ([2 x [2 x i32]]* @e to i8*)
13 @p1 = unnamed_addr constant i8* bitcast ([2 x i32]* @a1 to i8*)
14 @t1 = unnamed_addr constant i8* bitcast ([2 x [2 x i32]]* @e1 to i8*)
15 @p2 = internal global i8* bitcast([2 x i32]* @a1 to i8*)
16 @t2 = internal global i8* bitcast([2 x [2 x i32]]* @e1 to i8*)
17 @p3 = internal global i8* bitcast([2 x i32]* @a to i8*)
18 @t3 = internal global i8* bitcast([2 x [2 x i32]]* @e to i8*)
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/llvm/test/Linker/
alias.ll 11 ; CHECK-DAG: @foo2 = alias bitcast (i32* @zed to i16*)
14 ; CHECK-DAG: @bar2 = alias bitcast (i16* @foo2 to i32*)
  /external/llvm/test/Object/Inputs/
trivial.ll 6 tail call void bitcast (void (...)* @SomeOtherFunction to void ()*)() nounwind
15 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @var to i8*)], section "llvm.metadata"
  /external/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/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]
memcpy_chk-1.ll 20 %dst = bitcast %struct.T1* @t1 to i8*
21 %src = bitcast %struct.T2* @t2 to i8*
30 %dst = bitcast %struct.T1* @t1 to i8*
31 %src = bitcast %struct.T3* @t3 to i8*
42 %dst = bitcast %struct.T3* @t3 to i8*
43 %src = bitcast %struct.T1* @t1 to i8*
52 %dst = bitcast %struct.T1* @t1 to i8*
53 %src = bitcast %struct.T2* @t2 to i8*
memmove_chk-1.ll 20 %dst = bitcast %struct.T1* @t1 to i8*
21 %src = bitcast %struct.T2* @t2 to i8*
30 %dst = bitcast %struct.T1* @t1 to i8*
31 %src = bitcast %struct.T3* @t3 to i8*
42 %dst = bitcast %struct.T3* @t3 to i8*
43 %src = bitcast %struct.T1* @t1 to i8*
52 %dst = bitcast %struct.T1* @t1 to i8*
53 %src = bitcast %struct.T2* @t2 to i8*
  /external/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/ObjCARC/
path-overflow.ll 43 %0 = bitcast %struct.NSConstantString* @_unnamed_cfstring to i8*
869 %call2 = invoke i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*, i8*)*)(i8* undef, i8* undef, i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring to i8*))
873 %call5 = invoke signext i8 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8 (i8*, i8*)*)(i8* undef, i8* undef)
880 %call7 = invoke i32 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 (i8*, i8*)*)(i8* undef, i8* undef)
    [all...]
  /external/clang/test/CodeGen/
2007-02-25-C-DotDotDot.c 6 // call float (...)* bitcast (float ()* @foo to float (...)*)( )
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call.C 13 // CHECK: getelementptr inbounds (void (%struct.Base*)** bitcast ([3 x i8*]* @_ZTV4Base to void (%struct.Base*)**), i64 2)
  /external/clang/test/CodeGenObjC/
builtins.m 7 // CHECK: call signext i16 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i16 (i8*, i8*, i8*)*)(
  /external/llvm/test/Assembler/
addrspacecast-alias.ll 7 ; CHECK: @ia = alias internal addrspacecast (i8 addrspace(2)* addrspace(1)* bitcast (i8 addrspace(1)* @i to i8 addrspace(2)* addrspace(1)*) to i8 addrspace(2)* addrspace(3)*)

Completed in 221 milliseconds

1 2 3 4 5 6 7 8 91011>>