/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2005-12-03-IncorrectPHIFold.ll | 5 %struct.anon = type { i32, i32, i32, i32, [1024 x i8] } 6 @_zero_ = external global %struct.anon* ; <%struct.anon**> [#uses=2] 7 @_one_ = external global %struct.anon* ; <%struct.anon**> [#uses=4] 10 declare i32 @bc_compare(%struct.anon*, %struct.anon*) 12 declare void @free_num(%struct.anon**) 14 declare %struct.anon* @copy_num(%struct.anon*) 16 declare void @init_num(%struct.anon**) 18 declare %struct.anon* @new_num(i32, i32) 20 declare void @int2num(%struct.anon**, i32) 22 declare void @bc_multiply(%struct.anon*, %struct.anon*, %struct.anon**, i32) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | 2005-12-03-IncorrectPHIFold.ll | 5 %struct.anon = type { i32, i32, i32, i32, [1024 x i8] } 6 @_zero_ = external global %struct.anon* ; <%struct.anon**> [#uses=2] 7 @_one_ = external global %struct.anon* ; <%struct.anon**> [#uses=4] 10 declare i32 @bc_compare(%struct.anon*, %struct.anon*) 12 declare void @free_num(%struct.anon**) 14 declare %struct.anon* @copy_num(%struct.anon*) 16 declare void @init_num(%struct.anon**) 18 declare %struct.anon* @new_num(i32, i32) 20 declare void @int2num(%struct.anon**, i32) 22 declare void @bc_multiply(%struct.anon*, %struct.anon*, %struct.anon**, i32) [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2005-12-03-IncorrectPHIFold.ll | 7 %struct.anon = type { i32, i32, i32, i32, [1024 x i8] } 8 @_zero_ = external global %struct.anon* ; <%struct.anon**> [#uses=2] 9 @_one_ = external global %struct.anon* ; <%struct.anon**> [#uses=4] 12 declare i32 @bc_compare(%struct.anon*, %struct.anon*) 14 declare void @free_num(%struct.anon**) 16 declare %struct.anon* @copy_num(%struct.anon*) 18 declare void @init_num(%struct.anon**) 20 declare %struct.anon* @new_num(i32, i32) 22 declare void @int2num(%struct.anon**, i32) 24 declare void @bc_multiply(%struct.anon*, %struct.anon*, %struct.anon**, i32) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2007-03-25-BadShiftMask.ll | 5 %struct..0anon = type { i32, i32 } 6 %struct..1anon = type { double } 11 ; CHECK-NEXT: [[U:%.*]] = alloca %struct..1anon, align 8 12 ; CHECK-NEXT: [[TMP1:%.*]] = getelementptr inbounds %struct..1anon, %struct..1anon* [[U]], i64 0… 14 ; CHECK-NEXT: [[TMP34:%.*]] = bitcast %struct..1anon* [[U]] to %struct..0anon* 15 ; CHECK-NEXT: [[TMP5:%.*]] = getelementptr inbounds %struct..0anon, %struct..0anon* [[TMP34]], i… 26 %u = alloca %struct..1anon, align 8 27 %tmp1 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0 29 %tmp3 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0 30 %tmp34 = bitcast double* %tmp3 to %struct..0anon* [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SafeStack/X86/ |
D | constant-geps.ll | 4 %struct.deep = type { %union.anon } 5 %union.anon = type { %struct.anon } 6 %struct.anon = type { %struct.anon.0 } 7 %struct.anon.0 = type { %union.anon.1 } 8 %union.anon.1 = type { [2 x i8] } 21 %c = bitcast %union.anon* %b to %struct.anon* 22 %d = getelementptr inbounds %struct.anon, %struct.anon* %c, i32 0, i32 0 23 %e = getelementptr inbounds %struct.anon.0, %struct.anon.0* %d, i32 0, i32 0 24 %array = bitcast %union.anon.1* %e to [2 x i8]*
|
/external/llvm/test/Transforms/SafeStack/ |
D | constant-geps.ll | 4 %struct.deep = type { %union.anon } 5 %union.anon = type { %struct.anon } 6 %struct.anon = type { %struct.anon.0 } 7 %struct.anon.0 = type { %union.anon.1 } 8 %union.anon.1 = type { [2 x i8] } 21 %c = bitcast %union.anon* %b to %struct.anon* 22 %d = getelementptr inbounds %struct.anon, %struct.anon* %c, i32 0, i32 0 23 %e = getelementptr inbounds %struct.anon.0, %struct.anon.0* %d, i32 0, i32 0 24 %array = bitcast %union.anon.1* %e to [2 x i8]*
|
/external/llvm/test/CodeGen/X86/ |
D | nancvt.ll | 10 %struct..0anon = type { float } 11 %struct..1anon = type { double } 25 %uf = alloca %struct..0anon, align 4 ; <%struct..0anon*> [#uses=8] 26 %ud = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=10] 35 %tmp3 = getelementptr %struct..0anon, %struct..0anon* %uf, i32 0, i32 0 ; <float*> [#uses=1] 38 %tmp5 = getelementptr %struct..0anon, %struct..0anon* %uf, i32 0, i32 0 ; <float*> [#uses=1] 41 %tmp8 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 43 %tmp9 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 48 %tmp14 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 77 %tmp32 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | nancvt.ll | 10 %struct..0anon = type { float } 11 %struct..1anon = type { double } 25 %uf = alloca %struct..0anon, align 4 ; <%struct..0anon*> [#uses=8] 26 %ud = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=10] 35 %tmp3 = getelementptr %struct..0anon, %struct..0anon* %uf, i32 0, i32 0 ; <float*> [#uses=1] 38 %tmp5 = getelementptr %struct..0anon, %struct..0anon* %uf, i32 0, i32 0 ; <float*> [#uses=1] 41 %tmp8 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 43 %tmp9 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 48 %tmp14 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 77 %tmp32 = getelementptr %struct..1anon, %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2007-03-25-BadShiftMask.ll | 4 %struct..0anon = type { i32, i32 } 5 %struct..1anon = type { double } 9 %u = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=4] 10 %tmp1 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0 ; <double*> [#uses=1] 12 %tmp3 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0 ; <double*> [#uses=1] 13 %tmp34 = bitcast double* %tmp3 to %struct..0anon* ; <%struct..0anon*> [#uses=1] 14 %tmp5 = getelementptr %struct..0anon, %struct..0anon* %tmp34, i32 0, i32 1 ; <i32*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | address-space.ll | 7 %struct.anon = type { [1 x float] } 13 define void @Test(%struct.anon addrspace(2)* %pPtr) nounwind { 15 %s = alloca %struct.anon, align 4 ; <%struct.anon*> [#uses=3] 16 …%arrayidx = getelementptr inbounds %struct.anon addrspace(2)* %pPtr, i64 0 ; <%struct.anon addrspa… 17 %tmp1 = bitcast %struct.anon* %s to i8* ; <i8*> [#uses=1] 18 …%tmp2 = bitcast %struct.anon addrspace(2)* %arrayidx to i8 addrspace(2)* ; <i8 addrspace(2)*> [#us… 20 %tmp3 = getelementptr inbounds %struct.anon* %s, i32 0, i32 0 ; <[1 x float]*> [#uses=1] 25 …%arrayidx7 = getelementptr inbounds %struct.anon addrspace(2)* %pPtr, i64 0 ; <%struct.anon addrsp… 26 …%tmp8 = bitcast %struct.anon addrspace(2)* %arrayidx7 to i8 addrspace(2)* ; <i8 addrspace(2)*> [#u… 27 %tmp9 = bitcast %struct.anon* %s to i8* ; <i8*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | 2007-04-27-LargeMemObject.ll | 3 %struct..0anon = type { [100 x i32] } 7 %currfpu = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=2] 8 %mxcsr = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=1] 9 …call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %currfpu… 10 …ect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currf…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/ |
D | scc-constants.ll | 20 %struct.anon = type { i64, i64 } 22 @bla = internal global %struct.anon { i64 1, i64 2 }, align 8 23 @bla2 = internal global %struct.anon { i64 1, i64 2 }, align 8 27 store i64 5, i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla, i32 0, i32 0), align 8 28 …store i32 -1, i32* bitcast (i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla2, i32 0,… 34 store i64 5, i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla, i32 0, i32 0), align 8 35 …store i32 -1, i32* bitcast (i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla2, i32 0,…
|
/external/llvm/test/tools/llvm-split/ |
D | scc-constants.ll | 20 %struct.anon = type { i64, i64 } 22 @bla = internal global %struct.anon { i64 1, i64 2 }, align 8 23 @bla2 = internal global %struct.anon { i64 1, i64 2 }, align 8 27 store i64 5, i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla, i32 0, i32 0), align 8 28 …store i32 -1, i32* bitcast (i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla2, i32 0,… 34 store i64 5, i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla, i32 0, i32 0), align 8 35 …store i32 -1, i32* bitcast (i64* getelementptr inbounds (%struct.anon, %struct.anon* @bla2, i32 0,…
|
/external/llvm/test/CodeGen/Generic/ |
D | 2007-04-27-LargeMemObject.ll | 3 %struct..0anon = type { [100 x i32] } 7 %currfpu = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=2] 8 %mxcsr = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=1] 9 …call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %currfpu… 10 …ect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currf…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | 2007-04-27-LargeMemObject.ll | 3 %struct..0anon = type { [100 x i32] } 7 %currfpu = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=2] 8 %mxcsr = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=1] 9 …call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %currfpu… 10 …ect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currf…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | pr32836.ll | 4 %struct.anon = type { i32 } 5 @b = external global %struct.anon 16 … [[BF_LOAD1:%.*]] = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @b, i64 0, … 20 ; CHECK-NEXT: store i32 [[BF_SET]], i32* getelementptr inbounds (%struct.anon, %struct.anon* @b,… 34 %bf.load1 = load i32, i32* getelementptr (%struct.anon, %struct.anon* @b, i64 0, i32 0) 38 store i32 %bf.set, i32* getelementptr (%struct.anon, %struct.anon* @b, i64 0, i32 0) 41 %bf.load4 = load i32, i32* getelementptr (%struct.anon, %struct.anon* @b, i64 0, i32 0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr20442.ll | 14 %struct.anon = type { i32 } 15 %struct.anon.0 = type { i32 } 17 @b = common global %struct.anon* null, align 4 18 @a = common global %struct.anon.0* null, align 4 23 %0 = load %struct.anon*, %struct.anon** @b, align 4 24 %1 = ptrtoint %struct.anon* %0 to i32 25 %cmp = icmp sgt %struct.anon* %0, null 26 %2 = load %struct.anon.0*, %struct.anon.0** @a, align 4 30 %aclass = getelementptr inbounds %struct.anon.0, %struct.anon.0* %2, i32 0, i32 0 54 %aclass_index = getelementptr inbounds %struct.anon, %struct.anon* %0, i32 %j.110, i32 0 [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr20442.ll | 14 %struct.anon = type { i32 } 15 %struct.anon.0 = type { i32 } 17 @b = common global %struct.anon* null, align 4 18 @a = common global %struct.anon.0* null, align 4 23 %0 = load %struct.anon*, %struct.anon** @b, align 4 24 %1 = ptrtoint %struct.anon* %0 to i32 25 %cmp = icmp sgt %struct.anon* %0, null 26 %2 = load %struct.anon.0*, %struct.anon.0** @a, align 4 30 %aclass = getelementptr inbounds %struct.anon.0, %struct.anon.0* %2, i32 0, i32 0 54 %aclass_index = getelementptr inbounds %struct.anon, %struct.anon* %0, i32 %j.110, i32 0 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-virtual_base.ll | 8 …Warps_Struct*, %struct.Pattern_Struct*, %struct.Blend_Map_Struct*, %union.anon.9, %struct.Texture_… 10 …, float, %struct.Warps_Struct*, %struct.Pattern_Struct*, %struct.Blend_Map_Struct*, %union.anon.6 } 12 %struct.Blend_Map_Entry = type { float, i8, %union.anon } 13 %union.anon = type { [2 x double], [8 x i8] } 14 %union.anon.6 = type { %struct.anon.7 } 15 %struct.anon.7 = type { float, [3 x double] } 16 %union.anon.9 = type { %struct.anon.10 } 17 %struct.anon.10 = type { float, [3 x double] } 18 …uct.Warps_Struct*, %struct.Pattern_Struct*, %struct.Blend_Map_Struct*, %union.anon.0, [5 x float] } 19 %union.anon.0 = type { %struct.anon } [all …]
|
D | arm64-collect-loh-str.ll | 9 %struct.anon = type { i32*, i32** } 11 @pptp_wan_head = internal global %struct.anon zeroinitializer, align 8 18 …store i32* null, i32** getelementptr inbounds (%struct.anon, %struct.anon* @pptp_wan_head, i64 0, … 19 …ptr inbounds (%struct.anon, %struct.anon* @pptp_wan_head, i64 0, i32 0), i32*** getelementptr inbo…
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-virtual_base.ll | 8 …Warps_Struct*, %struct.Pattern_Struct*, %struct.Blend_Map_Struct*, %union.anon.9, %struct.Texture_… 10 …, float, %struct.Warps_Struct*, %struct.Pattern_Struct*, %struct.Blend_Map_Struct*, %union.anon.6 } 12 %struct.Blend_Map_Entry = type { float, i8, %union.anon } 13 %union.anon = type { [2 x double], [8 x i8] } 14 %union.anon.6 = type { %struct.anon.7 } 15 %struct.anon.7 = type { float, [3 x double] } 16 %union.anon.9 = type { %struct.anon.10 } 17 %struct.anon.10 = type { float, [3 x double] } 18 …uct.Warps_Struct*, %struct.Pattern_Struct*, %struct.Blend_Map_Struct*, %union.anon.0, [5 x float] } 19 %union.anon.0 = type { %struct.anon } [all …]
|
D | arm64-collect-loh-str.ll | 9 %struct.anon = type { i32*, i32** } 11 @pptp_wan_head = internal global %struct.anon zeroinitializer, align 8 18 …store i32* null, i32** getelementptr inbounds (%struct.anon, %struct.anon* @pptp_wan_head, i64 0, … 19 …ptr inbounds (%struct.anon, %struct.anon* @pptp_wan_head, i64 0, i32 0), i32*** getelementptr inbo…
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2007-03-25-BadShiftMask.ll | 4 %struct..0anon = type { i32, i32 } 5 %struct..1anon = type { double } 9 %u = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=4] 10 %tmp1 = getelementptr %struct..1anon* %u, i32 0, i32 0 ; <double*> [#uses=1] 12 %tmp3 = getelementptr %struct..1anon* %u, i32 0, i32 0 ; <double*> [#uses=1] 13 %tmp34 = bitcast double* %tmp3 to %struct..0anon* ; <%struct..0anon*> [#uses=1] 14 %tmp5 = getelementptr %struct..0anon* %tmp34, i32 0, i32 1 ; <i32*> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | global_alias.ll | 5 %struct.anon = type { [100 x i32], i32, [100 x i32] } 6 %struct.anon.0 = type { [100 x [100 x i32]], i32, [100 x [100 x i32]] } 8 @Foo = common global %struct.anon zeroinitializer, align 4 9 @Bar = common global %struct.anon.0 zeroinitializer, align 4 44 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 49 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 61 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 93 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 98 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 110 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… [all …]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | global_alias.ll | 5 %struct.anon = type { [100 x i32], i32, [100 x i32] } 6 %struct.anon.0 = type { [100 x [100 x i32]], i32, [100 x [100 x i32]] } 8 @Foo = common global %struct.anon zeroinitializer, align 4 9 @Bar = common global %struct.anon.0 zeroinitializer, align 4 44 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 49 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 61 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 93 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 98 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… 110 …inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0… [all …]
|