Home
last modified time | relevance | path

Searched refs:anon (Results 1 – 25 of 116) sorted by relevance

12345

/external/llvm/test/Transforms/SimplifyCFG/
D2005-12-03-IncorrectPHIFold.ll7 %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/oprofile/daemon/
Dopd_mangling.c39 if (sf->anon) in get_dep_name()
57 static char * mangle_anon(struct anon_mapping const * anon) in mangle_anon() argument
61 snprintf(name, 1024, "%u.0x%llx.0x%llx", (unsigned int)anon->tgid, in mangle_anon()
62 anon->start, anon->end); in mangle_anon()
80 } else if (sf->anon) { in mangle_filename()
82 values.image_name = mangle_anon(sf->anon); in mangle_filename()
83 values.anon_name = sf->anon->name; in mangle_filename()
111 } else if (last->anon) { in mangle_filename()
113 values.cg_image_name = mangle_anon(last->anon); in mangle_filename()
114 values.anon_name = last->anon->name; in mangle_filename()
[all …]
Dopd_sfile.c51 if (separate_kernel || ((trans->anon || separate_lib) && !ki)) in sfile_hash()
72 if (trans->anon) { in sfile_hash()
73 val ^= trans->anon->start >> VMA_SHIFT; in sfile_hash()
74 val ^= trans->anon->end >> (VMA_SHIFT + 1); in sfile_hash()
83 struct kernel_image const * ki, struct anon_mapping const * anon, in do_match() argument
103 if (separate_kernel || ((anon || separate_lib) && !ki)) { in do_match()
114 if (sf->anon != anon) in do_match()
126 trans->anon, trans->tgid, trans->tid, trans->cpu); in trans_match()
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu); in sfile_equal()
154 if (sf->anon || is_cookie_ignored(sf->cookie)) in is_sf_ignored()
[all …]
Dopd_anon.c56 if (trans->anon == entry) in do_lru()
165 anon_match(struct transient const * trans, struct anon_mapping const * anon) in anon_match() argument
167 if (!anon) in anon_match()
169 if (trans->tgid != anon->tgid) in anon_match()
171 if (trans->app_cookie != anon->app_cookie) in anon_match()
173 if (trans->pc < anon->start) in anon_match()
175 return (trans->pc < anon->end); in anon_match()
186 if (anon_match(trans, trans->anon)) in find_anon_mapping()
187 return (trans->anon); in find_anon_mapping()
/external/llvm/test/CodeGen/Generic/
D2007-04-27-LargeMemObject.ll3 %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/llvm/test/Transforms/ScalarRepl/
Daddress-space.ll7 %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]
D2009-02-05-LoadFCA.ll5 %struct.anon = type <{ i32, i32, i32 }>
11 %1 = bitcast { i64, i64 }* %tmp to %struct.anon* ; <%struct.anon*> [#uses=1]
12 %2 = load %struct.anon* %1, align 8 ; <%struct.anon> [#uses=1]
13 %tmp3 = extractvalue %struct.anon %2, 0
Dmemcpy-align.ll7 %0 = type { %struct.anon, %struct.anon }
8 %struct.anon = type { [4 x i8] }
14 %x0 = alloca %struct.anon, align 4 ; <%struct.anon*> [#uses=2]
15 %tmp = bitcast %struct.anon* %x0 to i8* ; <i8*> [#uses=1]
17 %tmp1 = bitcast %struct.anon* %x0 to i8* ; <i8*> [#uses=1]
D2008-02-28-SubElementExtractCrash.ll4 %struct..0anon = type { <1 x i64> }
8 %c = alloca %struct..0anon ; <%struct..0anon*> [#uses=2]
9 %tmp2 = getelementptr %struct..0anon* %c, i32 0, i32 0 ; <<1 x i64>*> [#uses=1]
11 %tmp7 = getelementptr %struct..0anon* %c, i32 0, i32 0 ; <<1 x i64>*> [#uses=1]
D2011-10-22-VectorCrash.ll5 %union.anon = type { <4 x float> }
12 %u = alloca %union.anon, align 16
13 %u164 = bitcast %union.anon* %u to [4 x i32]*
16 %v186 = bitcast %union.anon* %u to <4 x float>*
/external/llvm/test/Transforms/InstCombine/
D2007-03-25-BadShiftMask.ll4 %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/llvm/test/CodeGen/X86/
Dnancvt.ll10 %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* %uf, i32 0, i32 0 ; <float*> [#uses=1]
38 %tmp5 = getelementptr %struct..0anon* %uf, i32 0, i32 0 ; <float*> [#uses=1]
41 %tmp8 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1]
43 %tmp9 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1]
48 %tmp14 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1]
77 %tmp32 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1]
[all …]
Dpacked_struct.ll14 %struct.anon = type <{ i8, i32, i32, i32 }>
15 @foos = external global %struct.anon ; <%struct.anon*> [#uses=3]
20 %tmp = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 1) ; <i32> [#uses=1]
21 %tmp3 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 2) ; <i32> [#uses=1]
22 %tmp6 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 3) ; <i32> [#uses=1]
D2009-09-10-SpillComments.ll9 %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* %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…
62 …%tmp52 = getelementptr %struct.rtx_def* %x, i32 0, i32 3, i32 %i.01.0 ; <%struct..0anon*> [#uses=…
63 %tmp5354 = bitcast %struct..0anon* %tmp52 to %struct.rtx_def** ; <%struct.rtx_def**> [#uses=1]
74 …%tmp11020 = getelementptr %struct.rtx_def* %x, i32 0, i32 3, i32 %i.01.0 ; <%struct..0anon*> [#us…
75 …%tmp11111221 = bitcast %struct..0anon* %tmp11020 to %struct.rtvec_def** ; <%struct.rtvec_def**> […
85 …%tmp92 = getelementptr %struct.rtvec_def* %tmp81, i32 0, i32 1, i32 %j.019 ; <%struct..0anon*> [#…
[all …]
Dpr2656.ll6 %struct.anon = type <{ float, float }>
9 define void @foo(%struct.anon* byval %p) nounwind {
11 %tmp = getelementptr %struct.anon* %p, i32 0, i32 0 ; <float*> [#uses=1]
13 %tmp2 = getelementptr %struct.anon* %p, i32 0, i32 1 ; <float*> [#uses=1]
/external/llvm/test/Analysis/GlobalsModRef/
Dvolatile-instrs.ll6 %struct.anon = type { i32, i32, i32 }
7 @b = global %struct.anon { i32 1, i32 0, i32 0 }, align 4
9 @a = common global %struct.anon zeroinitializer, align 4
24 …l void @llvm.memcpy.p0i8.p0i8.i64(i8* bitcast (%struct.anon* @b to i8*), i8* bitcast (%struct.anon
25 %0 = load volatile i32* getelementptr inbounds (%struct.anon* @b, i64 0, i32 0), align 4, !tbaa !0
27 …l void @llvm.memcpy.p0i8.p0i8.i64(i8* bitcast (%struct.anon* @b to i8*), i8* bitcast (%struct.anon
/external/llvm/test/Transforms/GVN/
D2008-02-12-UndefLoad.ll4 %struct.anon = type { i32, i8, i8, i8, i8 }
8 %c = alloca %struct.anon ; <%struct.anon*> [#uses=2]
9 %tmp = getelementptr %struct.anon* %c, i32 0, i32 0 ; <i32*> [#uses=1]
15 %call = call i32 (...)* @x( %struct.anon* %c ) ; <i32> [#uses=0]
/external/llvm/test/CodeGen/PowerPC/
D2007-09-08-unaligned.ll8 %struct.anon = type <{ i8, float }>
9 @s = global %struct.anon <{ i8 3, float 0x4014666660000000 }> ; <%struct.anon*> [#uses=1]
11 @t = weak global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=2]
19 %tmp = getelementptr %struct.anon* @s, i32 0, i32 1 ; <float*> [#uses=1]
21 %tmp2 = getelementptr %struct.anon* @t, i32 0, i32 1 ; <float*> [#uses=1]
39 %tmp1 = getelementptr %struct.anon* @t, i32 0, i32 1 ; <float*> [#uses=1]
/external/llvm/test/CodeGen/ARM/
Dtls3.ll4 %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/CodeGen/Mips/
D2008-07-15-SmallSection.ll18 %struct.anon = type { i32, i32 }
20 @foo = global %struct.anon { i32 2, i32 3 }
21 @bar = global %struct.anon zeroinitializer
30 load i32* getelementptr (%struct.anon* @foo, i32 0, i32 0), align 8
31 load i32* getelementptr (%struct.anon* @foo, i32 0, i32 1), align 4
/external/oprofile/libop/
Dop_mangle.c22 static void append_image(char * dest, int flags, int anon, char const * name, char const * anon_nam… in append_image() argument
26 } else if (anon) { in append_image()
42 int anon = values->flags & MANGLE_ANON; in op_mangle_filename() local
59 if (anon || cg_anon) in op_mangle_filename()
73 append_image(mangled, values->flags, anon, dep_name, anon_name); in op_mangle_filename()
/external/llvm/test/Analysis/BasicAA/
Dfull-store-partial-alias.ll11 %union.anon = type { double }
13 @u = global %union.anon { double -2.500000e-01 }, align 8
20 %u = alloca %union.anon, align 8
21 %tmp9 = getelementptr inbounds %union.anon* %u, i64 0, i32 0
25 %tmp4 = bitcast %union.anon* %u to [2 x i32]*
/external/llvm/test/Integer/
Dpacked_struct_bt.ll8 %struct.anon = type <{ i8, i35, i35, i35 }>
9 @foos = external global %struct.anon
19 … %tmp = load i35* getelementptr (%struct.anon* @foos, i32 0, i32 1) ; <i35> [#uses=1]
20 … %tmp3 = load i35* getelementptr (%struct.anon* @foos, i32 0, i32 2) ; <i35> [#uses=1]
21 … %tmp6 = load i35* getelementptr (%struct.anon* @foos, i32 0, i32 3) ; <i35> [#uses=1]
/external/llvm/test/Feature/
Dpacked_struct.ll8 %struct.anon = type <{ i8, i32, i32, i32 }>
9 @foos = external global %struct.anon
19 … %tmp = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 1) ; <i32> [#uses=1]
20 … %tmp3 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 2) ; <i32> [#uses=1]
21 … %tmp6 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 3) ; <i32> [#uses=1]
/external/llvm/test/Transforms/SimplifyLibCalls/
D2010-05-30-memcpy-Struct.ll7 %union.anon = type { i32, [4 x i8] }
11 define void @CopyEventArg(%union.anon* %ev) nounwind {
13 …undef, i8* getelementptr inbounds ([3 x i8]* @.str, i64 0, i64 0), %union.anon* %ev) nounwind ; <i…
14 ; CHECK: bitcast %union.anon* %ev to i8*

12345