/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
2007-07-26-PhiErasure.ll | 3 %struct..0anon = type { i32 } 7 %struct.rtx_def = type { i16, i8, i8, [1 x %struct..0anon] }
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
2009-07-28-Exit.ll | 4 %struct.__sFILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, i8*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64, %struct.pthread_mutex*, %struct.pthread*, i32, i32, %union.anon } 8 %union.anon = type { i64, [120 x i8] }
|
/external/llvm/test/CodeGen/PowerPC/ |
pr26690.ll | 3 %struct.anon = type { %struct.anon.0, %struct.anon.1 } 4 %struct.anon.0 = type { i32 } 5 %struct.anon.1 = type { i32 } 14 @f = common global %struct.anon zeroinitializer, align 4 65 %5 = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @f, i64 0, i32 0, i32 0), align 4, !tbaa !7 76 %7 = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @f, i64 0, i32 1, i32 0), align 4, !tbaa !1 [all...] |
aa-tbaa.ll | 9 %"class.llvm::MCOperand" = type { i8, %union.anon.110 } 10 %union.anon.110 = type { i64 }
|
/external/llvm/test/Instrumentation/EfficiencySanitizer/ |
struct_field_count_basic.ll | 7 %struct.C = type { %struct.anon, %union.anon, [10 x i8] } 8 %struct.anon = type { i32, i32 } 9 %union.anon = type { double } 30 ; CHECK-NEXT: @16 = private unnamed_addr constant [33 x i8] c"%struct.anon = type { i32, i32 }\00", align 1 31 ; CHECK-NEXT: @17 = private unnamed_addr constant [30 x i8] c"%union.anon = type { double }\00", align 1 33 ; CHECK-NEXT: @19 = private unnamed_addr constant [20 x i8] c"struct.anon#2#11#11\00", align 1 34 ; CHECK-NEXT: @"struct.anon#2#11#11" = weak global [3 x i64] zeroinitializer 40 ; CHECK-NEXT: @25 = private unnamed_addr constant [15 x i8] c"union.anon#1#3\00", align 1 41 ; CHECK-NEXT: @"union.anon#1#3" = weak global [2 x i64] zeroinitialize [all...] |
struct_field_small.ll | 7 %struct.C = type { %struct.anon, %union.anon, [10 x i8] } 8 %struct.anon = type { i32, i32 } 9 %union.anon = type { double } 18 ; CHECK-NEXT: @4 = private unnamed_addr constant [20 x i8] c"struct.anon#2#11#11\00", align 1 19 ; CHECK-NEXT: @"struct.anon#2#11#11" = weak global [3 x i64] zeroinitializer 20 ; CHECK-NEXT: @5 = private unnamed_addr constant [15 x i8] c"union.anon#1#3\00", align 1 21 ; CHECK-NEXT: @"union.anon#1#3" = weak global [2 x i64] zeroinitializer 22 ; CHECK-NEXT: @6 = internal global [5 x { i8*, i32, i32, i32*, i32*, i8**, i64*, i64* }] [{ i8*, i32, i32, i32*, i32*, i8**, i64*, i64* } { i8* getelementptr inbounds ([17 x i8], [17 x i8]* @1, i32 0, i32 0), i32 8, i32 2, i32* null, i32* null, i8** null, i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"struct.A#2#11#11", i32 0, i32 0), i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"struct.A#2#11#11", i32 0, i32 2) }, { i8*, i32, i32, i32*, i32*, i8**, i64*, i64* } { i8* getelementptr inbounds ([12 x i8], [12 x i8]* @2, i32 0, i32 0), i32 8, i32 1, i32* null, i32* null, i8** null, i64* getelementptr inbounds ([2 x i64], [2 x i64]* @"union.U#1#3", i32 0, i32 0), i64* getelementptr inbounds ([2 x i64], [2 x i64]* @"union.U#1#3", i32 0, i32 1) }, { i8*, i32, i32, i32*, i32*, i8**, i64*, i64* } { i8* getelementptr inbounds ([20 x i8], [20 x i8]* @3, i32 0, i32 0), i32 32, i32 3, i32* null, i32* null, i8** null, i64* getelementptr inbounds ([4 x i64], [4 x i64]* @"struct.C#3#14#13#13", i32 0, i32 0), i64* getelementptr inbounds ([4 x i64], [4 x i64]* @"struct.C#3#14#13#13", i32 0, i32 3) }, { i8*, i32, i32, i32*, i32*, i8**, i64*, i64* } { i8* getelementptr inbounds ([20 x i8], [20 x i8]* @4, i32 0, i32 0), i32 8, i32 2, i32* null, i32* null, i8** null, i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"struct.anon#2#11#11", i32 0, i32 0), i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"struct.anon#2#11#11", i32 0, i32 2) }, { i8*, i32, i32, i32*, i32*, i8**, i64*, i64* } { i8* getelementptr inb (…) [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
movmsk.ll | 7 %union.anon = type { float } 49 %__u.i = alloca %union.anon, align 4 51 %1 = bitcast %union.anon* %__u.i to i8* 53 %__f.i = getelementptr inbounds %union.anon* %__u.i, i64 0, i32 0 66 %__u.i = alloca %union.anon, align 4 69 %1 = bitcast %union.anon* %__u.i to i8* 71 %__f.i = getelementptr inbounds %union.anon* %__u.i, i64 0, i32 0
|
pr2849.ll | 8 %struct.NODE = type { i8, i8, %struct.anon } 9 %struct.anon = type { %struct.xlist } 28 %tmp9 = bitcast %struct.anon* %tmp8 to %struct.NODE***
|
2011-03-02-DAGCombiner.ll | 7 %struct.anon = type { float, x86_fp80 } 12 %F = alloca %struct.anon, align 16 25 %f = getelementptr inbounds %struct.anon* %F, i32 0, i32 0 29 %ld = getelementptr inbounds %struct.anon* %F, i32 0, i32 1
|
/external/llvm/test/CodeGen/X86/ |
movmsk.ll | 5 %union.anon = type { float } 63 %__u.i = alloca %union.anon, align 4 65 %1 = bitcast %union.anon* %__u.i to i8* 67 %__f.i = getelementptr inbounds %union.anon, %union.anon* %__u.i, i64 0, i32 0 85 %__u.i = alloca %union.anon, align 4 88 %1 = bitcast %union.anon* %__u.i to i8* 90 %__f.i = getelementptr inbounds %union.anon, %union.anon* %__u.i, i64 0, i32 0
|
pr2849.ll | 8 %struct.NODE = type { i8, i8, %struct.anon } 9 %struct.anon = type { %struct.xlist } 28 %tmp9 = bitcast %struct.anon* %tmp8 to %struct.NODE***
|
2009-09-10-SpillComments.ll | 9 %struct..0anon = type { i32 } 10 %struct.rtvec_def = type { i32, [1 x %struct..0anon] } 11 %struct.rtx_def = type { i16, i8, i8, [1 x %struct..0anon] } 30 %tmp15 = getelementptr %struct.rtx_def, %struct.rtx_def* %x, i32 0, i32 3 ; <[1 x %struct..0anon]*> [#uses=1] 31 %tmp1718 = bitcast [1 x %struct..0anon]* %tmp15 to %struct.rtx_def** ; <%struct.rtx_def**> [#uses=1] 62 %tmp52 = getelementptr %struct.rtx_def, %struct.rtx_def* %x, i32 0, i32 3, i32 %i.01.0 ; <%struct..0anon*> [#uses=1] 63 %tmp5354 = bitcast %struct..0anon* %tmp52 to %struct.rtx_def** ; <%struct.rtx_def**> [#uses=1] 74 %tmp11020 = getelementptr %struct.rtx_def, %struct.rtx_def* %x, i32 0, i32 3, i32 %i.01.0 ; <%struct..0anon*> [#uses=1] 75 %tmp11111221 = bitcast %struct..0anon* %tmp11020 to %struct.rtvec_def** ; <%struct.rtvec_def**> [#uses=3] 85 %tmp92 = getelementptr %struct.rtvec_def, %struct.rtvec_def* %tmp81, i32 0, i32 1, i32 %j.019 ; <%struct..0anon*> [#uses=1 [all...] |
/external/clang/test/CodeGen/ |
2008-08-07-AlignPadding1.c | 25 // CHECK: @generations = global [3 x %struct.gc_generation] [%struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation], [3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation], [3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), i64 0 }, [8 x i8] undef }, i32 700, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8, i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }]
|
/external/clang/test/CodeGenCXX/ |
sanitize-dtor-bit-field.cpp | 40 struct Anon { 47 ~Anon() {} 49 Anon an;
|
/external/llvm/test/Bitcode/ |
thinlto-function-summary.ll | 1 ; RUN: opt -name-anon-functions -module-summary < %s | llvm-bcanalyzer -dump | FileCheck %s -check-prefix=BC 15 ; BC-NEXT: <FNENTRY {{.*}} op0=3 {{.*}}> record string = 'anon. 20 ; RUN: opt -name-anon-functions -module-summary < %s | llvm-dis | FileCheck %s
|
/external/llvm/test/DebugInfo/ARM/ |
bitfield.ll | 21 %struct.anon = type { i8, [5 x i8] } 23 @a = common global %struct.anon zeroinitializer, align 1 33 !4 = !DIGlobalVariable(name: "a", scope: !0, file: !1, line: 5, type: !5, isLocal: false, isDefinition: true, variable: %struct.anon* @a)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
fast-isel-crash.ll | 3 %union.anon = type { <16 x i32> }
|
2009-06-04-MissingLiveIn.ll | 3 %struct.anon = type { i16, i16 } 8 %struct.qtm_model = type { i32, i32, %struct.anon* } 9 %struct.qtm_stream = type { i32, i32, i8, i8*, i32, i32, i32, i16, i16, i16, i8, i32, i8*, i8*, i8*, i8*, i8*, i32, i32, i8, [42 x i32], [42 x i8], [27 x i8], [27 x i8], %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, [65 x %struct.anon], [65 x %struct.anon], [65 x %struct.anon], [65 x %struct.anon], [25 x %struct.anon], [37 x %struct.anon], [43 x %struct.anon], [28 x %struct.anon], [8 x %struct.anon], %struct.cab_file*, i32 (%struct.cab_file*, i8*, i32)* [all...] |
/external/llvm/test/CodeGen/ARM/ |
2009-06-04-MissingLiveIn.ll | 3 %struct.anon = type { i16, i16 } 8 %struct.qtm_model = type { i32, i32, %struct.anon* } 9 %struct.qtm_stream = type { i32, i32, i8, i8*, i32, i32, i32, i16, i16, i16, i8, i32, i8*, i8*, i8*, i8*, i8*, i32, i32, i8, [42 x i32], [42 x i8], [27 x i8], [27 x i8], %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, %struct.qtm_model, [65 x %struct.anon], [65 x %struct.anon], [65 x %struct.anon], [65 x %struct.anon], [25 x %struct.anon], [37 x %struct.anon], [43 x %struct.anon], [28 x %struct.anon], [8 x %struct.anon], %struct.cab_file*, i32 (%struct.cab_file*, i8*, i32)* [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
common-gep-basic.ll | 9 %struct.s_t = type { %struct.anon, i32 } 10 %struct.anon = type { i32, [5 x i32] }
|
/external/llvm/test/Transforms/ConstProp/ |
2009-09-01-GEP-Crash.ll | 6 %0 = type { %struct.anon } 10 %struct.anon = type { }
|
/external/llvm/test/Transforms/GVN/ |
2008-12-09-SelfRemove.ll | 5 %struct.anon = type { i8*, i32 } 9 %struct.demangle_component = type { i32, { %struct.anon } }
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
memcg_function_test.sh | 37 test_mem_stat "--mmap-anon" $PAGESIZE "rss" $PAGESIZE 0 52 test_mem_stat "--mmap-anon --mmap-file --shm" $PAGESIZE "rss" \ 63 test_mem_stat "--mmap-anon" $PAGESIZE "rss" $PAGESIZE 1 78 test_mem_stat "--mmap-anon --mmap-file --shm" $PAGESIZE "rss" \ 91 malloc_free_memory "--mmap-anon" $(($PAGESIZE*2)) 124 test_proc_kill $PAGESIZE "--mmap-anon" $((PAGESIZE*2)) 0 145 test_proc_kill 0 "--mmap-anon" $PAGESIZE 0 208 $TEST_PATH/memcg_process --mmap-anon -s $PAGESIZE &
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
2010-02-05-FunctionLocalMetadataBecomesNull.ll | 6 %struct.anon = type { i32, i32 } 7 %struct.test = type { i64, %struct.anon, %struct.test* }
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
2009-09-01-GEP-Crash.ll | 6 %0 = type { %struct.anon } 10 %struct.anon = type { }
|