HomeSort by relevance Sort by last modified time
    Searched full:epilog (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/llvm/test/MC/COFF/
switch-relocations.ll 14 switch i32 %what, label %sw.epilog [
35 sw.epilog: ; preds = %entry
  /external/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
11 /* If the platform provides any specific epilog actions,
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
11 /* If the platform provides any specific epilog actions,
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
11 /* If the platform provides any specific epilog actions,
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
11 /* If the platform provides any specific epilog actions,
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
11 /* If the platform provides any specific epilog actions,
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /external/llvm/test/CodeGen/X86/
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/llvm/test/Transforms/GlobalOpt/
unnamed-addr.ll 38 switch i64 ptrtoint (i32* @b to i64), label %sw.epilog [
43 sw.epilog:
  /external/llvm/test/Transforms/SimplifyCFG/
dce-cond-after-folding-terminator.ll 30 br label %sw.epilog
32 sw.epilog: ; preds = %sw.bb
  /external/libvpx/vp8/encoder/x86/
encodeopt.asm 57 ; begin epilog
122 ; begin epilog
199 ; begin epilog
267 ; begin epilog
324 ; begin epilog
381 ; begin epilog
sad_mmx.asm 106 ; begin epilog
178 ; begin epilog
248 ; begin epilog
337 ; begin epilog
424 ; begin epilog
sad_sse2.asm 78 ; begin epilog
140 ; begin epilog
194 ; begin epilog
249 ; begin epilog
322 ; begin epilog
sad_sse4.asm 191 ; begin epilog
229 ; begin epilog
267 ; begin epilog
308 ; begin epilog
344 ; begin epilog
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.h 1 //===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -* --===//
11 // callee saved registers, and for emitting prolog & epilog code for the
17 // This pass also implements a shrink wrapping variant of prolog/epilog
44 return "Prolog/Epilog Insertion & Frame Finalization";
49 /// runOnMachineFunction - Insert prolog/epilog code and replace abstract
  /external/llvm/test/CodeGen/MSP430/
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
  /frameworks/compile/libbcc/runtime/lib/ppc/
restFP.S 14 // the end of the function epilog. This function returns to the address
15 // in the LR slot. So a function epilog must branch (b) not branch and link
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 158 # We override format_epilog to avoid the default formatting which would paragraph-wrap the epilog
159 # and also to allow us to compute the epilog lazily instead of in the constructor (allowing it to be context sensitive).
160 def format_epilog(self, epilog):
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_prog_name().
  /external/llvm/test/CodeGen/Generic/
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/Transforms/LowerExpectIntrinsic/
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/libvpx/vp8/common/x86/
recon_mmx.asm 54 ; begin epilog
117 ; begin epilog
161 ; begin epilog
316 ; begin epilog

Completed in 1505 milliseconds

1 2 3 4 5 6