/external/llvm/test/Other/ |
optimization-remarks-inline.ll | 1 ; RUN: opt < %s -inline -pass-remarks='inline' -S 2>&1 | FileCheck %s 2 ; RUN: opt < %s -inline -pass-remarks='inl.*' -S 2>&1 | FileCheck %s 3 ; RUN: opt < %s -inline -pass-remarks='vector' -pass-remarks='inl' -S 2>&1 | FileCheck %s 6 ; In the first command, we only ask for vectorizer remarks, in the 9 ; RUN: opt < %s -inline -pass-remarks='vector' -S 2>&1 | FileCheck --check-prefix=REMARKS %s 10 ; RUN: opt < %s -inline -pass-remarks='inl' -pass-remarks='vector' -S 2>&1 | FileCheck --check-prefix=REMARKS % [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeAdaptor`1.cs | 45 * <remarks> 47 * </remarks> 52 * <remarks>Override if you want another kind of node to be built.</remarks> 74 * </remarks> 83 * </remarks> 106 * <remarks> 129 * </remarks> 141 * <remarks> 148 * </remarks> [all...] |
/external/llvm/test/Transforms/LoopVectorize/X86/ |
vectorization-remarks.ll | 1 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-unknown-linux -S -pass-remarks='loop-vectorize' 2>&1 | FileCheck -check-prefix=VECTORIZED %s 2 ; RUN: opt < %s -loop-vectorize -force-vector-width=1 -force-vector-unroll=4 -mtriple=x86_64-unknown-linux -S -pass-remarks='loop-vectorize' 2>&1 | FileCheck -check-prefix=UNROLLED %s 3 ; RUN: opt < %s -loop-vectorize -force-vector-width=1 -force-vector-unroll=1 -mtriple=x86_64-unknown-linux -S -pass-remarks-analysis='loop-vectorize' 2>&1 | FileCheck -check-prefix=NONE %s 12 ; VECTORIZED: remark: vectorization-remarks.c:17:8: vectorized loop (vectorization factor: 4, unrolling interleave factor: 1) 13 ; UNROLLED: remark: vectorization-remarks.c:17:8: unrolled with interleaving factor 4 (vectorization not beneficial) 14 ; NONE: remark: vectorization-remarks.c:17:8: loop not vectorized: vector width and interleave count are explicitly set to 1 52 !1 = metadata !{metadata !"vectorization-remarks.c", metadata !"."} 56 !5 = metadata !{i32 786473, metadata !1} ; [ DW_TAG_file_type ] [./vectorization-remarks.c] 67 !16 = metadata !{i32 786443, metadata !1, metadata !17, i32 17, i32 8, i32 2, i32 3} ; [ DW_TAG_lexical_block ] [./vectorization-remarks.c] 68 !17 = metadata !{i32 786443, metadata !1, metadata !18, i32 17, i32 8, i32 1, i32 2} ; [ DW_TAG_lexical_block ] [./vectorization-remarks.c [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 41 * <remarks> 47 * </remarks> 59 * <remarks> 61 * </remarks> 71 * <remarks> 73 * </remarks> 83 * <remarks> 85 * </remarks> 95 * <remarks> 97 * </remarks> [all...] |
CommonTreeAdaptor.cs | 44 * <remarks> 48 * </remarks> 64 * <remarks> 67 * </remarks> 81 * <remarks> 90 * </remarks>
|
/external/libhevc/common/ |
ihevc_buf_mgr.c | 40 * @remarks 66 * @remarks 106 * @remarks 153 * @remarks 197 * @remarks 242 * @remarks 293 * @remarks 336 * @remarks 366 * @remarks 393 * @remarks [all...] |
ihevc_mem_fns.c | 31 * @remarks 69 * @remarks 105 * @remarks 141 * @remarks
|
ihevc_dpb_mgr.c | 38 * @remarks 69 * @remarks 113 * @remarks 190 * @remarks 270 * @remarks 337 * @remarks 389 * @remarks 439 * @remarks 487 * @remarks
|
ihevc_mem_fns.h | 29 * @remarks 59 * @remarks 87 * @remarks
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 40 * <remarks> 46 * </remarks> 57 * <remarks> 59 * </remarks> 64 * <remarks>Override if you want another kind of node to be built.</remarks> 86 * </remarks> 95 * </remarks> 118 * <remarks> 141 * </remarks> [all...] |
RewriteRuleTokenStream.cs | 42 /// <remarks></remarks> 70 /// <remarks> 72 /// </remarks>
|
CommonTreeAdaptor.cs | 43 * <remarks> 47 * </remarks> 55 * <remarks> 58 * </remarks> 78 * <remarks> 81 * </remarks> 94 * <remarks> 103 * </remarks>
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
IIntStream.cs | 56 /// <remarks> 60 /// </remarks> 78 /// <remarks> 86 /// </remarks> 92 /// <remarks> 99 /// </remarks> 109 /// <remarks> 113 /// </remarks> 120 /// <remarks> 140 /// </remarks> [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
InstAlloc.h | 46 * Remarks : 60 * Remarks : 70 * Remarks :
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftchapters.h | 15 /* General Remarks */
|
/external/freetype/include/ |
ftchapters.h | 15 /* General Remarks */
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftchapters.h | 15 /* General Remarks */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftchapters.h | 15 /* General Remarks */
|
/external/llvm/lib/IR/ |
DiagnosticInfo.cpp | 35 /// -pass-remarks* command line flags. Passes whose name matches this regexp 49 "' in -pass-remarks: " + RegexError, 59 // -pass-remarks 62 PassRemarks("pass-remarks", cl::value_desc("pattern"), 63 cl::desc("Enable optimization remarks from passes whose name match " 68 // -pass-remarks-missed 71 "pass-remarks-missed", cl::value_desc("pattern"), 72 cl::desc("Enable missed optimization remarks from passes whose name match " 77 // -pass-remarks-analysis 81 "pass-remarks-analysis", cl::value_desc("pattern") [all...] |
/external/llvm/test/Transforms/LoopUnroll/ |
loop-remarks.ll | 1 ; RUN: opt < %s -S -loop-unroll -pass-remarks=loop-unroll -unroll-count=16 2>&1 | FileCheck -check-prefix=COMPLETE-UNROLL %s 2 ; RUN: opt < %s -S -loop-unroll -pass-remarks=loop-unroll -unroll-count=4 2>&1 | FileCheck -check-prefix=PARTIAL-UNROLL %s
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 37 * <remarks> 44 * </remarks> 157 * <remarks> 160 * </remarks> 170 * <remarks> 222 * </remarks> 307 * <remarks> 310 * </remarks> 325 * <remarks> 329 * </remarks> [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 38 * <remarks> 45 * </remarks> 159 * <remarks> 162 * </remarks> 172 * <remarks> 224 * </remarks> 309 * <remarks> 312 * </remarks> 327 * <remarks> 331 * </remarks> [all...] |
/external/clang/include/clang/Frontend/ |
TextDiagnosticBuffer.h | 31 DiagList Errors, Warnings, Remarks, Notes; 39 const_iterator remark_begin() const { return Remarks.begin(); } 40 const_iterator remark_end() const { return Remarks.end(); }
|
/external/libhevc/decoder/ |
ihevcd_bitstream.c | 42 * @remarks 97 * @remarks 150 * @remarks 182 * @remarks 221 * @remarks 293 * @remarks 329 * @remarks 365 * @remarks 400 * @remarks 437 * @remarks [all...] |
ihevcd_job_queue.c | 31 * @remarks 69 * @remarks 95 * @remarks 124 * @remarks 158 * @remarks 193 * @remarks 226 * @remarks 273 * @remarks 307 * @remarks 343 * @remarks [all...] |