/external/llvm/test/CodeGen/Mips/ |
jtstat.ll | 12 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.bb4, %sw. (…) [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
preserve-branchweights-switch-create.ll | 53 ; 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...] |
/external/llvm/test/Transforms/LoopStrengthReduce/ |
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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
sce3.asm | 33 ; this isn't part of the official epilog, as described in section 2.5 39 ; Here's the official epilog 68 ; Here's the official epilog
|
sce3.masm | 36 ; 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
|
sce2.asm | 24 ; Here's the official epilog
|
sce1.asm | 33 ; this isn't part of the official epilog, as described in section 2.5 39 ; Here's the official epilog
|
/external/clang/test/CodeGen/ |
debug-line-1.c | 7 // CHECK: br label %sw.epilog, !dbg !
|
/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.
|
/prebuilts/ndk/5/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.
|
/prebuilts/ndk/6/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.
|
/prebuilts/ndk/7/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.
|
/prebuilts/ndk/8/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.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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
|
/hardware/qcom/bt/libbt-vendor/src/ |
hardware.c | 103 ** commands sent in epilog process. 126 /* Once epilog process is done, must call callback to notify caller */ 135 ** Description Sample implementation of epilog process 173 ALOGE("vendor lib epilog process aborted [no buffer]");
|