/external/llvm/test/CodeGen/X86/ |
shift-bmi2.ll | 153 ; Source order scheduling prevents folding, rdar:14208996.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
SpeculativeExec.ll | 1 ; RUN: opt < %s -simplifycfg -phi-node-folding-threshold=2 -S | FileCheck %s
|
/external/mesa3d/src/glsl/ |
opt_constant_variable.cpp | 30 * The goal here is to trigger further constant folding and then dead
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MultipartMimeContentImpl.java | 101 // NOTE - we are not hanlding line folding for the sip header here.
|
/external/regex-re2/re2/testing/ |
simplify_test.cc | 109 // Unicode case folding.
|
/external/v8/src/compiler/ |
graph-reducer.h | 41 // folding of low-level operators) can be integrated into the graph reduction
|
/external/v8/src/crankshaft/ |
hydrogen-removable-simulates.cc | 40 // folding across HEnterInlined.
|
/external/v8/test/webkit/ |
dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt | 24 Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures.
|
/frameworks/minikin/doc/ |
hyb_file_format.md | 24 case folding. It is effectively a map from Unicode code point to a small integer.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
swab.h | 42 * macros to allow constant folding when possible:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
swab.h | 42 * macros to allow constant folding when possible:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
header.py | 171 continuation_ws must be RFC 2822 compliant folding whitespace (usually 312 # folding can take place between many of the lexical tokens (and even 313 # within some of the lexical tokens), folding SHOULD be limited to 369 # Don't add more folding whitespace than necessary
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
header.py | 171 continuation_ws must be RFC 2822 compliant folding whitespace (usually 312 # folding can take place between many of the lexical tokens (and even 313 # within some of the lexical tokens), folding SHOULD be limited to 369 # Don't add more folding whitespace than necessary
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
simplify_test.go | 102 // Unicode case folding.
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
simplify_test.go | 102 // Unicode case folding.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
header.py | 171 continuation_ws must be RFC 2822 compliant folding whitespace (usually 312 # folding can take place between many of the lexical tokens (and even 313 # within some of the lexical tokens), folding SHOULD be limited to 369 # Don't add more folding whitespace than necessary
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 171 continuation_ws must be RFC 2822 compliant folding whitespace (usually 312 # folding can take place between many of the lexical tokens (and even 313 # within some of the lexical tokens), folding SHOULD be limited to 369 # Don't add more folding whitespace than necessary
|
/prebuilts/go/darwin-x86/src/unicode/ |
maketables.go | 221 foldCase rune // simple case folding 222 caseOrbit rune // next in simple case folding orbit 1125 // Build list of case-folding groups attached to each canonical folded char (typically lower case). 1180 // Tables of category and script folding exceptions: code points 1182 // in a case-folding context. 1266 "// simple case folding to code points inside the category.\n" + 1271 "// simple case folding to code points inside the script.\n" + [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
maketables.go | 221 foldCase rune // simple case folding 222 caseOrbit rune // next in simple case folding orbit 1125 // Build list of case-folding groups attached to each canonical folded char (typically lower case). 1180 // Tables of category and script folding exceptions: code points 1182 // in a case-folding context. 1266 "// simple case folding to code points inside the category.\n" + 1271 "// simple case folding to code points inside the script.\n" + [all...] |
/external/icu/icu4c/source/common/ |
utrie.cpp | 422 * which will result in a non-zero folding value below that is set for 448 * its index block must be used first (in which case the folding is a no-op). 503 * This is to guarantee that a folding offset is of the form 698 * Default function for the folding value: 766 /* compact once without overlap to improve folding */ [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cstrcase.c | 394 /* test case folding and case-insensitive string compare -------------------- */ 440 /* test simple case folding */ 456 /* test full string case folding with default option and separate buffers */ 494 /* test full string case folding with default option and in the same buffer */ 513 /* test full string case folding, exclude special i, in the same buffer */ [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl4.rst | 19 Trivial Constant Folding 23 folding optimisations below. 42 constant folding (we'd like to get "``add x, 3.0``" in the example 43 above) as well as other more important optimizations. Constant folding, 45 so that many language implementors implement constant folding support in 50 builder itself checked to see if there was a constant folding [all...] |
/external/llvm/lib/IR/ |
ConstantFold.cpp | 10 // This file implements folding of constants for LLVM. This implements the 14 // The current constant folding implementation is implemented in two pieces: the 93 // for the middle type. Otherwise we could end up folding away illegal 161 // Finally, implement bitcast folding now. The code below doesn't handle 390 // If there's no interesting folding happening, bail so that we don't create 391 // a constant that looks like it needs folding but really doesn't. 456 // If there's no interesting folding happening, bail so that we don't create 457 // a constant that looks like it needs folding but really doesn't. 511 // If there's no interesting folding happening, bail so that we don't create 512 // a constant that looks like it needs folding but really doesn't [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 215 * might want to consider folding the start/endDocument changes back 239 * might want to consider folding the start/endDocument changes back
|
/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/ |
expectations_pinetrail.json | 36 "shaders/glsl-const-folding-01": { 37 "command": "/usr/local/piglit/lib/piglit/bin/shader_runner /usr/local/piglit/lib/piglit/tests/shaders/glsl-const-folding-01.shader_test -auto",
|