HomeSort by relevance Sort by last modified time
    Searched full:bitcast (Results 26 - 50 of 4002) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
2009-02-28-CastOpc.ll 6 bitcast i32* null to i32*
  /external/llvm/test/CodeGen/Generic/
2010-07-27-DAGCombineCrash.ll 5 ret float extractelement (<2 x float> bitcast (<1 x double> <double 0x3f800000> to <2 x float>), i32 1);
  /external/llvm/test/Linker/Inputs/
alias.ll 3 @foo2 = alias i16, bitcast (i32* @zed to i16*)
  /external/llvm/test/ThinLTO/X86/Inputs/
select_right_alias_definition1.ll 2 @foo = weak alias i32 (...), bitcast (i32 ()* @foo1 to i32 (...)*)
  /external/llvm/test/Transforms/InstCombine/
bitcast-vec-uniform.ll 4 ; CHECK-NOT: bitcast
7 %c = bitcast <2 x i64> <i64 0, i64 0> to <4 x i32>
12 ; CHECK-NOT: bitcast
16 %c = bitcast <2 x i64> <i64 -1, i64 -1> to <4 x i32>
21 ; CHECK-NOT: bitcast
26 %cast = bitcast i64 -1 to <2 x float>
32 ; CHECK-NOT: bitcast
35 %cast = bitcast i128 -1 to <2 x double>
40 ; CHECK-NOT: bitcast
43 %cast = bitcast i32 -1 to <1 x float
    [all...]
call-cast-target-inalloca.ll 12 call void bitcast (void (i32)* @takes_i32 to void (i32*)*)(i32* inalloca %args)
13 ; CHECK: call void bitcast
19 call void bitcast (void (i32*)* @takes_i32_inalloca to void (i32)*)(i32 0)
20 ; CHECK: call void bitcast
2008-01-06-BitCastAttributes.ll 4 ; CHECK-NOT: bitcast
20 ; CHECK: call i64 bitcast (i32 (i32*)* @b to i64 (i32)*)(i32 0)
21 %x = call i64 bitcast (i32 (i32*)* @b to i64 (i32)*)( i32 0 ) ; <i64> [#uses=0]
24 ; CHECK-NOT: bitcast
25 call void bitcast (void ()* @a to void (i32*)*)( i32* noalias %y )
26 call <2 x i32> bitcast (i32 (i32*)* @b to <2 x i32> (i32*)*)( i32* inreg null ) ; <<2 x i32>>:1 [#uses=0]
27 call void bitcast (void (...)* @c to void (i32)*)( i32 0 )
28 call void bitcast (void (...)* @c to void (i32)*)( i32 zeroext 0 )
2008-01-06-VoidCast.ll 9 ; CHECK: call i32 bitcast
10 %x = call i32 bitcast (void (i16)* @f to i32 (i32)*)( i32 %y ) ; <i32> [#uses=1]
2009-02-04-FPBitcast.ll 5 %tmp = bitcast i80 0 to x86_fp80 ; <x86_fp80> [#uses=1]
10 %tmp = bitcast x86_fp80 0xK00000000000000000000 to i80 ; <i80> [#uses=1]
  /external/llvm/test/tools/llvm-split/
global.ll 5 ; CHECK0: @foo = global i8* bitcast
7 @foo = global i8* bitcast (i8** @bar to i8*)
10 ; CHECK1: @bar = global i8* bitcast
11 @bar = global i8* bitcast (i8** @foo to i8*)
  /external/swiftshader/third_party/LLVM/test/Assembler/
2009-02-28-CastOpc.ll 5 bitcast i32* null to i32*
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
2010-07-27-DAGCombineCrash.ll 5 ret float extractelement (<2 x float> bitcast (<1 x double> <double 0x3f800000> to <2 x float>), i32 1);
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
bitcast-vec-canon.ll 4 %c = bitcast <1 x i64> %y to double
9 %c = bitcast <1 x i64> %y to i64
14 %c = bitcast double %y to <1 x i64>
19 %c = bitcast i64 %y to <1 x i64>
2008-01-06-VoidCast.ll 1 ; RUN: opt < %s -instcombine -S | not grep bitcast
8 %x = call i32 bitcast (void (i16)* @f to i32 (i32)*)( i32 %y ) ; <i32> [#uses=1]
2009-02-04-FPBitcast.ll 5 %tmp = bitcast i80 0 to x86_fp80 ; <x86_fp80> [#uses=1]
10 %tmp = bitcast x86_fp80 0xK00000000000000000000 to i80 ; <i80> [#uses=1]
  /external/llvm/test/CodeGen/X86/
combine-64bit-vec-binop.ll 6 %1 = bitcast double %A to <2 x i32>
7 %2 = bitcast double %B to <2 x i32>
9 %3 = bitcast <2 x i32> %add to double
19 %1 = bitcast double %A to <4 x i16>
20 %2 = bitcast double %B to <4 x i16>
22 %3 = bitcast <4 x i16> %add to double
31 %1 = bitcast double %A to <8 x i8>
32 %2 = bitcast double %B to <8 x i8>
34 %3 = bitcast <8 x i8> %add to double
44 %1 = bitcast double %A to <2 x i32
    [all...]
Atomics-64.ll 21 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
23 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
25 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
27 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
29 %10 = bitcast i8* bitcast (i64* @sl to i8*) to i64
    [all...]
mmx-bitcast-fold.ll 3 ; CHECK: @foo(x86_mmx bitcast (double 0.000000e+00 to x86_mmx))
7 %0 = bitcast double 0.0 to x86_mmx
  /external/llvm/test/CodeGen/PowerPC/
ia-mem-r0.ll 16 %1 = bitcast [18 x i64]* %regs to i64*
18 %2 = bitcast [18 x i64]* %regs to i8*
20 %4 = bitcast i8* %3 to i64*
22 %5 = bitcast [18 x i64]* %regs to i8*
24 %7 = bitcast i8* %6 to i64*
26 %8 = bitcast [18 x i64]* %regs to i8*
28 %10 = bitcast i8* %9 to i64*
30 %11 = bitcast [18 x i64]* %regs to i8*
32 %13 = bitcast i8* %12 to i64*
34 %14 = bitcast [18 x i64]* %regs to i8
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Atomics-64.ll 21 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
23 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
25 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
27 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
29 %10 = bitcast i8* bitcast (i64* @sl to i8*) to i64
    [all...]
  /external/clang/test/CodeGen/
2005-12-04-AttributeUsed.c 3 // CHECK: @llvm.used = appending global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
  /external/clang/test/CodeGenCXX/
vtable-align.cpp 12 // CHECK-32: @_ZTV1A = unnamed_addr constant [5 x i8*] [i8* null, i8* bitcast ({ i8*, i8* }* @_ZTI1A to i8*), i8* bitcast (void (%struct.A*)* @_ZN1A1fEv to i8*), i8* bitcast (void (%struct.A*)* @_ZN1A1gEv to i8*), i8* bitcast (void (%struct.A*)* @_ZN1A1hEv to i8*)], align 4
14 // CHECK-64: @_ZTV1A = unnamed_addr constant [5 x i8*] [i8* null, i8* bitcast ({ i8*, i8* }* @_ZTI1A to i8*), i8* bitcast (void (%struct.A*)* @_ZN1A1fEv to i8*), i8* bitcast (void (%struct.A*)* @_ZN1A1gEv to i8*), i8* bitcast (void (%struct.A*)* @_ZN1A1hEv to i8*)], align 8
  /external/llvm/test/CodeGen/Mips/
2008-08-04-Bitconvert.ll 6 bitcast i32 %u to float
13 bitcast float %u to i32
  /external/llvm/test/Transforms/GVN/
basic.ll 6 %z1 = bitcast i32 0 to i32
9 %z2 = bitcast i32 0 to i32
  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
basic.ll 5 %z1 = bitcast i32 0 to i32
8 %z2 = bitcast i32 0 to i32

Completed in 298 milliseconds

12 3 4 5 6 7 8 91011>>