/external/llvm/ |
CREDITS.TXT | 321 D: Greedy register allocator
|
/external/llvm/test/CodeGen/X86/ |
fold-pcmpeqd-0.ll | 10 ; With -regalloc=greedy, the live range is split before spilling, so the first
|
/external/qemu/audio/ |
audio_template.h | 322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) {
|
/external/regex-re2/re2/ |
prog.h | 108 bool greedy(Prog *p) { function in class:re2::Prog::Inst
|
compile.cc | 349 // then the operator is greedy. If out1_ is the repetition 350 // (and out_ moves forward), then the operator is non-greedy. [all...] |
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 266 # the regex uses a non greedy match (?) to match the first closing paren
|
/external/antlr/antlr-3.4/runtime/C/ |
README | 748 : '//' (options {greedy=false;} : .)* '\r'? '\n' 752 : '//' (options {greedy=false;} : 'x'|.)* '\r'? '\n' [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 1 //===-- RegAllocGreedy.cpp - greedy register allocator --------------------===// 61 static RegisterRegAlloc greedyRegAlloc("greedy", "greedy register allocator", 230 return "Greedy Register Allocator"; [all...] |
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed-in.texi | 137 * Repetition:: Allows for non-greedy matching 806 @cindex Greedy regular expression matching 807 Note that the regular expression matcher is greedy, i.e., matches [all...] |
sed.texi | 138 * Repetition:: Allows for non-greedy matching 807 @cindex Greedy regular expression matching 808 Note that the regular expression matcher is greedy, i.e., matches [all...] |
/external/chromium/net/data/proxy_resolver_perftest/ |
no-ads.pac | 483 // - non-greedy ? - a ? that follows *,+,?, and {}; (s)? is NOT non-greedy [all...] |
/external/doclava/src/com/google/doclava/parser/ |
Java.g | 238 * ambiguity, but if one uses appropriately greedy parsing it yields the [all...] |
/external/icu4c/i18n/ |
regexcmp.cpp | [all...] |
/external/v8/src/ |
jsregexp.cc | 683 // * Simple greedy loops store reduced backtracking information. [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 52 add("k"); add("greedy"); add("memoize");
|
/external/chromium/testing/gtest/src/ |
gtest-port.cc | 310 // greedy match.
|
/external/gtest/src/ |
gtest-port.cc | 310 // greedy match.
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-port.cc | 310 // greedy match.
|
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 388 /// Greedy register allocation pass - This pass implements a global register
|
/external/llvm/utils/unittest/googletest/ |
gtest-port.cc | 310 // greedy match.
|
/external/open-vcdiff/gtest/src/ |
gtest-port.cc | 299 // greedy match.
|
/external/protobuf/gtest/src/ |
gtest-port.cc | 299 // greedy match.
|
/external/zlib/src/contrib/pascal/ |
example.pas | 295 EXIT_ERR('deflate not greedy');
|
/external/zlib/src/test/ |
example.c | 304 fprintf(stderr, "deflate not greedy\n");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_iterator.h | 757 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |