Searched refs:epilog (Results 1 – 25 of 53) sorted by relevance
123
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | ivchain.ll | 20 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/webkit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool.py | 160 def format_epilog(self, epilog): argument 181 epilog = "All %prog commands:\n" 184 epilog = "Common %prog commands:\n" 189 epilog += "%s\n" % "".join(command_help_texts) 190 epilog += "See '%prog help --all-commands' to list all commands.\n" 191 epilog += "See '%prog help COMMAND' for more information on a specific command.\n" 192 …return epilog.replace("%prog", self._tool.name()) # Use of %prog here mimics OptionParser.expand_p…
|
/external/llvm/test/CodeGen/X86/ |
D | switch-bt.ll | 33 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/libvpx/vp8/encoder/x86/ |
D | encodeopt.asm | 57 ; begin epilog 122 ; begin epilog 199 ; begin epilog 267 ; begin epilog 324 ; begin epilog 381 ; begin epilog
|
D | sad_sse4.asm | 191 ; begin epilog 229 ; begin epilog 267 ; begin epilog 308 ; begin epilog 344 ; begin epilog
|
D | sad_sse2.asm | 78 ; begin epilog 140 ; begin epilog 194 ; begin epilog 249 ; begin epilog 322 ; begin epilog
|
D | sad_mmx.asm | 106 ; begin epilog 178 ; begin epilog 248 ; begin epilog 337 ; begin epilog 424 ; begin epilog
|
D | variance_impl_sse2.asm | 64 ; begin epilog 205 ; begin epilog 319 ; begin epilog 504 ; begin epilog 782 ; begin epilog 905 ; begin epilog 1019 ; begin epilog 1126 ; begin epilog 1232 ; begin epilog 1337 ; begin epilog [all …]
|
/external/llvm/test/CodeGen/MSP430/ |
D | 2009-11-08-InvalidResNo.ll | 13 switch i16 undef, label %sw.epilog [ 57 br i1 undef, label %if.then46, label %sw.epilog 62 sw.epilog: ; preds = %do.end41, %entry
|
/external/llvm/test/CodeGen/Generic/ |
D | builtin-expect.ll | 151 switch i64 %expval, label %sw.epilog [ 160 sw.epilog: ; preds = %entry 164 return: ; preds = %sw.epilog, %sw.bb 177 switch i64 %expval, label %sw.epilog [ 187 sw.epilog: ; preds = %entry 191 return: ; preds = %sw.epilog, %sw.bb
|
/external/llvm/test/MC/COFF/ |
D | switch-relocations.ll | 14 switch i32 %what, label %sw.epilog [ 35 sw.epilog: ; preds = %entry
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dce-cond-after-folding-terminator.ll | 30 br label %sw.epilog 32 sw.epilog: ; preds = %sw.bb
|
/external/llvm/test/Transforms/LowerExpectIntrinsic/ |
D | basic.ll | 169 switch i64 %expval, label %sw.epilog [ 178 sw.epilog: ; preds = %entry 182 return: ; preds = %sw.epilog, %sw.bb 198 switch i64 %expval, label %sw.epilog [ 208 sw.epilog: ; preds = %entry 212 return: ; preds = %sw.epilog, %sw.bb
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | unnamed-addr.ll | 38 switch i64 ptrtoint (i32* @b to i64), label %sw.epilog [ 43 sw.epilog:
|
/external/libvpx/vp8/common/x86/ |
D | recon_mmx.asm | 54 ; begin epilog 117 ; begin epilog 161 ; begin epilog 316 ; begin epilog
|
D | idctllm_mmx.asm | 180 ; begin epilog 217 ; begin epilog 275 ; begin epilog
|
D | subpixel_ssse3.asm | 106 ; begin epilog 161 ; begin epilog 270 ; begin epilog 325 ; begin epilog 405 ; begin epilog 450 ; begin epilog 565 ; begin epilog 637 ; begin epilog 727 ; begin epilog 775 ; begin epilog [all …]
|
D | recon_sse2.asm | 56 ; begin epilog 120 ; begin epilog 226 ; begin epilog
|
D | iwalsh_mmx.asm | 43 ; begin epilog 167 ; begin epilog
|
D | subpixel_sse2.asm | 129 ; begin epilog 306 ; begin epilog 401 ; begin epilog 516 ; begin epilog 629 ; begin epilog 794 ; begin epilog 888 ; begin epilog 947 ; begin epilog 1216 ; begin epilog 1361 ; begin epilog
|
D | postproc_mmx.asm | 516 ; begin epilog
|
D | postproc_sse2.asm | 681 ; begin epilog
|
/external/stlport/stlport/stl/ |
D | _cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
D | _epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included.
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 42 switch i32 %and, label %sw.epilog [ 63 sw.epilog: ; preds = %tailrecurse.switch
|
123