/external/llvm/test/Transforms/IndVarSimplify/ |
iv-fold.ll | 1 ; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s
|
variable-stride-ivs-0.ll | 2 ; RUN: opt < %s -indvars -enable-iv-rewrite=false -instcombine -S | FileCheck %s
|
elim-extend.ll | 1 ; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s 6 ; IV rewrite only removes one sext. WidenIVs removes all three.
|
/external/llvm/test/Transforms/LoopUnroll/ |
2011-08-09-IVSimplify.ll | 1 ; RUN: opt -S < %s -loop-unroll -unroll-count=4 -enable-iv-rewrite=false | FileCheck %s
|
/external/pcre/doc/ |
pcrecpp.3 | 304 You can replace the first match of "pattern" in "str" with "rewrite". 305 Within "rewrite", backslash-escaped digits (\e1 to \e9) can be 307 from the pattern. \e0 in "rewrite" refers to the entire matching 317 occurrences of the pattern in the string with the rewrite. Replacements are 327 "rewrite" is copied into "out" (an additional argument) with substitutions.
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
rule_bison.py | 94 # Rewrite the generated header with #include guards.
|
/frameworks/ex/variablespeed/jni/ |
ring_buffer.h | 89 // was used to obtain data to rewrite. The buffer address supplied
|
/sdk/common/src/com/android/util/ |
Pair.java | 22 * replace it by a common tuple class if one exists, or even rewrite the layout
|
/external/elfutils/src/ |
ChangeLog | 8 * strip.c (handle_elf): Rewrite dynamic memory handling to use of 102 * nm.c: Rewrite dwarf handling to use libdw.
|
/external/icu4c/common/ |
unorm.cpp | 19 * 05/25/01+ Markus Scherer total rewrite, implement all normalization here 23 * 2009-nov..2010-jan Markus Scherer total rewrite, new Normalizer2 API & code
|
/external/libvpx/examples/includes/geshi/geshi/ |
cobol.php | 102 'END-RECEIVE', 'END-RETURN', 'END-REWRITE', 'END-SEARCH', 131 'RESERVE', 'RESET', 'REVERSED', 'REWIND', 'REWRITE', 'RF',
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 123 // Rewrite the function stub so that we don't end up here every time we 193 /// it must rewrite the code to contain the actual addresses of any
|
/external/llvm/lib/Transforms/Utils/ |
SSAUpdater.cpp | 203 /// RewriteUse - Rewrite a use of the symbolic value. This handles PHI nodes, 217 /// RewriteUseAfterInsertions - Rewrite a use, just like RewriteUse. However, 218 /// this version of the method can rewrite uses in the same block as a 404 // single user in it, we can rewrite it trivially. 411 // Otherwise it is a load, queue it to rewrite as a live-in load. 475 // Okay, now we rewrite all loads that use live-in values in the loop,
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | [all...] |
/external/antlr/src/org/antlr/runtime/ |
TokenRewriteStream.java | 80 * If you don't use named rewrite streams, a "default" stream is used as 88 // Define the rewrite operation hierarchy 105 /** Execute the rewrite operation by possibly adding to the buffer. 158 /** You may have multiple, named streams of rewrite operations. 160 * Maps String (name) -> rewrite (List)
|
/external/llvm/lib/CodeGen/ |
StackSlotColoring.cpp | 368 /// Colorslots - Color all spill stack slots and rewrite all frameindex machine 413 // Rewrite all MO_FrameIndex operands. 427 // Rewrite to use a register instead. 466 /// RewriteInstruction - Rewrite specified instruction by replacing references 606 /// UnfoldAndRewriteInstruction - Rewrite specified instruction by unfolding
|
VirtRegMap.cpp | 259 void VirtRegMap::rewrite(SlotIndexes *Indexes) { function in class:VirtRegMap 260 DEBUG(dbgs() << "********** REWRITE VIRTUAL REGISTERS **********\n" 312 // Rewrite. Note we could have used MachineOperand::substPhysReg(), but
|
/external/pcre/doc/html/ |
pcrecpp.html | 324 You can replace the first match of "pattern" in "str" with "rewrite". 325 Within "rewrite", backslash-escaped digits (\1 to \9) can be 327 from the pattern. \0 in "rewrite" refers to the entire matching 338 occurrences of the pattern in the string with the rewrite. Replacements are 349 "rewrite" is copied into "out" (an additional argument) with substitutions.
|
/external/antlr/src/org/antlr/runtime/tree/ |
TreeAdaptor.java | 165 * rewrite rule as IMAG[$tokenLabel]. 173 * rewrite rule as IMAG[$tokenLabel, "IMAG"]. 181 * rewrite rule as IMAG["IMAG"].
|
CommonTree.java | 33 * while building tree rewrite stuff, it became clear that computing
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmGenerator.java | 65 /** A map { FQCN => set { method names } } of methods to rewrite as delegates. 281 * 2- For "keep" classes, we want to rewrite all native methods as indicated above. 307 // Rewrite the new class from scratch, without reusing the constant pool from the
|
StubMethodAdapter.java | 180 * visitMaxs is called just before visitEnd if there was any code to rewrite. 238 * For non-constructor, rewrite existing "return" instructions to write the message.
|
/dalvik/vm/analysis/ |
Optimize.cpp | 740 * Rewrite an iget/iput instruction if appropriate. These all have the form: 782 LOGV("DexOpt: no rewrite of ifield access %s.%s", 790 * Rewrite a jumbo instance field access instruction if appropriate. If 817 LOGV("DexOpt: no rewrite of jumbo ifield access %s.%s", 823 * Rewrite a static [jumbo] field access instruction if appropriate. If [all...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
BackupRestoreActivity.java | 199 // As with the checkbox listeners, rewrite the 210 // Whichever one is altered, we rewrite the entire UI state
|
/device/moto/stingray/ril/ |
wrigley-iptables.sh | 91 # We must rewrite the destination address for our SUAPI logger port to the
|