/frameworks/compile/slang/tests/F_anon_struct_typedef/ |
anon_struct_typedef.rs | 6 } anon; 8 anon myStruct;
|
/external/llvm/test/Transforms/SimplifyCFG/ |
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*) [all...] |
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
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*)
[all...] |
/external/llvm/test/CodeGen/Generic/ |
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 call void asm sideeffect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currfpu )
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
test1c | 1 # memtoy test 1c - single 64 page anon segment 4 anon foo 64p
|
test1c8 | 1 # memtoy test 1c - single 8 page anon segment 4 anon foo 8p
|
test2 | 1 #memtoy test 2 - migrate 2 2g anon segments from (1,2) -> 3 3 anon foo 2g 4 anon bar 2g
|
test1 | 1 # memtoy test 1 - single 1g anon segment 3 anon foo 1g
|
test1l | 1 # memtoy test 1l - single 8 page anon segment 4 anon foo 8p
|
test4 | 1 # memtoy test 4 - single 1g anon segment 4 anon foo 1g
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
test-mpm-anon-1g | 1 # memtoy test - manual migrate single 1G anon segment 4 anon foo 1g
|
test-mpm-anon-8p | 1 # memtoy test - manual migrate single 8 page anon segment 4 anon foo 8p
|
test-lazy-anon-1g | 1 # memtoy test - lazy migrate single 1G anon segment 4 anon foo 1g
|
test-lazy-anon-1p | 1 # memtoy test - lazy migrate single 1 page anon segment 5 anon foo 1p
|
test-lazy-anon-8p | 1 # memtoy test - lazy migrate single 8 page anon segment 4 anon foo 8p
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
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 call void asm sideeffect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currfpu )
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
tls3.ll | 4 %struct.anon = type { i32, i32 } 5 @teste = internal thread_local global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=1] 9 %tmp2 = load i32* getelementptr (%struct.anon* @teste, i32 0, i32 0), align 8 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/SafeStack/ |
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* [all...] |
/external/llvm/test/Transforms/GVN/ |
2008-02-12-UndefLoad.ll | 4 %struct.anon = type { i32, i8, i8, i8, i8 } 8 %c = alloca %struct.anon ; <%struct.anon*> [#uses=2] 9 %tmp = getelementptr %struct.anon, %struct.anon* %c, i32 0, i32 0 ; <i32*> [#uses=1] 15 %call = call i32 (...) @x( %struct.anon* %c ) ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/InstCombine/ |
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 [all...] |
/external/clang/test/CodeGen/ |
2007-05-16-EmptyStruct.c | 4 // CHECK: global %struct.anon* null
|
const-arithmetic.c | 3 // CHECK: @g1 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16 4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
|
/external/llvm/test/Transforms/NameAnonFunctions/ |
rename.ll | 1 ; RUN: opt -S -name-anon-functions < %s | FileCheck %s 14 ; CHECK: define void @anon.acbd18db4cc2f85cedef654fccc4a4d8.0() 15 ; CHECK: define void @anon.acbd18db4cc2f85cedef654fccc4a4d8.1() 16 ; CHECK: define void @anon.acbd18db4cc2f85cedef654fccc4a4d8.2()
|
/external/llvm/test/tools/llvm-split/ |
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, i32 1) to i32*), align 8 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, i32 1) to i32*), align [all...] |
/external/llvm/test/CodeGen/AArch64/ |
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, i32 0), align 8 19 store i32** getelementptr inbounds (%struct.anon, %struct.anon* @pptp_wan_head, i64 0, i32 0), i32*** getelementptr inbounds (%struct.anon, %struct.anon* @pptp_wan_head, i64 0, i32 1), align 8
|