Home
last modified time | relevance | path

Searched refs:epilog (Results 1 – 25 of 186) sorted by relevance

12345678

/external/llvm/test/CodeGen/Mips/
Djtstat.ll12 switch i32 %0, label %sw.epilog [
25 br label %sw.epilog
29 br label %sw.epilog
33 br label %sw.epilog
37 br label %sw.epilog
41 br label %sw.epilog
45 br label %sw.epilog
49 br label %sw.epilog
53 br label %sw.epilog
55 sw.epilog: ; preds = %entry, %sw.bb7, %sw.bb6, %sw.bb5, %sw.…
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll53 ; CHECK: switch i32 %N, label %sw.epilog
61 br label %sw.epilog
65 br label %sw.epilog
70 switch i32 %N, label %sw.epilog [
77 br label %sw.epilog
81 br label %sw.epilog
83 sw.epilog:
103 ; CHECK: i32 2, label %sw.epilog
108 br label %sw.epilog
112 br label %sw.epilog
[all …]
Dpreserve-branchweights.ll98 br label %sw.epilog
102 br label %sw.epilog
106 br label %sw.epilog
108 sw.epilog:
123 ; CHECK: switch i32 %N, label %sw.epilog
131 br label %sw.epilog
135 br label %sw.epilog
140 switch i32 %N, label %sw.epilog [
147 br label %sw.epilog
151 br label %sw.epilog
[all …]
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
Dmemcpy.S175 #define epilog R3 /* bytes in epilog */ macro
264 epilog = and(kernel, #31); define
357 if(p3.new) epilog = add(epilog, #32);
450 noepilog = cmp.eq(epilog,#0);
451 epilogdws = lsr(epilog, #3);
452 kernel = and(epilog, #7);
458 shift2 = asl(epilog, #3);
462 ifword = tstbit(epilog,#2);
464 if(!p3) epilog = add(epilog, #-16);
479 p3 = cmp.gt(epilog, kernel);
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
Dvp9_subpixel_bilinear_ssse3.asm129 ; begin epilog
154 ; begin epilog
181 ; begin epilog
206 ; begin epilog
231 ; begin epilog
258 ; begin epilog
284 ; begin epilog
310 ; begin epilog
337 ; begin epilog
363 ; begin epilog
[all …]
Dvp9_subpixel_bilinear_sse2.asm151 ; begin epilog
176 ; begin epilog
204 ; begin epilog
229 ; begin epilog
254 ; begin epilog
282 ; begin epilog
308 ; begin epilog
334 ; begin epilog
362 ; begin epilog
388 ; begin epilog
[all …]
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_subpixel_bilinear_ssse3.asm129 ; begin epilog
154 ; begin epilog
181 ; begin epilog
206 ; begin epilog
231 ; begin epilog
258 ; begin epilog
284 ; begin epilog
310 ; begin epilog
337 ; begin epilog
363 ; begin epilog
[all …]
Dvp9_subpixel_bilinear_sse2.asm151 ; begin epilog
176 ; begin epilog
204 ; begin epilog
229 ; begin epilog
254 ; begin epilog
282 ; begin epilog
308 ; begin epilog
334 ; begin epilog
362 ; begin epilog
388 ; begin epilog
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
Divchain.ll20 for.body: ; preds = %sw.epilog, %land.end238
21 %fbh.0 = phi %struct* [ undef, %land.end238 ], [ %incdec.ptr, %sw.epilog ]
22 %column_n.0 = phi i16 [ 0, %land.end238 ], [ %inc601, %sw.epilog ]
32 br label %sw.epilog
34 sw.epilog: ; preds = %sw.bb542, %sw.bb523, %if.end475
/external/chromium_org/tools/cr/cr/commands/
Dcommand.py37 self.epilog = None
57 epilog=self.epilog,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py165 def format_epilog(self, epilog): argument
186 epilog = "All %prog commands:\n"
189 epilog = "Common %prog commands:\n"
194 epilog += "%s\n" % "".join(command_help_texts)
195 epilog += "See '%prog help --all-commands' to list all commands.\n"
196 epilog += "See '%prog help COMMAND' for more information on a specific command.\n"
197 …return epilog.replace("%prog", self._tool.name()) # Use of %prog here mimics OptionParser.expand_p…
/external/chromium_org/tools/cr/cr/base/
Dcontext.py116 def CreateData(self, description='', epilog=''): argument
129 epilog=epilog)
242 def Create(description='', epilog=''): argument
244 context.CreateData(description=description, epilog=epilog)
/external/llvm/test/CodeGen/X86/
Dswitch-bt.ll33 br label %sw.epilog
37 br label %sw.epilog
41 br label %sw.epilog
45 br label %sw.epilog
47 sw.epilog: ; preds = %sw.default, %sw.bb4, %sw.bb2, %sw.bb
/external/chromium_org/native_client_sdk/src/tools/
Dncval.py33 epilog = 'Example: ncval.py my_nexe.nexe'
34 parser = optparse.OptionParser(usage, description=__doc__, epilog=epilog)
Dcreate_html.py164 epilog = 'Example: create_html.py -o index.html my_nexe.nexe'
165 parser = optparse.OptionParser(usage, description=__doc__, epilog=epilog)
Dsel_ldr.py53 epilog = 'Example: sel_ldr.py my_nexe.nexe'
54 parser = optparse.OptionParser(usage, description=__doc__, epilog=epilog)
/external/llvm/test/CodeGen/ARM/
Da15-SD-dep.ll72 switch i32 %vsout, label %sw.epilog [
88 sw.epilog: ; preds = %entry
99 switch i32 %vsout, label %sw.epilog [
113 br label %sw.epilog
115 sw.epilog: ; preds = %entry, %sw.bb1
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c80 if (ctx->epilog) in tgsi_iterate_shader()
81 if (!ctx->epilog( ctx )) in tgsi_iterate_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c80 if (ctx->epilog) in tgsi_iterate_shader()
81 if (!ctx->epilog( ctx )) in tgsi_iterate_shader()
/external/libvpx/libvpx/vp8/encoder/x86/
Dencodeopt.asm57 ; begin epilog
122 ; begin epilog
199 ; begin epilog
268 ; begin epilog
326 ; begin epilog
383 ; begin epilog
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
Dencodeopt.asm57 ; begin epilog
122 ; begin epilog
199 ; begin epilog
268 ; begin epilog
326 ; begin epilog
383 ; begin epilog
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
Dsce3.masm36 ; this isn't part of the official epilog, as described in section 2.5
42 ; Here's the official epilog
67 ; Here's the official epilog
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dprint_layout_test_times.py44 epilog = """
53 parser.epilog = '\n'.join(s.lstrip() for s in epilog.splitlines())
/external/llvm/test/CodeGen/PowerPC/
Dmcm-5.ll23 br label %sw.epilog
47 br label %sw.epilog
49 sw.epilog: ; preds = %sw.bb3, %sw.default
/external/llvm/test/CodeGen/MSP430/
D2009-11-08-InvalidResNo.ll13 switch i16 undef, label %sw.epilog [
57 br i1 undef, label %if.then46, label %sw.epilog
62 sw.epilog: ; preds = %do.end41, %entry

12345678