HomeSort by relevance Sort by last modified time
    Searched full:anon (Results 151 - 175 of 471) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
2008-12-09-SelfRemove.ll 5 %struct.anon = type { i8*, i32 }
9 %struct.demangle_component = type { i32, { %struct.anon } }
  /external/compiler-rt/test/cfi/
anon-namespace.cpp 2 // RUN: %clangxx_cfi -c -DTU2 -o %t2.o %S/../cfi/anon-namespace.cpp
7 // RUN: %clangxx_cfi -c -DTU2 -DB32 -o %t2.o %S/../cfi/anon-namespace.cpp
12 // RUN: %clangxx_cfi -c -DTU2 -DB64 -o %t2.o %S/../cfi/anon-namespace.cpp
17 // RUN: %clangxx_cfi -c -DTU2 -DBM -o %t2.o %S/../cfi/anon-namespace.cpp
22 // RUN: %clangxx -c -DTU2 -o %t2.o %S/../cfi/anon-namespace.cpp
27 // RUN: %clangxx_cfi_diag -c -DTU2 -o %t2.o %S/../cfi/anon-namespace.cpp
  /external/llvm/test/CodeGen/SPARC/
inlineasm.ll 13 %struct.anon = type { i32, i32 }
14 @v = external global %struct.anon, align 4
17 %0 = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @v, i32 0, i32 0);
18 %1 = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @v, i32 0, i32 1);
  /external/llvm/test/MC/MachO/AArch64/
cstexpr-gotpcrel.ll 6 %struct.data = type { i32, %struct.anon }
7 %struct.anon = type { i32, i32 }
26 %struct.data { i32 1, %struct.anon { i32 2, i32 3 } },
33 %struct.data { i32 4, %struct.anon { i32 5,
43 %struct.data { i32 4, %struct.anon { i32 5,
53 %struct.data { i32 4, %struct.anon { i32 5,
  /external/llvm/test/MC/MachO/
cstexpr-gotpcrel-64.ll 9 %struct.data = type { i32, %struct.anon }
10 %struct.anon = type { i32, i32 }
32 %struct.data { i32 1, %struct.anon { i32 2, i32 3 } },
38 %struct.data { i32 4, %struct.anon { i32 5,
46 %struct.data { i32 4, %struct.anon { i32 5,
56 %struct.data { i32 4, %struct.anon { i32 5,
  /external/compiler-rt/test/esan/TestCases/
struct-simple.cpp 123 // CHECK-NEXT: Register struct.anon#3#11#11#11: 3 fields
129 // CHECK-NEXT: Register struct.anon#2#11#11: 2 fields
130 // CHECK-NEXT: Register union.anon#1#3: 1 fields
154 // CHECK-NEXT: {{.*}} # 0: offset = 0, size = 8, count = 2, type = %struct.anon = type { i32, i32 }
155 // CHECK-NEXT: {{.*}} # 1: offset = 8, size = 8, count = 2, type = %union.anon = type { double }
157 // CHECK-NEXT: Unregister struct.anon#2#11#11: 2 fields
158 // CHECK-NEXT: {{.*}} struct anon
162 // CHECK-NEXT: Unregister union.anon#1#3: 1 fields
196 // CHECK-NEXT: Unregister struct.anon#3#11#11#11: 3 fields
197 // CHECK-NEXT: {{.*}} struct anon
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-align.ll 22 %struct.anon = type <{ float }>
24 @a = common global %struct.anon* null, align 4
37 %0 = load %struct.anon*, %struct.anon** @a, align 4
38 %x1 = getelementptr inbounds %struct.anon, %struct.anon* %0, i32 0, i32 0
45 %struct.anon.0 = type { double }
47 @foo_unpacked = common global %struct.anon.0 zeroinitializer, align 4
54 store double %add, double* getelementptr inbounds (%struct.anon.0, %struct.anon.0* @foo_unpacked, i32 0, i32 0), align
    [all...]
call_nolink.ll 3 %struct.anon = type { i32 (i32, i32, i32)*, i32, i32, [3 x i32], i8*, i8*, i8* }
5 @isa = external global [13 x %struct.anon] ; <[13 x %struct.anon]*> [#uses=1]
40 %tmp149.i.i = getelementptr [13 x %struct.anon], [13 x %struct.anon]* @isa, i32 0, i32 %tmp147.i.i, i32 0 ; <i32 (i32, i32, i32)**> [#uses=1]
  /system/extras/memory_replay/tests/
NativeInfoTest.cpp 42 "b6f1a000-b6f1c000 rw-p 00000000 00:00 0 [anon:thread signal stack]\n"
57 "Name: [anon:thread signal stack]\n";
71 "b6f1a000-b6f1c000 rw-p 00000000 00:00 0 [anon:libc_malloc]\n"
86 "Name: [anon:libc_malloc]\n"
87 "b6f1e000-b6f1f000 rw-p 00000000 00:00 0 [anon:libc_malloc]\n"
102 "Name: [anon:libc_malloc]\n"
209 "b6f1e000-b6f1f000 rw-p 00000000 00:00 0 [anon:skip]\n"
224 "Name: [anon:skip]\n"
225 "b6f2e000-b6f2f000 rw-p 00000000 00:00 0 [anon:libc_malloc]\n"
240 "Name: [anon:libc_malloc]\n
    [all...]
  /external/autotest/client/tests/memory_api/
memory_api.c 69 perror("Failed to allocate anon private memory using mmap\n");
73 printf("Successfully allocated anon mmap memory %d bytes @%p\n",
109 perror("Failed to remap expand anon private memory\n");
  /external/llvm/test/CodeGen/X86/
2008-04-09-BranchFolding.ll 3 %struct..0anon = type { i32 }
6 %struct.rtx_def = type { i16, i8, i8, [1 x %struct..0anon] }
7 %struct.tree_decl = type { [12 x i8], i8*, i32, %struct.tree_node*, i32, i8, i8, i8, i8, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.rtx_def*, %struct..0anon, { %struct.rtx_def* }, %struct.tree_node*, %struct.lang_decl* }
2009-02-21-ExtWeakInitializer.ll 7 %struct.anon = type <{ %struct.uart_devinfo* }>
12 %struct.uart_devinfo = type <{ %struct.anon, %struct.uart_ops*, %struct.uart_bas, i32, i32, i32, i32, i32, i8, i8, i8, i8, i32 (%struct.uart_softc*)*, i32 (%struct.uart_softc*)*, i8*, %struct.mtx* }>
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2008-04-09-BranchFolding.ll 3 %struct..0anon = type { i32 }
6 %struct.rtx_def = type { i16, i8, i8, [1 x %struct..0anon] }
7 %struct.tree_decl = type { [12 x i8], i8*, i32, %struct.tree_node*, i32, i8, i8, i8, i8, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.rtx_def*, %struct..0anon, { %struct.rtx_def* }, %struct.tree_node*, %struct.lang_decl* }
2009-02-21-ExtWeakInitializer.ll 7 %struct.anon = type <{ %struct.uart_devinfo* }>
12 %struct.uart_devinfo = type <{ %struct.anon, %struct.uart_ops*, %struct.uart_bas, i32, i32, i32, i32, i32, i8, i8, i8, i8, i32 (%struct.uart_softc*)*, i32 (%struct.uart_softc*)*, i8*, %struct.mtx* }>
  /external/llvm/test/CodeGen/PowerPC/
bdzlr.ll 13 %struct.UpVal.3.678 = type { %union.GCObject.15.690*, i8, i8, %struct.lua_TValue.17.692*, %union.anon.2.677 }
14 %union.anon.2.677 = type { %struct.lua_TValue.17.692 }
17 %union.TKey.5.680 = type { %struct.anon.0.4.679 }
18 %struct.anon.0.4.679 = type { %union.Value.16.691, i32, %struct.Node.6.681* }
19 %union.TString.9.684 = type { %struct.anon.1.8.683 }
20 %struct.anon.1.8.683 = type { %union.GCObject.15.690*, i8, i8, i8, i32, i64 }
  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 73 class Anon {
75 Anon() : c(10), b(1), d(2) {}
  /external/llvm/test/CodeGen/Thumb2/
pic-load.ll 4 %struct.anon = type { void ()* }
5 %struct.one_atexit_routine = type { %struct.anon, i32, i8* }
  /external/llvm/test/CodeGen/XCore/
2010-02-25-LSR-Crash.ll 7 %struct.object = type { i8*, i8*, i8*, %union.anon, %0, %struct.object* }
8 %union.anon = type { %struct.dwarf_fde* }
  /external/llvm/test/DebugInfo/X86/
pr12831.ll 9 %class.anon = type { i8 }
10 %class.anon.0 = type { i8 }
19 %agg.tmp2 = alloca %class.anon, align 1
21 %agg.tmp5 = alloca %class.anon.0, align 1
43 %__f = alloca %class.anon.0, align 1
46 call void @llvm.dbg.declare(metadata %class.anon.0* %__f, metadata !143, metadata !DIExpression()), !dbg !144
48 call void @"_ZN13_Base_manager21_M_not_empty_functionIZN17BPLFunctionWriter9writeExprEvE3$_1_0EEvRKT_"(%class.anon.0* %__f), !dbg !145
52 define internal void @"_ZN13_Base_manager21_M_not_empty_functionIZN17BPLFunctionWriter9writeExprEvE3$_1_0EEvRKT_"(%class.anon.0*) nounwind uwtable align 2 {
54 %.addr = alloca %class.anon.0*, align 8
55 store %class.anon.0* %0, %class.anon.0** %.addr, align
    [all...]
  /external/llvm/test/Transforms/GVN/
2007-07-31-NoDomInherit.ll 3 %struct.anon = type { i32 (i32, i32, i32)*, i32, i32, [3 x i32], i8*, i8*, i8* }
10 @isa = external global [13 x %struct.anon] ; <[13 x %struct.anon]*> [#uses=3]
188 %tmp23 = getelementptr [13 x %struct.anon], [13 x %struct.anon]* @isa, i32 0, i32 0 ; <%struct.anon*> [#uses=1]
189 %tmp24 = getelementptr %struct.anon, %struct.anon* %tmp23, i32 0, i32 3 ; <[3 x i32]*> [#uses=1]
197 %tmp31 = getelementptr [13 x %struct.anon], [13 x %struct.anon]* @isa, i32 0, i32 0 ; <%struct.anon*> [#uses=1
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2012-01-13-phielim.ll 52 %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771 = type { i32, i32, i32 }
54 @tags = external global [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771], align 16
71 %k.0.in = phi i32* [ %last, %if.then477 ], [ getelementptr inbounds ([5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771], [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771]* @tags, i64 0, i64 0, i32 2), %entry ]
78 %first = getelementptr inbounds [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771], [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771]* @tags, i64 0, i64 %indvars.iv1163, i32 1
83 %last = getelementptr inbounds [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771], [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771]* @tags, i64 0, i64 %indvars.iv1163, i32 2
  /external/llvm/test/Transforms/LoopUnswitch/
2006-06-13-SingleEntryPHI.ll 5 %struct.TPATTERN = type { i16, i16, i16, i32, float, float, float, %struct.WARP*, %struct.TPATTERN*, %struct.BLEND_MAP*, { %struct.anon, [4 x i8] } }
8 %struct.anon = type { float, [3 x double] }
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_usage_in_bytes_test.sh 40 test_mem_stat "--mmap-anon" $((PAGESIZE*1024)) \
54 test_mem_stat "--mmap-anon" $((PAGESIZE*1024)) \
  /external/selinux/libsepol/cil/test/integration_testing/
mls_policy.cil 52 ; will need anon levels
56 ;needs anon levels
  /external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
2010-02-25-LSR-Crash.ll 7 %struct.object = type { i8*, i8*, i8*, %union.anon, %0, %struct.object* }
8 %union.anon = type { %struct.dwarf_fde* }

Completed in 2992 milliseconds

1 2 3 4 5 67 8 91011>>